My Project
programmer's documentation
|
Compute matrix used in the computation of the Reynolds stress tensor boundary conditions. More...
Public Member Functions | |
subroutine | turbulence_bc_rij_transform (is_sym, p_lg, alpha) |
Compute matrix used in the computation of the Reynolds stress tensor boundary conditions.
[in] | is_sym | Constant c in description above (1 at a symmetry face, 0 at a wall face) |
[in] | p_lg | change of basis matrix (local to global) |
[out] | alpha | transformation matrix |
subroutine turbulence_bc_rij_transform | ( | integer(c_int), value | is_sym, |
real(c_double), dimension(3,3), intent(in) | p_lg, | ||
real(c_double), dimension(6,6), intent(out) | alpha | ||
) |