Casson generalized Newtonian viscosity model. More...


Public Member Functions | |
| TypeName ("Casson") | |
| Runtime type information. More... | |
| Casson (const dictionary &viscosityProperties) | |
| Construct from components. More... | |
| virtual | ~Casson () |
| Destructor. More... | |
| virtual bool | read (const dictionary &viscosityProperties) |
| Read transportProperties dictionary. More... | |
| virtual tmp< volScalarField > | nu (const volScalarField &nu0, const volScalarField &strainRate) const |
| Return the laminar viscosity. More... | |
Public Member Functions inherited from generalizedNewtonianViscosityModel | |
| TypeName ("generalizedNewtonianViscosityModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, generalizedNewtonianViscosityModel, dictionary,(const dictionary &viscosityProperties),(viscosityProperties)) | |
| generalizedNewtonianViscosityModel (const dictionary &viscosityProperties) | |
| Construct from components. More... | |
| generalizedNewtonianViscosityModel (const generalizedNewtonianViscosityModel &) | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~generalizedNewtonianViscosityModel () |
| Destructor. More... | |
| const dictionary & | viscosityProperties () const |
| Return the phase transport properties dictionary. More... | |
| void | operator= (const generalizedNewtonianViscosityModel &)=delete |
| Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from generalizedNewtonianViscosityModel | |
| static autoPtr< generalizedNewtonianViscosityModel > | New (const dictionary &viscosityProperties) |
| Return a reference to the selected viscosity model. More... | |
Protected Attributes inherited from generalizedNewtonianViscosityModel | |
| dictionary | viscosityProperties_ |
Casson generalized Newtonian viscosity model.
Casson, N. (1959).
Rheology of disperse systems.
In Proceedings of a Conference Organized by the
British Society of Rheology.
Pergamon Press, New York.
Fournier, R. L. (2011).
Basic transport phenomena in biomedical engineering.
CRC Press.
Example specification for blood:
viscosityModel Casson;
m 3.934986e-6;
tau0 2.9032e-6;
nuMax 13.3333e-6;
nuMin 3.9047e-6;
| Casson | ( | const dictionary & | viscosityProperties | ) |
Construct from components.
Definition at line 53 of file Casson.C.
References Foam::read(), and Casson::read().

|
inlinevirtual |
Destructor.
Definition at line 102 of file Casson.H.
References Casson::nu(), and Casson::read().

| TypeName | ( | "Casson" | ) |
Runtime type information.
|
virtual |
Read transportProperties dictionary.
Implements generalizedNewtonianViscosityModel.
Definition at line 70 of file Casson.C.
References dictionary::lookup(), Casson::nu(), dictionary::optionalSubDict(), and generalizedNewtonianViscosityModel::read().
Referenced by Casson::Casson(), and Casson::~Casson().


|
virtual |
Return the laminar viscosity.
Implements generalizedNewtonianViscosityModel.
Definition at line 91 of file Casson.C.
References Foam::dimless, Foam::dimTime, Foam::max(), Foam::min(), Foam::sqr(), and Foam::sqrt().
Referenced by Casson::read(), and Casson::~Casson().

