![]() |
|
#include <generalised_newtonian_constitutive_models.h>
Public Member Functions | |
HerschelBulkleyBerEngRegConstitutiveEquation (double *yield_stress_pt, double *flow_index_pt, double *regularisation_parameter_pt) | |
double | viscosity (const double &second_invariant_of_rate_of_strain_tensor) |
double | dviscosity_dinvariant (const double &second_invariant_of_rate_of_strain_tensor) |
![]() | |
GeneralisedNewtonianConstitutiveEquation () | |
Empty constructor. More... | |
virtual | ~GeneralisedNewtonianConstitutiveEquation () |
Empty virtual destructor. More... | |
Private Attributes | |
double * | Yield_stress_pt |
yield stress tau_y More... | |
double * | Flow_index_pt |
power law index n More... | |
double * | Regularisation_parameter_pt |
regularisation parameter e << 1 More... | |
A GeneralisedNewtonianConstitutiveEquation class defining a Herschel-Bulkley fluid using Bercovier and Engelman's (1980) regularisation
|
inline |
|
inlinevirtual |
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
Implements oomph::GeneralisedNewtonianConstitutiveEquation< DIM >.
References oomph::HerschelBulkleyBerEngRegConstitutiveEquation< DIM >::Flow_index_pt, Eigen::bfloat16_impl::pow(), oomph::HerschelBulkleyBerEngRegConstitutiveEquation< DIM >::Regularisation_parameter_pt, and SYCL::sign().
|
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 oomph::HerschelBulkleyBerEngRegConstitutiveEquation< DIM >::Flow_index_pt, Eigen::bfloat16_impl::pow(), oomph::HerschelBulkleyBerEngRegConstitutiveEquation< DIM >::Regularisation_parameter_pt, SYCL::sign(), sqrt(), and oomph::HerschelBulkleyBerEngRegConstitutiveEquation< DIM >::Yield_stress_pt.
|
private |
power law index n
Referenced by oomph::HerschelBulkleyBerEngRegConstitutiveEquation< DIM >::dviscosity_dinvariant(), and oomph::HerschelBulkleyBerEngRegConstitutiveEquation< DIM >::viscosity().
|
private |
regularisation parameter e << 1
Referenced by oomph::HerschelBulkleyBerEngRegConstitutiveEquation< DIM >::dviscosity_dinvariant(), and oomph::HerschelBulkleyBerEngRegConstitutiveEquation< DIM >::viscosity().
|
private |
yield stress tau_y
Referenced by oomph::HerschelBulkleyBerEngRegConstitutiveEquation< DIM >::viscosity().