72 #ifndef phaseTurbulenceStabilisation_H 73 #define phaseTurbulenceStabilisation_H 76 #include "phaseModel.H" 128 TypeName(
"phaseTurbulenceStabilisation");
136 const word& sourceName,
137 const word& modelType,
155 using fvModel::addSup;
163 const word& fieldName
void operator=(const phaseTurbulenceStabilisation &)=delete
Disallow default bitwise assignment.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
Templated abstract base class for multiphase compressible turbulence models.
A list of keyword definitions, which are a keyword followed by any number of values (e...
TypeName("phaseTurbulenceStabilisation")
Runtime type information.
volScalarField alpha(IOobject("alpha", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
Phase turbulence stabilisation.
virtual void distribute(const polyDistributionMap &)
Redistribute or update using the given distribution map.
Finite volume model abstract base class.
const fvMesh & mesh() const
Return const access to the mesh database.
virtual bool movePoints()
Update for mesh motion.
A class for handling words, derived from string.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
const volScalarField & psi
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.
phaseTurbulenceStabilisation(const word &sourceName, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from explicit source name and mesh.
A class for managing temporary objects.
Class containing mesh-to-mesh mapping information.
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
virtual void topoChange(const polyTopoChangeMap &)
Update topology using the given map.