A GeneralisedNewtonianConstitutiveEquation class defining a Herschel-Bulkley fluid using Papanastasiou's (1987) regularisation. More...
#include <generalised_newtonian_constitutive_models.h>
Public Member Functions | |
HerschelBulkleyPapRegConstitutiveEquation (double *yield_stress_pt, double *flow_index_pt, double *exponential_parameter_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... | |
Public Member Functions inherited from oomph::GeneralisedNewtonianConstitutiveEquation< DIM > | |
GeneralisedNewtonianConstitutiveEquation () | |
Empty constructor. More... | |
virtual | ~GeneralisedNewtonianConstitutiveEquation () |
Empty virtual destructor. More... | |
virtual double | dviscosity_dinvariant (const double &second_invariant_of_rate_of_strain_tensor)=0 |
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... | |
Private Attributes | |
double * | Yield_stress_pt |
Yield stress tau_y. More... | |
double * | Flow_index_pt |
Power law index n. More... | |
double * | Exponential_parameter_pt |
Regularisation parameter m >> 1. More... | |
A GeneralisedNewtonianConstitutiveEquation class defining a Herschel-Bulkley fluid using Papanastasiou's (1987) regularisation.
Definition at line 526 of file generalised_newtonian_constitutive_models.h.
|
inline |
Definition at line 541 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 551 of file generalised_newtonian_constitutive_models.h.
References oomph::HerschelBulkleyPapRegConstitutiveEquation< DIM >::Exponential_parameter_pt, oomph::HerschelBulkleyPapRegConstitutiveEquation< DIM >::Flow_index_pt, and oomph::HerschelBulkleyPapRegConstitutiveEquation< DIM >::Yield_stress_pt.
|
private |
Regularisation parameter m >> 1.
Definition at line 537 of file generalised_newtonian_constitutive_models.h.
Referenced by oomph::HerschelBulkleyPapRegConstitutiveEquation< DIM >::viscosity().
|
private |
Power law index n.
Definition at line 534 of file generalised_newtonian_constitutive_models.h.
Referenced by oomph::HerschelBulkleyPapRegConstitutiveEquation< DIM >::viscosity().
|
private |
Yield stress tau_y.
Definition at line 531 of file generalised_newtonian_constitutive_models.h.
Referenced by oomph::HerschelBulkleyPapRegConstitutiveEquation< DIM >::viscosity().