Contains friction velocity and turbulent viscosity on boundary elements on each level
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
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. |