73 #ifndef VoFTurbulenceDamping_H 74 #define VoFTurbulenceDamping_H 84 class compressibleTwoPhaseMixture;
85 class interfaceProperties;
86 class compressibleMomentumTransportModel;
138 const word& sourceName,
139 const word& modelType,
162 const word& fieldName
171 const word& fieldName
virtual bool movePoints()
Update for mesh motion.
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual void addSup(const volScalarField &rho, fvMatrix< scalar > &eqn, const word &fieldName) const
Add explicit contribution to epsilon or omega equation.
virtual void topoChange(const polyTopoChangeMap &)
Update topology using the given map.
TypeName("VoFTurbulenceDamping")
Runtime type information.
volScalarField alpha(IOobject("alpha", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
Finite volume model abstract base class.
VoFTurbulenceDamping(const word &sourceName, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from explicit source name and mesh.
const fvMesh & mesh() const
Return const access to the mesh database.
A class for handling words, derived from string.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
Contains the interface properties.
void operator=(const VoFTurbulenceDamping &)=delete
Disallow default bitwise assignment.
Free-surface turbulence damping function.
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 void distribute(const polyDistributionMap &)
Redistribute or update using the given distribution map.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
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.
Thermophysical properties class for a mixture of two rhoThermo including interfaceProperties for VoF ...
Class containing mesh-to-mesh mapping information.
Base class for single-phase compressible turbulence models.