45 #ifndef VoFSurfaceFilm_H 46 #define VoFSurfaceFilm_H 79 mutable label curTimeIndex_;
93 const word& sourceName,
94 const word& modelType,
128 const word& fieldName
136 const word& fieldName
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A list of keyword definitions, which are a keyword followed by any number of values (e...
void operator=(const VoFSurfaceFilm &)=delete
Disallow default bitwise assignment.
Finite volume model abstract base class.
const fvMesh & mesh() const
Return const access to the mesh database.
virtual void correct()
Solve the film and update the sources.
virtual void addSup(const volScalarField &rho, fvMatrix< scalar > &eqn, const word &fieldName) const
Add explicit contribution to compressible enthalpy equation.
A class for handling words, derived from string.
Base-class for fluid thermodynamic properties.
A special matrix type and solver, designed for finite volume solutions of scalar equations. Face addressing is used to make all matrix assembly and solution loops vectorise.
virtual wordList addSupFields() const
Return the list of fields for which the option adds source term.
Mesh data needed to do the Finite Volume discretisation.
TypeName("VoFSurfaceFilm")
Runtime type information.
VoFSurfaceFilm(const word &sourceName, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from explicit source name and mesh.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Surface film model for VoF simulations.