mus_nNwtn_CY_type Derived Type

type, private :: mus_nNwtn_CY_type

The nonNewtonian power law model parameter

This date type gathers parameters of the Carreau-Yasuda (CY) model It is encapsulated in mus_nNwtn_type.


Inherited by

type~~mus_nnwtn_cy_type~~InheritedByGraph type~mus_nnwtn_cy_type mus_nNwtn_CY_type type~mus_nnwtn_type mus_nNwtn_type type~mus_nnwtn_type->type~mus_nnwtn_cy_type CY type~mus_fluid_type mus_fluid_type type~mus_fluid_type->type~mus_nnwtn_type nNwtn type~mus_field_prop_type mus_field_prop_type type~mus_field_prop_type->type~mus_fluid_type fluid type~mus_field_type mus_field_type type~mus_field_type->type~mus_field_prop_type fieldProp

Components

Type Visibility Attributes Name Initial
real(kind=rk), public :: n = 0.2128_rk

model parameter

real(kind=rk), public :: a = 0.64_rk

model parameter

real(kind=rk), public :: lambda = 8.2_rk

model parameter

real(kind=rk), public :: visc0 = 0.16_rk

model parameter, dynamic viscosity at zero shear-rate

real(kind=rk), public :: viscInf = 0.0035_rk

model parameter, dynamic viscosity in infinity shear-rate

real(kind=rk), public :: nMinus1Div_a = (0.2128_rk-1._rk)/0.64_rk

calculated parameter for later usage, nMinus1Div_a = (n-1)/a