Functions/Subroutines | |
| subroutine | post_process () |
| subroutine | compute_nusselt_x (nusselt_x, offset_x, delta_temperature) |
| subroutine | compute_local_nusselt (local_nusselt, reference_length, delta_temperature) |
| subroutine | compute_local_skin_friction_coef (coef, reference_velocity) |
| subroutine mod_udf_post_process::compute_local_nusselt | ( | double precision, dimension(:,:,:), intent(out) | local_nusselt, |
| double precision, intent(in) | reference_length, | ||
| double precision, intent(in) | delta_temperature ) |
| subroutine mod_udf_post_process::compute_local_skin_friction_coef | ( | double precision, dimension(:,:,:), intent(out) | coef, |
| double precision, intent(in) | reference_velocity ) |
| subroutine mod_udf_post_process::compute_nusselt_x | ( | double precision, dimension(:,:,:), intent(out) | nusselt_x, |
| double precision, intent(in) | offset_x, | ||
| double precision, intent(in) | delta_temperature ) |
| subroutine mod_udf_post_process::post_process |