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);
PTT(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const viscosity &viscosity, const word &type=typeName)
Construct from components.
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))
const dimensionSet dimless
BasicMomentumTransportModel::rhoField rhoField
tmp< fvMatrix< Type > > Sp(const volScalarField::Internal &, const GeometricField< Type, fvPatchField, volMesh > &)
BasicMomentumTransportModel::alphaField alphaField
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.
Info<< "Reading field p\"<< endl;volScalarField p(IOobject("p", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);Info<< "Reading field U\"<< endl;volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);pressureReference pressureReference(p, simple.dict());mesh.schemes().setFluxRequired(p.name());Info<< "Reading field pa\"<< endl;volScalarField pa(IOobject("pa", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);Info<< "Reading field Ua\"<< endl;volVectorField Ua(IOobject("Ua", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);# 65 "/home/ubuntu/OpenFOAM-10/applications/solvers/incompressible/adjointShapeOptimisationFoam/createFields.H" 2label paRefCell=0;scalar paRefValue=0.0;setRefCell(pa, simple.dict(), paRefCell, paRefValue);mesh.schemes().setFluxRequired(pa.name());autoPtr< viscosityModel > viscosity(viscosityModel::New(mesh))
dimensionedScalar tr(const dimensionedSphericalTensor &dt)
Abstract base class for all fluid physical properties.
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