An incompressible Cross-Power law non-Newtonian viscosity model. More...
Public Member Functions | |
TypeName ("CrossPowerLaw") | |
Runtime type information. More... | |
CrossPowerLaw (const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi) | |
Construct from components. More... | |
~CrossPowerLaw () | |
Destructor. More... | |
tmp< volScalarField > | nu () const |
Return the laminar viscosity. More... | |
tmp< scalarField > | nu (const label patchi) const |
Return the laminar viscosity for patch. More... | |
void | correct () |
Correct the laminar viscosity. More... | |
bool | read (const dictionary &viscosityProperties) |
Read transportProperties dictionary. More... | |
![]() | |
TypeName ("viscosityModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, viscosityModel, dictionary,(const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi),(name, viscosityProperties, U, phi)) | |
viscosityModel (const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi) | |
Construct from components. More... | |
virtual | ~viscosityModel () |
Destructor. More... | |
const dictionary & | viscosityProperties () const |
Return the phase transport properties dictionary. More... | |
tmp< volScalarField > | strainRate () const |
Return the strain rate. More... | |
Private Member Functions | |
tmp< volScalarField > | calcNu () const |
Calculate and return the laminar viscosity. More... | |
Private Attributes | |
dictionary | CrossPowerLawCoeffs_ |
dimensionedScalar | nu0_ |
dimensionedScalar | nuInf_ |
dimensionedScalar | m_ |
dimensionedScalar | n_ |
volScalarField | nu_ |
Additional Inherited Members | |
![]() | |
static autoPtr< viscosityModel > | New (const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi) |
Return a reference to the selected viscosity model. More... | |
![]() | |
viscosityModel (const viscosityModel &) | |
Disallow copy construct. More... | |
void | operator= (const viscosityModel &) |
Disallow default bitwise assignment. More... | |
![]() | |
word | name_ |
dictionary | viscosityProperties_ |
const volVectorField & | U_ |
const surfaceScalarField & | phi_ |
An incompressible Cross-Power law non-Newtonian viscosity model.
Definition at line 52 of file CrossPowerLaw.H.
CrossPowerLaw | ( | const word & | name, |
const dictionary & | viscosityProperties, | ||
const volVectorField & | U, | ||
const surfaceScalarField & | phi | ||
) |
Construct from components.
Definition at line 60 of file CrossPowerLaw.C.
|
inline |
Destructor.
Definition at line 92 of file CrossPowerLaw.H.
|
private |
Calculate and return the laminar viscosity.
Definition at line 51 of file CrossPowerLaw.C.
References CrossPowerLaw::m_, CrossPowerLaw::n_, CrossPowerLaw::nu0_, CrossPowerLaw::nuInf_, Foam::pow(), and viscosityModel::strainRate().
Referenced by CrossPowerLaw::correct().
TypeName | ( | "CrossPowerLaw" | ) |
Runtime type information.
|
inlinevirtual |
Return the laminar viscosity.
Implements viscosityModel.
Definition at line 99 of file CrossPowerLaw.H.
References CrossPowerLaw::nu_.
|
inlinevirtual |
Return the laminar viscosity for patch.
Implements viscosityModel.
Definition at line 105 of file CrossPowerLaw.H.
References GeometricField::boundaryField(), CrossPowerLaw::nu_, and patchi.
|
inlinevirtual |
Correct the laminar viscosity.
Implements viscosityModel.
Definition at line 111 of file CrossPowerLaw.H.
References CrossPowerLaw::calcNu(), and CrossPowerLaw::nu_.
|
virtual |
Read transportProperties dictionary.
Implements viscosityModel.
Definition at line 91 of file CrossPowerLaw.C.
References dictionary::lookup(), viscosityModel::read(), and dictionary::subDict().
|
private |
Definition at line 58 of file CrossPowerLaw.H.
|
private |
Definition at line 60 of file CrossPowerLaw.H.
Referenced by CrossPowerLaw::calcNu().
|
private |
Definition at line 61 of file CrossPowerLaw.H.
Referenced by CrossPowerLaw::calcNu().
|
private |
Definition at line 62 of file CrossPowerLaw.H.
Referenced by CrossPowerLaw::calcNu().
|
private |
Definition at line 63 of file CrossPowerLaw.H.
Referenced by CrossPowerLaw::calcNu().
|
private |
Definition at line 65 of file CrossPowerLaw.H.
Referenced by CrossPowerLaw::correct(), and CrossPowerLaw::nu().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.