39 template<
class BasicTurbulenceModel>
52 (2*
sqrt(2.0))*((S&S)&&S)
68 return 1.0/(A0_ + As*Us*k_/epsilon_);
72 template<
class BasicTurbulenceModel>
80 this->nut_ = rCmu(gradU, S2, magS)*
sqr(k_)/epsilon_;
81 this->nut_.correctBoundaryConditions();
84 BasicTurbulenceModel::correctNut();
88 template<
class BasicTurbulenceModel>
94 correctNut(tgradU(), S2, magS);
98 template<
class BasicTurbulenceModel>
106 dimVolume*this->rho_.dimensions()*k_.dimensions()
113 template<
class BasicTurbulenceModel>
121 dimVolume*this->rho_.dimensions()*epsilon_.dimensions()
130 template<
class BasicTurbulenceModel>
139 const word& propertiesName,
196 this->runTime_.timeName(),
208 this->runTime_.timeName(),
216 bound(k_, this->kMin_);
217 bound(epsilon_, this->epsilonMin_);
219 if (type == typeName)
221 this->printCoeffs(type);
228 template<
class BasicTurbulenceModel>
233 A0_.readIfPresent(this->coeffDict());
234 C2_.readIfPresent(this->coeffDict());
235 sigmak_.readIfPresent(this->coeffDict());
236 sigmaEps_.readIfPresent(this->coeffDict());
247 template<
class BasicTurbulenceModel>
250 if (!this->turbulence_)
277 epsilon_.boundaryFieldRef().updateCoeffs();
286 C1*alpha*rho*magS*epsilon_
289 C2_*alpha*rho*epsilon_/(k_ +
sqrt(this->
nu()*epsilon_)),
296 epsEqn.
ref().relax();
298 epsEqn.
ref().boundaryManipulate(epsilon_.boundaryFieldRef());
301 bound(epsilon_, this->epsilonMin_);
314 -
fvm::Sp(alpha*rho*epsilon_/k_, k_)
323 bound(k_, this->kMin_);
325 correctNut(tgradU(), S2, magS);
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh >> grad(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
dimensionedScalar acos(const dimensionedScalar &ds)
fvMatrix< scalar > fvScalarMatrix
tmp< fvMatrix< Type > > SuSp(const volScalarField::Internal &, const GeometricField< Type, fvPatchField, volMesh > &)
void clear() const
If object pointer points to valid object:
dimensioned< Type > max(const dimensioned< Type > &, const dimensioned< Type > &)
dimensionedTensor skew(const dimensionedTensor &dt)
void correct(GeometricField< Type, fvPatchField, volMesh > &field)
Apply correction to field.
const dimensionedScalar G
Newtonian constant of gravitation.
T & ref() const
Return non-const reference or generate a fatal error.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
tmp< GeometricField< Type, fvPatchField, volMesh > > div(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
BasicTurbulenceModel::rhoField rhoField
dimensionedScalar sqrt(const dimensionedScalar &ds)
Generic dimensioned Type class.
tmp< fvMatrix< Type > > Sp(const volScalarField::Internal &, const GeometricField< Type, fvPatchField, volMesh > &)
Eddy viscosity turbulence model base class.
virtual tmp< fvScalarMatrix > kSource() const
BasicTurbulenceModel::transportModel transportModel
virtual bool read()
Re-read model coefficients if they have changed.
dimensionedSymmTensor twoSymm(const dimensionedSymmTensor &dt)
Templated abstract base class for RAS turbulence models.
tmp< volScalarField > rCmu(const volTensorField &gradU, const volScalarField &S2, const volScalarField &magS)
const dimensionSet dimVolume(pow3(dimLength))
Dimension set for the base types.
bool read(const char *, int32_t &)
dimensionedSymmTensor dev(const dimensionedSymmTensor &dt)
dimensionedScalar cos(const dimensionedScalar &ds)
A class for handling words, derived from string.
SolverPerformance< Type > solve(fvMatrix< Type > &, const dictionary &)
Solve returning the solution statistics given convergence tolerance.
tmp< fvMatrix< Type > > ddt(const GeometricField< Type, fvPatchField, volMesh > &vf)
void constrain(fvMatrix< Type > &eqn)
Apply constraints to equation.
dimensioned< scalar > magSqr(const dimensioned< Type > &)
tmp< fvMatrix< Type > > div(const surfaceScalarField &flux, const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
Bound the given scalar field if it has gone unbounded.
Info<< "Predicted p max-min : "<< max(p).value()<< " "<< min(p).value()<< endl;rho==max(psi *p+alphal *rhol0+((alphav *psiv+alphal *psil) - psi) *pSat, rhoMin);# 1 "/home/ubuntu/OpenFOAM-6/applications/solvers/multiphase/cavitatingFoam/alphavPsi.H" 1{ alphav=max(min((rho - rholSat)/(rhovSat - rholSat), scalar(1)), scalar(0));alphal=1.0 - alphav;Info<< "max-min alphav: "<< max(alphav).value()<< " "<< min(alphav).value()<< endl;psiModel-> correct()
dimensioned< Type > min(const dimensioned< Type > &, const dimensioned< Type > &)
virtual tmp< fvScalarMatrix > epsilonSource() const
fileName::Type type(const fileName &, const bool followLink=true)
Return the file type: DIRECTORY or FILE.
tmp< surfaceScalarField > absolute(const tmp< surfaceScalarField > &tphi, const volVectorField &U)
Return the given relative flux in absolute form.
volScalarField & bound(volScalarField &, const dimensionedScalar &lowerBound)
Bound the given scalar field if it has gone unbounded.
dimensionedSymmTensor symm(const dimensionedSymmTensor &dt)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
tmp< fvMatrix< Type > > laplacian(const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
virtual void correct()
Solve the turbulence equations and correct the turbulence viscosity.
virtual void correctNut()
const scalarList W(::W(thermo))
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
realizableKE(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName=turbulenceModel::propertiesName, const word &type=typeName)
Construct from components.
A class for managing temporary objects.
static options & New(const fvMesh &mesh)
Construct fvOptions and register to datbase if not present.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
BasicTurbulenceModel::alphaField alphaField