Go to the documentation of this file.
29 #include "phasePair.H"
36 namespace surfaceTensionModels
56 const bool registerObject
60 sigma_(
"sigma", dimSigma,
dict)
76 const fvMesh&
mesh(this->pair_.phase1().mesh());
constantSurfaceTensionCoefficient(const dictionary &dict, const phasePair &pair, const bool registerObject)
Description for mass transfer between a pair of phases. The direction of the mass transfer is from th...
A class for managing temporary objects.
Abstract base-class for surface tension models which return the surface tension coefficient field.
static tmp< GeometricField< Type, PatchField, GeoMesh > > New(const word &name, const Mesh &mesh, const dimensionSet &ds, const word &patchFieldType=PatchField< Type >::calculatedType())
virtual ~constantSurfaceTensionCoefficient()
Constant value surface tension model.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Macros for easy insertion into run-time selection tables.
defineTypeNameAndDebug(constantSurfaceTensionCoefficient, 0)
Mesh data needed to do the Finite Volume discretisation.
addToRunTimeSelectionTable(surfaceTensionModel, constantSurfaceTensionCoefficient, dictionary)
virtual tmp< volScalarField > sigma() const