Go to the documentation of this file.
61 #ifndef temperatureDependentSurfaceTension_H
62 #define temperatureDependentSurfaceTension_H
64 #include "surfaceTensionModel.H"
72 namespace surfaceTensionModels
79 class temperatureDependent
81 public surfaceTensionModel
A class for handling words, derived from Foam::string.
virtual bool readDict(const dictionary &dict)
A class for managing temporary objects.
Abstract base-class for surface tension models which return the surface tension coefficient field.
Temperature-dependent surface tension model.
virtual tmp< volScalarField > sigma() const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
virtual ~temperatureDependent()
OBJstream os(runTime.globalPath()/outputName)
Mesh data needed to do the Finite Volume discretisation.
TypeName("temperatureDependent")
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
virtual bool writeData(Ostream &os) const
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
temperatureDependent(const dictionary &dict, const fvMesh &mesh)