73 #ifndef VoFTurbulenceDamping_H 74 #define VoFTurbulenceDamping_H 84 class incompressibleTwoPhaseMixture;
85 class interfaceProperties;
86 class incompressibleMomentumTransportModel;
95 class VoFTurbulenceDamping
112 const incompressibleTwoPhaseMixture& mixture_;
115 const interfaceProperties& interface_;
118 const incompressibleMomentumTransportModel& turbulence_;
138 const word& sourceName,
139 const word& modelType,
140 const dictionary&
dict,
160 fvMatrix<scalar>& eqn,
161 const word& fieldName
169 fvMatrix<scalar>& eqn,
170 const word& fieldName
177 virtual void topoChange(
const polyTopoChangeMap&);
180 virtual void mapMesh(
const polyMeshMap&);
183 virtual void distribute(
const polyDistributionMap&);
virtual bool movePoints()
Update for mesh motion.
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))
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.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
void operator=(const VoFTurbulenceDamping &)=delete
Disallow default bitwise assignment.
virtual void distribute(const polyDistributionMap &)
Redistribute or update using the given distribution map.
List< word > wordList
A List of words.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
virtual wordList addSupFields() const
Return the list of fields for which the option adds source term.