My Project
programmer's documentation
|
Calculation of and from a diameter , a turbulent intensity and the reference velocity for a circular duct flow with smooth wall (for inlet boundary conditions). More...
Public Member Functions | |
subroutine | turbulence_bc_ke_turb_intensity (uref2, t_intensity, dh, k, eps) |
Calculation of and from a diameter , a turbulent intensity and the reference velocity for a circular duct flow with smooth wall (for inlet boundary conditions).
[in] | uref2 | square of the reference flow velocity |
[in] | t_intensity | turbulent intensity |
[in] | dh | hydraulic diameter |
[out] | k | calculated turbulent intensity |
[out] | eps | calculated turbulent dissipation |
subroutine turbulence_bc_ke_turb_intensity | ( | real(c_double), value | uref2, |
real(c_double), value | t_intensity, | ||
real(c_double), value | dh, | ||
real(kind=c_double), intent(inout) | k, | ||
real(kind=c_double), intent(inout) | eps | ||
) |