A GeneralisedNewtonianConstitutiveEquation class defining an arbitrary shear-thinning fluid. More...
#include <generalised_newtonian_constitutive_models.h>
Public Member Functions | |
NicosConstitutiveEquation (double *mu_inf_pt, double *mu_0_pt, double *alpha_pt) | |
double | viscosity (const double &second_invariant_of_rate_of_strain_tensor) |
Function implementing the constitutive model Input: second invariant of the rate of strain Output: the viscosity For Newtonian behaviour this returns 1. More... | |
double | dviscosity_dinvariant (const double &second_invariant_of_rate_of_strain_tensor) |
Function returning the derivative of the viscosity w.r.t. the second invariant of the rate of strain tensor For Newtonian behaviour this returns 0.0. More... | |
Public Member Functions inherited from oomph::GeneralisedNewtonianConstitutiveEquation< DIM > | |
GeneralisedNewtonianConstitutiveEquation () | |
Empty constructor. More... | |
virtual | ~GeneralisedNewtonianConstitutiveEquation () |
Empty virtual destructor. More... | |
Private Attributes | |
double * | Mu_inf_pt |
high shear rate viscosity More... | |
double * | Mu_0_pt |
zero shear rate viscosity More... | |
double * | Alpha_pt |
parameter that controls the steepness of the curve More... | |
A GeneralisedNewtonianConstitutiveEquation class defining an arbitrary shear-thinning fluid.
Definition at line 1091 of file generalised_newtonian_constitutive_models.h.
|
inline |
Definition at line 1106 of file generalised_newtonian_constitutive_models.h.
|
inlinevirtual |
Function returning the derivative of the viscosity w.r.t. the second invariant of the rate of strain tensor For Newtonian behaviour this returns 0.0.
Implements oomph::GeneralisedNewtonianConstitutiveEquation< DIM >.
Definition at line 1123 of file generalised_newtonian_constitutive_models.h.
References oomph::NicosConstitutiveEquation< DIM >::Alpha_pt.
|
inlinevirtual |
Function implementing the constitutive model Input: second invariant of the rate of strain Output: the viscosity For Newtonian behaviour this returns 1.
Implements oomph::GeneralisedNewtonianConstitutiveEquation< DIM >.
Definition at line 1116 of file generalised_newtonian_constitutive_models.h.
References oomph::NicosConstitutiveEquation< DIM >::Alpha_pt, and oomph::NicosConstitutiveEquation< DIM >::Mu_inf_pt.
|
private |
parameter that controls the steepness of the curve
Definition at line 1102 of file generalised_newtonian_constitutive_models.h.
Referenced by oomph::NicosConstitutiveEquation< DIM >::dviscosity_dinvariant(), and oomph::NicosConstitutiveEquation< DIM >::viscosity().
|
private |
zero shear rate viscosity
Definition at line 1099 of file generalised_newtonian_constitutive_models.h.
|
private |
high shear rate viscosity
Definition at line 1096 of file generalised_newtonian_constitutive_models.h.
Referenced by oomph::NicosConstitutiveEquation< DIM >::viscosity().