#include <generalised_newtonian_constitutive_models.h>
Public Member Functions | |
PowerLawBerEngRegConstitutiveEquation (double *power_pt, double *reg_par_pt) | |
double | viscosity (const double &second_invariant_of_rate_of_strain_tensor) |
![]() | |
GeneralisedNewtonianConstitutiveEquation () | |
Empty constructor. More... | |
virtual | ~GeneralisedNewtonianConstitutiveEquation () |
Empty virtual destructor. More... | |
virtual double | dviscosity_dinvariant (const double &second_invariant_of_rate_of_strain_tensor)=0 |
Private Attributes | |
double * | Power_pt |
power law index n More... | |
double * | Regularisation_parameter_pt |
regularisation parameter e << 1 More... | |
A GeneralisedNewtonianConstitutiveEquation class defining a power-law fluid regularised according to Bercovier and Engelman (1980) to allow for n < 1
Definition at line 117 of file generalised_newtonian_constitutive_models.h.
|
inline |
Definition at line 131 of file generalised_newtonian_constitutive_models.h.
|
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 135 of file generalised_newtonian_constitutive_models.h.
|
private |
power law index n
Definition at line 123 of file generalised_newtonian_constitutive_models.h.
|
private |
regularisation parameter e << 1
Definition at line 126 of file generalised_newtonian_constitutive_models.h.