Constant value surface tension model. More...
Public Member Functions | |
TypeName ("constant") | |
Runtime type information. More... | |
constantSurfaceTensionCoefficient (const dictionary &dict, const phaseInterface &interface) | |
Construct from a dictionary and an interface. More... | |
virtual | ~constantSurfaceTensionCoefficient () |
Destructor. More... | |
virtual tmp< volScalarField > | sigma () const |
Surface tension. More... | |
virtual tmp< scalarField > | sigma (const label patchi) const |
Surface tension for a patch. More... | |
![]() | |
TypeName ("surfaceTensionModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, interfaceSurfaceTensionModel, dictionary,(const dictionary &dict, const phaseInterface &interface),(dict, interface)) | |
interfaceSurfaceTensionModel (const dictionary &dict, const phaseInterface &interface) | |
Construct from a dictionary and an interface. More... | |
virtual | ~interfaceSurfaceTensionModel () |
Destructor. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< interfaceSurfaceTensionModel > | New (const dictionary &dict, const phaseInterface &interface, const bool outer=true) |
![]() | |
static const dimensionSet | dimSigma |
Coefficient dimensions. More... | |
![]() | |
const phaseInterface | interface_ |
Interface. More... | |
Constant value surface tension model.
Definition at line 50 of file constantSurfaceTensionCoefficient.H.
constantSurfaceTensionCoefficient | ( | const dictionary & | dict, |
const phaseInterface & | interface | ||
) |
Construct from a dictionary and an interface.
Definition at line 48 of file constantSurfaceTensionCoefficient.C.
|
virtual |
Destructor.
Definition at line 62 of file constantSurfaceTensionCoefficient.C.
TypeName | ( | "constant" | ) |
Runtime type information.
|
virtual |
Surface tension.
Implements interfaceSurfaceTensionModel.
Definition at line 70 of file constantSurfaceTensionCoefficient.C.
References GeometricField< Type, PatchField, GeoMesh >::New().
|
virtual |
Surface tension for a patch.
Implements interfaceSurfaceTensionModel.
Definition at line 83 of file constantSurfaceTensionCoefficient.C.
References patchi.