Functions/Subroutines | |
subroutine | screen_cpu_time (u, v, w) |
subroutine | screen_div_error (u, v, w, isfinal, ishistout) |
subroutine | output_time_series (u, v, w, p, t) |
subroutine | output_backup (u, v, w, p, t, ff, gg, hh, ss) |
subroutine | output_inst_fields (u, v, w, p, t, time_step) |
subroutine | output_2d_slices (u, v, w, p, t, time_step) |
subroutine | output_mean_fields (mean_u, mean_v, mean_w, mean_t, mean_uu, mean_vv, mean_ww, mean_uw, mean_vw, mean_tt, mean_tw, time_step) |
subroutine module_io::screen_cpu_time | ( | real(mytype), dimension(:,:,:), intent(in) | u, |
real(mytype), dimension(:,:,:), intent(in) | v, | ||
real(mytype), dimension(:,:,:), intent(in) | w | ||
) |
Definition at line 33 of file module_io.f90.
References module_parameters::cfl_max, module_parameters::dt, module_parameters::dx, module_parameters::dy, module_parameters::dz, module_parameters::iend3, module_parameters::ierr, module_parameters::istr3, module_parameters::jend3, module_parameters::jstr3, module_parameters::kend3, module_parameters::kstr3, module_parameters::myid, and module_parameters::time_sim.
Referenced by module_navier_stokes::drive().
subroutine module_io::screen_div_error | ( | real(mytype), dimension(:,:,:), intent(in) | u, |
real(mytype), dimension(:,:,:), intent(in) | v, | ||
real(mytype), dimension(:,:,:), intent(in) | w, | ||
integer, intent(in) | isfinal, | ||
integer, intent(in) | ishistout | ||
) |
Definition at line 86 of file module_io.f90.
References module_parameters::cds, module_parameters::div_hist_max, module_parameters::dp_opt, module_parameters::dx, module_parameters::dy, module_parameters::dz, module_parameters::got, module_parameters::iend3, module_parameters::ierr, module_parameters::is_ri_var, module_parameters::istr3, module_parameters::jend3, module_parameters::jstr3, module_parameters::kend3, module_parameters::kstr3, module_parameters::myid, module_parameters::nx, module_parameters::ny, module_parameters::nz, module_parameters::u_mrf, and module_parameters::ubar.
Referenced by module_navier_stokes::time_advancement_fd().
subroutine module_io::output_time_series | ( | real(mytype), dimension(:,:,:), intent(in) | u, |
real(mytype), dimension(:,:,:), intent(in) | v, | ||
real(mytype), dimension(:,:,:), intent(in) | w, | ||
real(mytype), dimension(:,:,:), intent(in) | p, | ||
real(mytype), dimension(:,:,:), intent(in) | t | ||
) |
Definition at line 212 of file module_io.f90.
References module_parameters::ghst, module_parameters::kend3, module_parameters::kstr3, module_parameters::time_sim, and module_parameters::u_mrf.
Referenced by module_navier_stokes::drive().
subroutine module_io::output_backup | ( | real(mytype), dimension(:,:,:), intent(in) | u, |
real(mytype), dimension(:,:,:), intent(in) | v, | ||
real(mytype), dimension(:,:,:), intent(in) | w, | ||
real(mytype), dimension(:,:,:), intent(in) | p, | ||
real(mytype), dimension(:,:,:), intent(in) | t, | ||
real(mytype), dimension(:,:,:), intent(in) | ff, | ||
real(mytype), dimension(:,:,:), intent(in) | gg, | ||
real(mytype), dimension(:,:,:), intent(in) | hh, | ||
real(mytype), dimension(:,:,:), intent(in) | ss | ||
) |
Definition at line 312 of file module_io.f90.
References module_parameters::dts, module_parameters::iend3, module_parameters::istr3, module_parameters::jend3, module_parameters::jstr3, module_parameters::kend3, module_parameters::kstr3, module_parameters::myid, and module_parameters::u_mrf.
Referenced by module_navier_stokes::drive().
subroutine module_io::output_inst_fields | ( | real(mytype), dimension(:,:,:), intent(in) | u, |
real(mytype), dimension(:,:,:), intent(in) | v, | ||
real(mytype), dimension(:,:,:), intent(in) | w, | ||
real(mytype), dimension(:,:,:), intent(in) | p, | ||
real(mytype), dimension(:,:,:), intent(in) | t, | ||
integer, intent(in) | time_step | ||
) |
Definition at line 367 of file module_io.f90.
References module_parameters::iend3, module_parameters::iinstfl, module_parameters::istr3, module_parameters::jend3, module_parameters::jstr3, module_parameters::kend3, module_parameters::kstr3, module_parameters::myid, and module_parameters::u_mrf.
Referenced by module_navier_stokes::drive().
subroutine module_io::output_2d_slices | ( | real(mytype), dimension(:,:,:), intent(in) | u, |
real(mytype), dimension(:,:,:), intent(in) | v, | ||
real(mytype), dimension(:,:,:), intent(in) | w, | ||
real(mytype), dimension(:,:,:), intent(in) | p, | ||
real(mytype), dimension(:,:,:), intent(in) | t, | ||
integer, intent(in) | time_step | ||
) |
Definition at line 409 of file module_io.f90.
References module_parameters::iend3, module_parameters::intv_2d, module_parameters::istr3, module_parameters::isxy2d, module_parameters::isxz2d, module_parameters::isyz2d, module_parameters::jend3, module_parameters::jstr3, module_parameters::kend3, module_parameters::kstr3, module_parameters::myid, module_parameters::u_mrf, module_parameters::xy2d_id, module_parameters::xz2d_id, and module_parameters::yz2d_id.
Referenced by module_navier_stokes::drive().
subroutine module_io::output_mean_fields | ( | real(mytype), dimension(:,:,:), intent(in) | mean_u, |
real(mytype), dimension(:,:,:), intent(in) | mean_v, | ||
real(mytype), dimension(:,:,:), intent(in) | mean_w, | ||
real(mytype), dimension(:,:,:), intent(in) | mean_t, | ||
real(mytype), dimension(:,:,:), intent(in) | mean_uu, | ||
real(mytype), dimension(:,:,:), intent(in) | mean_vv, | ||
real(mytype), dimension(:,:,:), intent(in) | mean_ww, | ||
real(mytype), dimension(:,:,:), intent(in) | mean_uw, | ||
real(mytype), dimension(:,:,:), intent(in) | mean_vw, | ||
real(mytype), dimension(:,:,:), intent(in) | mean_tt, | ||
real(mytype), dimension(:,:,:), intent(in) | mean_tw, | ||
integer, intent(in) | time_step | ||
) |
Definition at line 548 of file module_io.f90.
References module_parameters::iend3, module_parameters::istr3, module_parameters::jend3, module_parameters::jstr3, module_parameters::kend3, module_parameters::kstr3, and module_parameters::myid.
Referenced by module_navier_stokes::drive().