Go to the documentation of this file.
36 namespace surfaceTensionModels
73 mesh_.time().timeName(),
88 if (
dict.isDict(
"sigma"))
90 dict.subDict(
"sigma").readEntry(
"sigma", sigma_);
94 dict.readEntry(
"sigma", sigma_);
Defines the attributes of an object for which implicit objectRegistry management is supported,...
constant(const dictionary &dict, const fvMesh &mesh)
A class for managing temporary objects.
Abstract base-class for surface tension models which return the surface tension coefficient field.
virtual bool writeData(Ostream &os) const
bool writeData(Ostream &os) const
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
@ END_STATEMENT
End entry [isseparator].
virtual bool readDict(const dictionary &dict)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
Macros for easy insertion into run-time selection tables.
defineTypeNameAndDebug(constantSurfaceTensionCoefficient, 0)
Mesh data needed to do the Finite Volume discretisation.
const dimensionSet dimMass(1, 0, 0, 0, 0, 0, 0)
dimensionedSymmTensor sqr(const dimensionedVector &dv)
static tmp< T > New(Args &&... args)
virtual tmp< volScalarField > sigma() const
addToRunTimeSelectionTable(surfaceTensionModel, constantSurfaceTensionCoefficient, dictionary)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
constant condensation/saturation model.