Functions/Subroutines | |
subroutine | get_momentum_cnvdiff (u, v, w, p, t, uhx, uhy, uhz, vhx, vhy, vhz, whx, why, ff, ff0, gg, gg0, hh, hh0, qu, qv, qw) |
subroutine | get_temperature_cnvdiff (u, v, w, t, thx, thy, thz, ss, ss0, qt) |
subroutine module_cnvdiff::get_momentum_cnvdiff | ( | 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) | uhx, | ||
real(mytype), dimension(:,:,:), intent(in) | uhy, | ||
real(mytype), dimension(:,:,:), intent(in) | uhz, | ||
real(mytype), dimension(:,:,:), intent(in) | vhx, | ||
real(mytype), dimension(:,:,:), intent(in) | vhy, | ||
real(mytype), dimension(:,:,:), intent(in) | vhz, | ||
real(mytype), dimension(:,:,:), intent(in) | whx, | ||
real(mytype), dimension(:,:,:), intent(in) | why, | ||
real(mytype), dimension(:,:,:), intent(out) | ff, | ||
real(mytype), dimension(:,:,:), intent(in) | ff0, | ||
real(mytype), dimension(:,:,:), intent(out) | gg, | ||
real(mytype), dimension(:,:,:), intent(in) | gg0, | ||
real(mytype), dimension(:,:,:), intent(out) | hh, | ||
real(mytype), dimension(:,:,:), intent(in) | hh0, | ||
real(mytype), dimension(:,:,:), intent(out) | qu, | ||
real(mytype), dimension(:,:,:), intent(out) | qv, | ||
real(mytype), dimension(:,:,:), intent(out) | qw | ||
) |
Definition at line 37 of file module_cnvdiff.f90.
References module_parameters::cds, module_parameters::dp_opt, module_parameters::dpx_drive, module_parameters::dt, module_parameters::dx, module_parameters::dx2, module_parameters::dy, module_parameters::dy2, module_parameters::dz, module_parameters::dz_b, module_parameters::dz_t, module_parameters::fc, module_parameters::got, module_parameters::iend3, module_parameters::isscalar, module_parameters::istr3, module_parameters::jend3, module_parameters::jstr3, module_parameters::kend3, module_parameters::kstr3, module_parameters::l_t, module_parameters::nu, module_parameters::rk_a, module_parameters::rk_b, module_parameters::rk_c, module_parameters::t_ref, module_parameters::u_mrf, module_parameters::ug, module_parameters::update_dpx_drive(), and module_parameters::vg.
Referenced by module_navier_stokes::time_advancement_fd().
subroutine module_cnvdiff::get_temperature_cnvdiff | ( | real(mytype), dimension(:,:,:), intent(in) | u, |
real(mytype), dimension(:,:,:), intent(in) | v, | ||
real(mytype), dimension(:,:,:), intent(in) | w, | ||
real(mytype), dimension(:,:,:), intent(in) | t, | ||
real(mytype), dimension(:,:,:), intent(in) | thx, | ||
real(mytype), dimension(:,:,:), intent(in) | thy, | ||
real(mytype), dimension(:,:,:), intent(in) | thz, | ||
real(mytype), dimension(:,:,:), intent(out) | ss, | ||
real(mytype), dimension(:,:,:), intent(in) | ss0, | ||
real(mytype), dimension(:,:,:), intent(out) | qt | ||
) |
Definition at line 382 of file module_cnvdiff.f90.
References module_parameters::alpha, module_parameters::cds, module_parameters::dt, module_parameters::dx, module_parameters::dx2, module_parameters::dy, module_parameters::dy2, module_parameters::dz, module_parameters::dz_b, module_parameters::dz_t, module_parameters::iend3, module_parameters::istr3, module_parameters::jend3, module_parameters::jstr3, module_parameters::kend3, module_parameters::kstr3, module_parameters::rk_a, module_parameters::rk_b, module_parameters::rk_c, and module_parameters::u_mrf.
Referenced by module_navier_stokes::time_advancement_fd().