A GeneralisedNewtonianConstitutiveEquation class defining a Casson model fluid using Tanner and Milthorpe's (1983) regularisation with a smooth transition using a cubic. More...
#include <generalised_newtonian_constitutive_models.h>
Public Member Functions | |
CassonTanMilRegWithBlendingConstitutiveEquation (double *yield_stress_pt, double *critical_second_invariant_pt) | |
"Cutoff regularised" Casson constitutive equation More... | |
double | calculate_cutoff_viscosity () |
Function that calculates the viscosity at the cutoff invariant Note: this is NOT the viscosity at zero I2. More... | |
double | calculate_viscosity_offset_at_zero_shear (double &cut_off_viscosity) |
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. More... | |
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 |
value of the second invariant below which we have constant (Newtonian) viscosity – assumed to be always positive More... | |
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 889 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 903 of file generalised_newtonian_constitutive_models.h.
References oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::calculate_cutoff_viscosity(), oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::calculate_zero_shear_viscosity(), oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::Critical_second_invariant_pt, and 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 929 of file generalised_newtonian_constitutive_models.h.
References oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::Critical_second_invariant_pt, and oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::Yield_stress_pt.
Referenced by oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::calculate_fitting_parameters_of_cubic(), oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::calculate_zero_shear_viscosity(), oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::CassonTanMilRegWithBlendingConstitutiveEquation(), and oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::report_cut_off_values().
|
inline |
Definition at line 972 of file generalised_newtonian_constitutive_models.h.
References oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::calculate_cutoff_viscosity(), oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::calculate_viscosity_offset_at_zero_shear(), oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::Critical_second_invariant_pt, and oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::Yield_stress_pt.
Referenced by oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::dviscosity_dinvariant(), and oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::viscosity().
|
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 942 of file generalised_newtonian_constitutive_models.h.
Referenced by oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::calculate_fitting_parameters_of_cubic(), and oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::calculate_zero_shear_viscosity().
|
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 948 of file generalised_newtonian_constitutive_models.h.
References oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::calculate_cutoff_viscosity(), and oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::calculate_viscosity_offset_at_zero_shear().
Referenced by oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::CassonTanMilRegWithBlendingConstitutiveEquation(), oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::report_cut_off_values(), and oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::viscosity().
|
inlinevirtual |
Deriv of viscosity w.r.t. strain rate invariant.
Implements oomph::GeneralisedNewtonianConstitutiveEquation< DIM >.
Definition at line 1048 of file generalised_newtonian_constitutive_models.h.
References oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::calculate_fitting_parameters_of_cubic(), oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::Critical_second_invariant_pt, and oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::Yield_stress_pt.
|
inline |
Report cutoff values.
Definition at line 962 of file generalised_newtonian_constitutive_models.h.
References oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::calculate_cutoff_viscosity(), oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::calculate_zero_shear_viscosity(), and oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::Critical_second_invariant_pt.
|
inlinevirtual |
Viscosity ratio as a fct of strain rate invariant.
Implements oomph::GeneralisedNewtonianConstitutiveEquation< DIM >.
Definition at line 1006 of file generalised_newtonian_constitutive_models.h.
References oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::calculate_fitting_parameters_of_cubic(), oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::calculate_zero_shear_viscosity(), oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::Critical_second_invariant_pt, and oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::Yield_stress_pt.
|
private |
value of the second invariant below which we have constant (Newtonian) viscosity – assumed to be always positive
Definition at line 898 of file generalised_newtonian_constitutive_models.h.
Referenced by oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::calculate_cutoff_viscosity(), oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::calculate_fitting_parameters_of_cubic(), oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::CassonTanMilRegWithBlendingConstitutiveEquation(), oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::dviscosity_dinvariant(), oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::report_cut_off_values(), and oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::viscosity().
|
private |
Yield stress.
Definition at line 894 of file generalised_newtonian_constitutive_models.h.
Referenced by oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::calculate_cutoff_viscosity(), oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::calculate_fitting_parameters_of_cubic(), oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::dviscosity_dinvariant(), and oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::viscosity().