59 #ifndef temperatureDependentSurfaceTension_H
60 #define temperatureDependentSurfaceTension_H
70 namespace surfaceTensionModels
77 class temperatureDependent
79 public surfaceTensionModel
87 autoPtr<Function1<scalar>> sigma_;
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of keyword definitions, which are a keyword followed by any number of values (e....
Mesh data needed to do the Finite Volume discretisation.
virtual bool writeData(Ostream &os) const
Write in dictionary format.
virtual bool readDict(const dictionary &dict)
Update surface tension coefficient from given dictionary.
virtual tmp< volScalarField > sigma() const
Surface tension coefficient.
temperatureDependent(const dictionary &dict, const fvMesh &mesh)
Construct from dictionary and mesh.
TypeName("temperatureDependent")
Runtime type information.
virtual ~temperatureDependent()
Destructor.
A class for managing temporary objects.