Abstract base-class for interface surface-tension models which can be used when interface compression is applied between two phases. More...
Public Member Functions | |
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... | |
virtual tmp< volScalarField > | sigma () const =0 |
Surface tension. More... | |
virtual tmp< scalarField > | sigma (const label patchi) const =0 |
Surface tension for a patch. More... | |
Static Public Member Functions | |
static autoPtr< interfaceSurfaceTensionModel > | New (const dictionary &dict, const phaseInterface &interface, const bool outer=true) |
Static Public Attributes | |
static const dimensionSet | dimSigma |
Coefficient dimensions. More... | |
Protected Attributes | |
const phaseInterface | interface_ |
Interface. More... | |
Abstract base-class for interface surface-tension models which can be used when interface compression is applied between two phases.
Definition at line 53 of file interfaceSurfaceTensionModel.H.
interfaceSurfaceTensionModel | ( | const dictionary & | dict, |
const phaseInterface & | interface | ||
) |
Construct from a dictionary and an interface.
Definition at line 44 of file interfaceSurfaceTensionModel.C.
|
virtual |
Destructor.
Definition at line 56 of file interfaceSurfaceTensionModel.C.
TypeName | ( | "surfaceTensionModel" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
interfaceSurfaceTensionModel | , | ||
dictionary | , | ||
(const dictionary &dict, const phaseInterface &interface) | , | ||
(dict, interface) | |||
) |
|
static |
Definition at line 32 of file interfaceSurfaceTensionModelNew.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, phaseInterface::fluid(), Foam::Info, dictionary::lookup(), phaseSystem::modelSubDict(), phaseInterface::name(), and Foam::outer().
|
pure virtual |
Surface tension.
Implemented in constantSurfaceTensionCoefficient.
|
pure virtual |
Surface tension for a patch.
Implemented in constantSurfaceTensionCoefficient.
|
protected |
Interface.
Definition at line 60 of file interfaceSurfaceTensionModel.H.
|
static |
Coefficient dimensions.
Definition at line 86 of file interfaceSurfaceTensionModel.H.
Referenced by phaseSystem::sigma().