FE-Project
|
module FElib / Fluid dyn solver / Atmosphere / Regional nonhydrostatic model / HEVI More...
Functions/Subroutines | |
subroutine, public | atm_dyn_dgm_nonhydro3d_hevi_init (mesh) |
subroutine, public | atm_dyn_dgm_nonhydro3d_hevi_final () |
subroutine, public | atm_dyn_dgm_nonhydro3d_hevi_cal_tend (dens_dt, momx_dt, momy_dt, momz_dt, rhot_dt, ddens_, momx_, momy_, momz_, drhot_, dens_hyd, pres_hyd, coriolis, gxu_, gyu_, gzu_, gxv_, gyv_, gzv_, gxw_, gyw_, gzw_, gxpt_, gypt_, gzpt_, visccoef_h, visccoef_v, diffcoef_h, diffcoef_v, dx, dy, dz, sx, sy, sz, lift, lmesh, elem, lmesh2d, elem2d) |
subroutine, public | atm_dyn_dgm_nonhydro3d_hevi_cal_grad_diffvars (gxu_, gyu_, gzu_, gxv_, gyv_, gzv_, gxw_, gyw_, gzw_, gxpt_, gypt_, gzpt_, ddens_, momx_, momy_, momz_, drhot_, dens_hyd, pres_hyd, dx, dy, dz, lift, lmesh, elem) |
subroutine, public | atm_dyn_dgm_nonhydro3d_hevi_cal_vi (dens_dt, momx_dt, momy_dt, momz_dt, rhot_dt, ddens_, momx_, momy_, momz_, drhot_, dens_hyd, pres_hyd, dz, lift, impl_fac, lmesh, elem, lmesh2d, elem2d) |
module FElib / Fluid dyn solver / Atmosphere / Regional nonhydrostatic model / HEVI
subroutine, public scale_atm_dyn_dgm_nonhydro3d_hevi_gmres::atm_dyn_dgm_nonhydro3d_hevi_init | ( | class(meshbase3d), intent(in) | mesh | ) |
Definition at line 93 of file scale_atm_dyn_dgm_nonhydro3d_hevi_gmres.F90.
subroutine, public scale_atm_dyn_dgm_nonhydro3d_hevi_gmres::atm_dyn_dgm_nonhydro3d_hevi_final |
Definition at line 118 of file scale_atm_dyn_dgm_nonhydro3d_hevi_gmres.F90.
subroutine, public scale_atm_dyn_dgm_nonhydro3d_hevi_gmres::atm_dyn_dgm_nonhydro3d_hevi_cal_tend | ( | real(rp), dimension(elem%np,lmesh%nea), intent(out) | dens_dt, |
real(rp), dimension(elem%np,lmesh%nea), intent(out) | momx_dt, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(out) | momy_dt, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(out) | momz_dt, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(out) | rhot_dt, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | ddens_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | momx_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | momy_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | momz_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | drhot_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | dens_hyd, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | pres_hyd, | ||
real(rp), dimension(elem2d%np,lmesh2d%nea), intent(in) | coriolis, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | gxu_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | gyu_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | gzu_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | gxv_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | gyv_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | gzv_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | gxw_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | gyw_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | gzw_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | gxpt_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | gypt_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | gzpt_, | ||
real(rp), intent(in) | visccoef_h, | ||
real(rp), intent(in) | visccoef_v, | ||
real(rp), intent(in) | diffcoef_h, | ||
real(rp), intent(in) | diffcoef_v, | ||
type(sparsemat), intent(in) | dx, | ||
type(sparsemat), intent(in) | dy, | ||
type(sparsemat), intent(in) | dz, | ||
type(sparsemat), intent(in) | sx, | ||
type(sparsemat), intent(in) | sy, | ||
type(sparsemat), intent(in) | sz, | ||
type(sparsemat), intent(in) | lift, | ||
class(localmesh3d), intent(in) | lmesh, | ||
class(elementbase3d), intent(in) | elem, | ||
class(localmesh2d), intent(in) | lmesh2d, | ||
class(elementbase2d), intent(in) | elem2d ) |
Definition at line 129 of file scale_atm_dyn_dgm_nonhydro3d_hevi_gmres.F90.
subroutine, public scale_atm_dyn_dgm_nonhydro3d_hevi_gmres::atm_dyn_dgm_nonhydro3d_hevi_cal_grad_diffvars | ( | real(rp), dimension(elem%np,lmesh%nea), intent(out) | gxu_, |
real(rp), dimension(elem%np,lmesh%nea), intent(out) | gyu_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(out) | gzu_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(out) | gxv_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(out) | gyv_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(out) | gzv_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(out) | gxw_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(out) | gyw_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(out) | gzw_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(out) | gxpt_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(out) | gypt_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(out) | gzpt_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | ddens_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | momx_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | momy_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | momz_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | drhot_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | dens_hyd, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | pres_hyd, | ||
type(sparsemat), intent(in) | dx, | ||
type(sparsemat), intent(in) | dy, | ||
type(sparsemat), intent(in) | dz, | ||
type(sparsemat), intent(in) | lift, | ||
class(localmesh3d), intent(in) | lmesh, | ||
class(elementbase3d), intent(in) | elem ) |
Definition at line 632 of file scale_atm_dyn_dgm_nonhydro3d_hevi_gmres.F90.
subroutine, public scale_atm_dyn_dgm_nonhydro3d_hevi_gmres::atm_dyn_dgm_nonhydro3d_hevi_cal_vi | ( | real(rp), dimension(elem%np,lmesh%nea), intent(out) | dens_dt, |
real(rp), dimension(elem%np,lmesh%nea), intent(out) | momx_dt, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(out) | momy_dt, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(out) | momz_dt, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(out) | rhot_dt, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | ddens_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | momx_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | momy_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | momz_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | drhot_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | dens_hyd, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | pres_hyd, | ||
class(sparsemat), intent(in) | dz, | ||
class(sparsemat), intent(in) | lift, | ||
real(rp), intent(in) | impl_fac, | ||
class(localmesh3d), intent(in) | lmesh, | ||
class(elementbase3d), intent(in) | elem, | ||
class(localmesh2d), intent(in) | lmesh2d, | ||
class(elementbase2d), intent(in) | elem2d ) |
Definition at line 818 of file scale_atm_dyn_dgm_nonhydro3d_hevi_gmres.F90.
References get_pmatd_lu(), and scale_linalgebra::linalgebra_lu().