Go to the documentation of this file.
56 #ifndef liquidPropertiesSurfaceTension_H
57 #define liquidPropertiesSurfaceTension_H
59 #include "surfaceTensionModel.H"
66 namespace surfaceTensionModels
73 class liquidProperties
75 public surfaceTensionModel
A class for handling words, derived from Foam::string.
A class for managing temporary objects.
Abstract base-class for surface tension models which return the surface tension coefficient field.
virtual tmp< volScalarField > sigma() const
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)
Mesh data needed to do the Finite Volume discretisation.
TypeName("liquidProperties")
Temperature-dependent surface tension model in which the surface tension function provided by the pha...
virtual ~liquidProperties()=default
liquidProperties(const dictionary &dict, const fvMesh &mesh)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
virtual bool writeData(Ostream &os) const