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, surfaceTensionCoefficientModel, dictionary,(const dictionary &dict, const phaseInterface &interface),(dict, interface)) | |
| surfaceTensionCoefficientModel (const dictionary &dict, const phaseInterface &interface) | |
| Construct from a dictionary and an interface. More... | |
| virtual | ~surfaceTensionCoefficientModel () |
| 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< surfaceTensionCoefficientModel > | 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 surfaceTensionCoefficientModel.H.
| surfaceTensionCoefficientModel | ( | const dictionary & | dict, |
| const phaseInterface & | interface | ||
| ) |
Construct from a dictionary and an interface.
Definition at line 44 of file surfaceTensionCoefficientModel.C.
|
virtual |
Destructor.
Definition at line 56 of file surfaceTensionCoefficientModel.C.
| TypeName | ( | "surfaceTensionModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| surfaceTensionCoefficientModel | , | ||
| dictionary | , | ||
| (const dictionary &dict, const phaseInterface &interface) | , | ||
| (dict, interface) | |||
| ) |
|
static |
Definition at line 32 of file surfaceTensionCoefficientModelNew.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, Foam::Info, dictionary::lookup(), 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 surfaceTensionCoefficientModel.H.
|
static |
Coefficient dimensions.
Definition at line 86 of file surfaceTensionCoefficientModel.H.
Referenced by phaseSystem::sigma().