0.6.0
Loading...
Searching...
No Matches
mod_udf_post_process Module Reference

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)
 

Function/Subroutine Documentation

◆ compute_local_nusselt()

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 )

◆ compute_local_skin_friction_coef()

subroutine mod_udf_post_process::compute_local_skin_friction_coef ( double precision, dimension(:,:,:), intent(out) coef,
double precision, intent(in) reference_velocity )

◆ compute_nusselt_x()

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 )

◆ post_process()

subroutine mod_udf_post_process::post_process