33 namespace surfaceTensionModels
39 constantSurfaceTensionCoefficient,
51 const dictionary&
dict,
52 const phaseInterface& interface
55 surfaceTensionModel(dict, interface),
56 sigma_(
"sigma", dimSigma, dict)
87 return tmp<scalarField>
FvWallInfoData< WallInfo, label > label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
constantSurfaceTensionCoefficient(const dictionary &dict, const phaseInterface &interface)
Construct from a dictionary and an interface.
const fvMesh & mesh() const
Return the mesh.
static tmp< GeometricField< scalar, fvPatchField, volMesh > > New(const word &name, const Internal &, const PtrList< fvPatchField< scalar >> &)
Return a temporary field constructed from name,.
Macros for easy insertion into run-time selection tables.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
virtual tmp< volScalarField > sigma() const
Surface tension.
label size() const
Return the number of elements in the UPtrList.
virtual ~constantSurfaceTensionCoefficient()
Destructor.
defineTypeNameAndDebug(constant, 0)
addToRunTimeSelectionTable(surfaceTensionModel, constant, dictionary)
A class for managing temporary objects.
const fvBoundaryMesh & boundary() const
Return reference to boundary mesh.