Loading...
Searching...
No Matches
constantAspectRatio Class Reference

Constant value aspect ratio model. More...

#include <constantAspectRatio.H>

Inheritance diagram for constantAspectRatio:
Collaboration diagram for constantAspectRatio:

Public Member Functions

 TypeName ("constant")
 Runtime type information.
 constantAspectRatio (const dictionary &dict, const phasePair &pair)
 Construct from a dictionary and an ordered phase pair.
virtual ~constantAspectRatio ()
 Destructor.
virtual tmp< volScalarFieldE () const
 Aspect ratio.
 TypeName ("constant")
 Runtime type information.
 constantAspectRatio (const dictionary &dict, const phasePair &pair)
 Construct from a dictionary and an ordered phase pair.
virtual ~constantAspectRatio ()
 Destructor.
virtual tmp< volScalarFieldE () const
 Aspect ratio.
Public Member Functions inherited from aspectRatioModel
 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.
 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.

Additional Inherited Members

Static Public Member Functions inherited from aspectRatioModel
static autoPtr< aspectRatioModelNew (const dictionary &dict, const phasePair &pair)
static autoPtr< aspectRatioModelNew (const dictionary &dict, const phasePair &pair)
Protected Attributes inherited from aspectRatioModel
const phasePairpair_
 Phase pair.

Detailed Description

Constant value aspect ratio model.

Source files

Source files

Definition at line 48 of file constantAspectRatio.H.

Constructor & Destructor Documentation

◆ constantAspectRatio() [1/2]

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

Construct from a dictionary and an ordered phase pair.

Definition at line 45 of file constantAspectRatio.C.

References aspectRatioModel::aspectRatioModel(), dict, and Foam::dimless.

Here is the call graph for this function:

◆ ~constantAspectRatio() [1/2]

~constantAspectRatio ( )
virtual

Destructor.

Definition at line 58 of file constantAspectRatio.C.

◆ constantAspectRatio() [2/2]

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

Construct from a dictionary and an ordered phase pair.

References dict.

◆ ~constantAspectRatio() [2/2]

virtual ~constantAspectRatio ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName() [1/2]

TypeName ( "constant" )

Runtime type information.

References dict.

◆ E() [1/2]

Foam::tmp< Foam::volScalarField > E ( ) const
virtual

Aspect ratio.

Implements aspectRatioModel.

Definition at line 65 of file constantAspectRatio.C.

References mesh, GeometricField< scalar, fvPatchField, volMesh >::New(), IOobjectOption::NO_REGISTER, aspectRatioModel::pair_, and IOobject::scopedName().

Here is the call graph for this function:

◆ TypeName() [2/2]

TypeName ( "constant" )

Runtime type information.

◆ E() [2/2]

virtual tmp< volScalarField > E ( ) const
virtual

Aspect ratio.

Implements aspectRatioModel.


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