Public Member Functions | Private Attributes | List of all members
oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM > Class Template Reference

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>

+ 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 ()
 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...
 

Detailed Description

template<unsigned DIM>
class oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >

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.

Constructor & Destructor Documentation

◆ CassonTanMilRegWithBlendingConstitutiveEquation()

template<unsigned DIM>
oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::CassonTanMilRegWithBlendingConstitutiveEquation ( double *  yield_stress_pt,
double *  critical_second_invariant_pt 
)
inline

Member Function Documentation

◆ calculate_cutoff_viscosity()

template<unsigned DIM>
double oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::calculate_cutoff_viscosity ( )
inline

◆ calculate_fitting_parameters_of_cubic()

template<unsigned DIM>
void oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::calculate_fitting_parameters_of_cubic ( double &  a,
double &  b 
)
inline

◆ calculate_viscosity_offset_at_zero_shear()

template<unsigned DIM>
double oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::calculate_viscosity_offset_at_zero_shear ( double &  cut_off_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().

◆ calculate_zero_shear_viscosity()

template<unsigned DIM>
double oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::calculate_zero_shear_viscosity ( )
inline

◆ dviscosity_dinvariant()

template<unsigned DIM>
double oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::dviscosity_dinvariant ( const double &  second_invariant_of_rate_of_strain_tensor)
inlinevirtual

◆ report_cut_off_values()

template<unsigned DIM>
void oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::report_cut_off_values ( double &  cut_off_invariant,
double &  cut_off_viscosity,
double &  zero_shear_viscosity 
)
inline

◆ viscosity()

template<unsigned DIM>
double oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::viscosity ( const double &  second_invariant_of_rate_of_strain_tensor)
inlinevirtual

Member Data Documentation

◆ Critical_second_invariant_pt

template<unsigned DIM>
double* oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::Critical_second_invariant_pt
private

◆ Yield_stress_pt

template<unsigned DIM>
double* oomph::CassonTanMilRegWithBlendingConstitutiveEquation< DIM >::Yield_stress_pt
private

The documentation for this class was generated from the following file: