37 #ifndef surfaceTensionCoefficientModel_H
38 #define surfaceTensionCoefficientModel_H
110 const bool outer=
true
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Dimension set for the base types.
Class to represent an interface between phases. Derivations can further specify the configuration of ...
Abstract base-class for interface surface-tension models which can be used when interface compression...
virtual ~surfaceTensionCoefficientModel()
Destructor.
static autoPtr< surfaceTensionCoefficientModel > New(const dictionary &dict, const phaseInterface &interface, const bool outer=true)
const phaseInterface interface_
Interface.
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.
virtual tmp< volScalarField > sigma() const =0
Surface tension.
static const dimensionSet dimSigma
Coefficient dimensions.
TypeName("surfaceTensionModel")
Runtime type information.
A class for managing temporary objects.
void outer(LagrangianPatchField< typename outerProduct< Type1, Type2 >::type > &f, const LagrangianPatchField< Type1 > &f1, const LagrangianPatchField< Type2 > &f2)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Macros to ease declaration of run-time selection tables.