Go to the source code of this file.
|
subroutine | calc_trd_g (lTRD_G) |
|
subroutine | calc_cg_trd_g (IJK, lTRD_G) |
|
subroutine | get_face_vel_gas (IJK, uge, ugw, ugn, ugs, ugt, ugb, ugc |
|
subroutine | calc_deriv_vel_gas (IJK, lVelGradG, lRateStrainG) |
|
subroutine | calc_cg_deriv_vel_gas (IJK, lVelGradG, lRateStrainG) |
|
subroutine calc_cg_deriv_vel_gas |
( |
integer, intent(in) |
IJK, |
|
|
double precision, dimension(3,3), intent(out) |
lVelGradG, |
|
|
double precision, dimension(3,3), intent(out) |
lRateStrainG |
|
) |
| |
subroutine calc_cg_trd_g |
( |
integer, intent(in) |
IJK, |
|
|
double precision, dimension(dimension_3), intent(inout) |
lTRD_G |
|
) |
| |
subroutine calc_deriv_vel_gas |
( |
integer, intent(in) |
IJK, |
|
|
double precision, dimension(3,3), intent(out) |
lVelGradG, |
|
|
double precision, dimension(3,3), intent(out) |
lRateStrainG |
|
) |
| |
subroutine calc_trd_g |
( |
double precision, dimension(dimension_3), intent(out) |
lTRD_G | ) |
|
subroutine get_face_vel_gas |
( |
integer, intent(in) |
IJK, |
|
|
double precision, intent(out) |
uge, |
|
|
double precision, intent(out) |
ugw, |
|
|
double precision, intent(out) |
ugn, |
|
|
double precision, intent(out) |
ugs, |
|
|
double precision, intent(out) |
ugt, |
|
|
double precision, intent(out) |
ugb, |
|
|
|
ugc |
|
) |
| |