35 #ifndef generalisedNewtonian_H 36 #define generalisedNewtonian_H 46 namespace laminarModels
53 template<
class BasicMomentumTransportModel>
77 typedef typename BasicMomentumTransportModel::alphaField
alphaField;
78 typedef typename BasicMomentumTransportModel::rhoField
rhoField;
79 typedef typename BasicMomentumTransportModel::transportModel
transportModel;
91 const alphaField&
alpha,
96 const transportModel& transport
105 const alphaField&
alpha,
110 const transportModel& transport
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
virtual bool read()
Read momentumTransport dictionary.
Momentum transport model for shear-dependent Non-Newtonian flow.
virtual tmp< volScalarField > nuEff() const
Return the effective viscosity.
volScalarField alpha(IOobject("alpha", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
Linear viscous stress turbulence model base class.
BasicMomentumTransportModel::transportModel transportModel
generalisedNewtonian(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport)
Construct from components.
BasicMomentumTransportModel::rhoField rhoField
virtual void correct()
Correct the generalisedNewtonian viscosity.
BasicMomentumTransportModel::alphaField alphaField
TypeName("generalisedNewtonian")
Runtime type information.
virtual ~generalisedNewtonian()
Destructor.
static autoPtr< generalisedNewtonian > New(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport)
Return a reference to the selected turbulence model.
autoPtr< generalisedNewtonianViscosityModel > viscosityModel_
Run-time selectable non-Newtonian viscosity model.
virtual tmp< volScalarField > strainRate() const
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A class for managing temporary objects.
volScalarField nu_
The non-Newtonian viscosity field.