My Project
programmer's documentation
|
Set inlet boundary condition values for turbulence variables based on given k and epsilon values. More...
Public Member Functions | |
subroutine | turbulence_bc_inlet_k_eps (face_num, k, eps, rcodcl) |
Set inlet boundary condition values for turbulence variables based on given k and epsilon values.
[in] | face_id | boundary face id |
[in] | k | turbulent kinetic energy |
[in] | epsilon | turbulent dissipation |
[out] | rcodcl | boundary condition values |
subroutine turbulence_bc_inlet_k_eps | ( | integer(c_int), value | face_num, |
real(c_double), value | k, | ||
real(c_double), value | eps, | ||
real(kind=c_double), dimension(*) | rcodcl | ||
) |