33 namespace laminarModels
38 template<
class BasicMomentumTransportModel>
39 tmp<fvSymmTensorMatrix>
48 this->alpha_*this->rho_
49 *
exp(-epsilons_[modei]*this->lambdas_[modei]*
tr(sigma)/this->nuM_)
50 /this->lambdas_[modei],
58 template<
class BasicMomentumTransportModel>
81 epsilons_(this->readModeCoefficients(
"epsilon",
dimless))
85 this->printCoeffs(type);
92 template<
class BasicMomentumTransportModel>
97 epsilons_ = this->readModeCoefficients(
"epsilon",
dimless);
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Generalised Maxwell model for viscoelasticity using the upper-convected time derivative of the stress...
volScalarField alpha(IOobject("alpha", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
PTT(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &type=typeName)
Construct from components.
const dimensionSet dimless
BasicMomentumTransportModel::rhoField rhoField
tmp< fvMatrix< Type > > Sp(const volScalarField::Internal &, const GeometricField< Type, fvPatchField, volMesh > &)
BasicMomentumTransportModel::alphaField alphaField
BasicMomentumTransportModel::transportModel transportModel
Macros for easy insertion into run-time selection tables.
virtual bool read()
Re-read model coefficients if they have changed.
dimensionedScalar exp(const dimensionedScalar &ds)
A class for handling words, derived from string.
dimensionedScalar tr(const dimensionedSphericalTensor &dt)
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
virtual tmp< fvSymmTensorMatrix > sigmaSource(const label modei, volSymmTensorField &sigma) const