My Project
programmer's documentation
|
Set inlet boundary condition values for turbulence variables based on a diameter , a turbulent intensity and the reference velocity for a circular duct flow with smooth wall. More...
Public Member Functions | |
subroutine | turbulence_bc_inlet_turb_intensity (face_num, uref2, t_intensity, dh, rcodcl) |
Set inlet boundary condition values for turbulence variables based on a diameter , a turbulent intensity and the reference velocity for a circular duct flow with smooth wall.
[in] | face_id | boundary face id |
[in] | uref2 | square of the reference flow velocity |
[in] | t_intensity | turbulent intensity |
[in] | dh | hydraulic diameter |
[out] | rcodcl | boundary condition values |
subroutine turbulence_bc_inlet_turb_intensity | ( | integer(c_int), value | face_num, |
real(c_double), value | uref2, | ||
real(c_double), value | t_intensity, | ||
real(c_double), value | dh, | ||
real(kind=c_double), dimension(*) | rcodcl | ||
) |