Loading...
Searching...
No Matches
aspectRatioModel Class Referenceabstract

#include <aspectRatioModel.H>

Inheritance diagram for aspectRatioModel:
Collaboration diagram for aspectRatioModel:

Public Member Functions

 TypeName ("aspectRatioModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, aspectRatioModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
 aspectRatioModel (const dictionary &dict, const phasePair &pair)
 Construct from a dictionary and an ordered phase pair.
virtual ~aspectRatioModel ()=default
 Destructor.
virtual tmp< volScalarFieldE () const =0
 Aspect ratio.
 TypeName ("aspectRatioModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, aspectRatioModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
 aspectRatioModel (const dictionary &dict, const phasePair &pair)
 Construct from a dictionary and an ordered phase pair.
virtual ~aspectRatioModel ()=default
 Destructor.
virtual tmp< volScalarFieldE () const =0
 Aspect ratio.

Static Public Member Functions

static autoPtr< aspectRatioModelNew (const dictionary &dict, const phasePair &pair)
static autoPtr< aspectRatioModelNew (const dictionary &dict, const phasePair &pair)

Protected Attributes

const phasePairpair_
 Phase pair.

Detailed Description

Constructor & Destructor Documentation

◆ aspectRatioModel() [1/2]

aspectRatioModel ( const dictionary & dict,
const phasePair & pair )

Construct from a dictionary and an ordered phase pair.

Definition at line 36 of file aspectRatioModel.C.

References dict, and pair_.

Referenced by constantAspectRatio::constantAspectRatio(), declareRunTimeSelectionTable(), VakhrushevEfremov::VakhrushevEfremov(), and Wellek::Wellek().

Here is the caller graph for this function:

◆ ~aspectRatioModel() [1/2]

virtual ~aspectRatioModel ( )
virtualdefault

Destructor.

References dict.

◆ aspectRatioModel() [2/2]

aspectRatioModel ( const dictionary & dict,
const phasePair & pair )

Construct from a dictionary and an ordered phase pair.

References dict.

◆ ~aspectRatioModel() [2/2]

virtual ~aspectRatioModel ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName() [1/2]

TypeName ( "aspectRatioModel" )

Runtime type information.

◆ declareRunTimeSelectionTable() [1/2]

declareRunTimeSelectionTable ( autoPtr ,
aspectRatioModel ,
dictionary ,
(const dictionary &dict, const phasePair &pair) ,
(dict, pair)  )

References aspectRatioModel(), and dict.

Here is the call graph for this function:

◆ New() [1/2]

Foam::autoPtr< Foam::aspectRatioModel > New ( const dictionary & dict,
const phasePair & pair )
static

Definition at line 49 of file aspectRatioModel.C.

References Foam::abort(), dict, Foam::endl(), Foam::FatalIOError, FatalIOErrorInLookup, and Foam::Info.

Here is the call graph for this function:

◆ E() [1/2]

◆ TypeName() [2/2]

TypeName ( "aspectRatioModel" )

Runtime type information.

◆ declareRunTimeSelectionTable() [2/2]

declareRunTimeSelectionTable ( autoPtr ,
aspectRatioModel ,
dictionary ,
(const dictionary &dict, const phasePair &pair) ,
(dict, pair)  )

References aspectRatioModel(), and dict.

Here is the call graph for this function:

◆ New() [2/2]

autoPtr< aspectRatioModel > New ( const dictionary & dict,
const phasePair & pair )
static

References dict.

◆ E() [2/2]

Member Data Documentation

◆ pair_

const phasePair & pair_
protected

The documentation for this class was generated from the following files:
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/interfacialModels/aspectRatioModels/aspectRatioModel/aspectRatioModel.H
  • src/phaseSystemModels/twoPhaseEuler/twoPhaseSystem/interfacialModels/aspectRatioModels/aspectRatioModel/aspectRatioModel.H
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/interfacialModels/aspectRatioModels/aspectRatioModel/aspectRatioModel.C
  • src/phaseSystemModels/twoPhaseEuler/twoPhaseSystem/interfacialModels/aspectRatioModels/aspectRatioModel/aspectRatioModel.C