#include <generalised_newtonian_constitutive_models.h>
Inheritance diagram for oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >:Public Member Functions | |
| CassonTanMilRegWithBlendingConstitutiveEquation (double *yield_stress_pt, double *critical_second_invariant_pt) | |
| "Cutoff regularised" Casson constitutive equation More... | |
| double | calculate_cutoff_viscosity () |
| double | calculate_viscosity_offset_at_zero_shear (double &cut_off_viscosity) |
| double | calculate_zero_shear_viscosity () |
| Function that calculates the viscosity at zero I2. More... | |
| void | report_cut_off_values (double &cut_off_invariant, double &cut_off_viscosity, double &zero_shear_viscosity) |
| Report cutoff values. More... | |
| void | calculate_fitting_parameters_of_cubic (double &a, double &b) |
| double | viscosity (const double &second_invariant_of_rate_of_strain_tensor) |
| Viscosity ratio as a fct of strain rate invariant. More... | |
| double | dviscosity_dinvariant (const double &second_invariant_of_rate_of_strain_tensor) |
| Deriv of viscosity w.r.t. strain rate invariant. More... | |
Public Member Functions inherited from oomph::GeneralisedNewtonianConstitutiveEquation< DIM > | |
| GeneralisedNewtonianConstitutiveEquation () | |
| Empty constructor. More... | |
| virtual | ~GeneralisedNewtonianConstitutiveEquation () |
| Empty virtual destructor. More... | |
Private Attributes | |
| double * | Yield_stress_pt |
| Yield stress. More... | |
| double * | Critical_second_invariant_pt |
A GeneralisedNewtonianConstitutiveEquation class defining a Casson model fluid using Tanner and Milthorpe's (1983) regularisation with a smooth transition using a cubic
Definition at line 951 of file generalised_newtonian_constitutive_models.h.
|
inline |
"Cutoff regularised" Casson constitutive equation
get the cutoff viscosity
get the zero shear viscosity
Definition at line 969 of file generalised_newtonian_constitutive_models.h.
References oomph::oomph_info.
|
inline |
Function that calculates the viscosity at the cutoff invariant Note: this is NOT the viscosity at zero I2
Definition at line 999 of file generalised_newtonian_constitutive_models.h.
|
inline |
Definition at line 1039 of file generalised_newtonian_constitutive_models.h.
|
inline |
Offset by how much the zero shear rate viscosity lies above the viscosity at I2_cutoff Hard-coded to a value that ensures a smooth transition
Definition at line 1010 of file generalised_newtonian_constitutive_models.h.
|
inline |
Function that calculates the viscosity at zero I2.
Offset by how much the zero shear rate viscosity lies above the viscosity at I2_cutoff
Definition at line 1016 of file generalised_newtonian_constitutive_models.h.
|
inlinevirtual |
Deriv of viscosity w.r.t. strain rate invariant.
Implements oomph::GeneralisedNewtonianConstitutiveEquation< DIM >.
Definition at line 1108 of file generalised_newtonian_constitutive_models.h.
|
inline |
Report cutoff values.
Definition at line 1029 of file generalised_newtonian_constitutive_models.h.
|
inlinevirtual |
Viscosity ratio as a fct of strain rate invariant.
Implements oomph::GeneralisedNewtonianConstitutiveEquation< DIM >.
Definition at line 1066 of file generalised_newtonian_constitutive_models.h.
References oomph::GeneralisedNewtonianConstitutiveEquation< DIM >::dviscosity_dinvariant().
|
private |
value of the second invariant below which we have constant (Newtonian) viscosity – assumed to be always positive
Definition at line 961 of file generalised_newtonian_constitutive_models.h.
|
private |
Yield stress.
Definition at line 957 of file generalised_newtonian_constitutive_models.h.