33 namespace laminarModels
38 template<
class BasicMomentumTransportModel>
39 tmp<fvSymmTensorMatrix>
48 this->alpha_*this->rho_
49 *alphaGs_[modei]*
innerSqr(sigma)/this->nuM_, sigma
51 -
fvm::Sp(this->alpha_*this->rho_/this->lambdas_[modei], sigma);
57 template<
class BasicMomentumTransportModel>
80 alphaGs_(this->readModeCoefficients(
"alphaG",
dimless))
84 this->printCoeffs(type);
91 template<
class BasicMomentumTransportModel>
96 alphaGs_ = this->readModeCoefficients(
"alphaG",
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...
tmp< fvMatrix< Type > > Su(const DimensionedField< Type, volMesh > &, const GeometricField< Type, fvPatchField, volMesh > &)
virtual bool read()
Re-read model coefficients if they have changed.
BasicMomentumTransportModel::transportModel transportModel
virtual tmp< fvSymmTensorMatrix > sigmaSource(const label modei, volSymmTensorField &sigma) const
Giesekus(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.
tmp< fvMatrix< Type > > Sp(const volScalarField::Internal &, const GeometricField< Type, fvPatchField, volMesh > &)
Macros for easy insertion into run-time selection tables.
BasicMomentumTransportModel::alphaField alphaField
A class for handling words, derived from string.
dimensionedSymmTensor innerSqr(const dimensionedSymmTensor &dt)
const dimensionSet dimless(0, 0, 0, 0, 0, 0, 0)
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
volScalarField alpha(IOobject("alpha", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
BasicMomentumTransportModel::rhoField rhoField