![]() |
|
#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) |
![]() | |
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 * | 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
|
inline |
|
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 >.
References Eigen::bfloat16_impl::exp(), oomph::HerschelBulkleyPapRegConstitutiveEquation< DIM >::Exponential_parameter_pt, boost::multiprecision::fabs(), oomph::HerschelBulkleyPapRegConstitutiveEquation< DIM >::Flow_index_pt, Eigen::bfloat16_impl::pow(), sqrt(), and oomph::HerschelBulkleyPapRegConstitutiveEquation< DIM >::Yield_stress_pt.
|
private |
Regularisation parameter m >> 1.
Referenced by oomph::HerschelBulkleyPapRegConstitutiveEquation< DIM >::viscosity().
|
private |
Power law index n.
Referenced by oomph::HerschelBulkleyPapRegConstitutiveEquation< DIM >::viscosity().
|
private |
Yield stress tau_y.
Referenced by oomph::HerschelBulkleyPapRegConstitutiveEquation< DIM >::viscosity().