mus_turb_wallFunc_data_type Derived Type

type, private :: mus_turb_wallFunc_data_type

Contains friction velocity and turbulent viscosity on boundary elements on each level


Inherited by

type~~mus_turb_wallfunc_data_type~~InheritedByGraph type~mus_turb_wallfunc_data_type mus_turb_wallFunc_data_type type~mus_turb_wallfunc_type mus_turb_wallFunc_type type~mus_turb_wallfunc_type->type~mus_turb_wallfunc_data_type dataOnLvl type~boundary_type boundary_type type~boundary_type->type~mus_turb_wallfunc_type turbwallFunc type~mus_field_type mus_field_type type~mus_field_type->type~boundary_type bc type~mus_scheme_type mus_scheme_type type~mus_scheme_type->type~mus_field_type field

Contents


Components

TypeVisibilityAttributesNameInitial
real(kind=rk), private, allocatable:: tVisc(:)

Turbulent viscosity on boundary element computed using mixing length formulation in lattice unit nu_t = (vonKarmandistToBnd)*2 * |du/dy|

real(kind=rk), private, allocatable:: velTau(:)

Friction velocity on first neighbor in normal direction in lattice unit computed from wall model

real(kind=rk), private, allocatable:: distToBnd(:)

Distance to boundary from first fluid in normal direction in lattice unit.

real(kind=rk), private, allocatable:: neighDistToBnd(:)

Distance to boundary from first fluid neighbor in normal direction in lattice unit.