34template<
class AlphaFieldType,
class RhoFieldType>
35void Foam::fv::atmAmbientTurbSource::atmAmbientTurbSourceEpsilon
37 const AlphaFieldType&
alpha,
38 const RhoFieldType&
rho,
39 fvMatrix<scalar>& eqn,
48 const tmp<volScalarField> tepsilon(turbPtr->epsilon());
57template<
class AlphaFieldType,
class RhoFieldType>
58void Foam::fv::atmAmbientTurbSource::atmAmbientTurbSourceOmega
60 const AlphaFieldType&
alpha,
61 const RhoFieldType&
rho,
62 fvMatrix<scalar>& eqn,
71 const tmp<volScalarField> tomega(turbPtr->omega());
85template<
class AlphaFieldType,
class RhoFieldType>
86void Foam::fv::atmAmbientTurbSource::atmAmbientTurbSourceK
88 const AlphaFieldType&
alpha,
89 const RhoFieldType&
rho,
90 fvMatrix<scalar>& eqn,
99 const tmp<volScalarField> tk(turbPtr->k());
DimensionedField< scalar, volMesh > Internal
static word scopedName(const std::string &scope, const word &name)
Create scope:name or scope_name string.
const fvMesh & mesh_
Reference to the mesh database.
static const word propertiesName
Default name of the turbulence properties dictionary.
ThermalDiffusivity< CompressibleTurbulenceModel< fluidThermo > > turbulenceModel
zeroField Sp(const Foam::zero, const GeometricField< Type, fvPatchField, volMesh > &)
A no-op source.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
GeometricField< scalar, fvPatchField, volMesh > volScalarField
dimensionedScalar beta("beta", dimless/dimTemperature, laminarTransport)