FE-Project
Loading...
Searching...
No Matches
Public Member Functions | List of all members
mod_experiment::exp_setinitcond_lc Interface Reference

Public Member Functions

subroutine exp_setinitcond_lc (this, dens_hyd, pres_hyd, ddens, momx, momy, momz, drhot, tracer_field_list, x, y, z, dom_xmin, dom_xmax, dom_ymin, dom_ymax, dom_zmin, dom_zmax, lcmesh, elem)
 

Detailed Description

Definition at line 59 of file mod_experiment.F90.

Constructor & Destructor Documentation

◆ exp_setinitcond_lc()

subroutine mod_experiment::exp_setinitcond_lc::exp_setinitcond_lc ( class(experiment), intent(inout) this,
real(rp), dimension(elem%np,lcmesh%nea), intent(out) dens_hyd,
real(rp), dimension(elem%np,lcmesh%nea), intent(out) pres_hyd,
real(rp), dimension(elem%np,lcmesh%nea), intent(out) ddens,
real(rp), dimension(elem%np,lcmesh%nea), intent(out) momx,
real(rp), dimension(elem%np,lcmesh%nea), intent(out) momy,
real(rp), dimension(elem%np,lcmesh%nea), intent(out) momz,
real(rp), dimension(elem%np,lcmesh%nea), intent(out) drhot,
type(tracerlocalmeshfield_ptr), dimension(:), intent(inout) tracer_field_list,
real(rp), dimension(elem%np,lcmesh%ne), intent(in) x,
real(rp), dimension(elem%np,lcmesh%ne), intent(in) y,
real(rp), dimension(elem%np,lcmesh%ne), intent(in) z,
real(rp), intent(in) dom_xmin,
real(rp), intent(in) dom_xmax,
real(rp), intent(in) dom_ymin,
real(rp), intent(in) dom_ymax,
real(rp), intent(in) dom_zmin,
real(rp), intent(in) dom_zmax,
type(localmesh3d), intent(in) lcmesh,
class(elementbase3d), intent(in) elem )

Definition at line 59 of file mod_experiment.F90.

64
65 import experiment
66 import localmesh3d
67 import elementbase3d
68 import tracerlocalmeshfield_ptr
69 import rp
70
71 class(Experiment), intent(inout) :: this
72 type(LocalMesh3D), intent(in) :: lcmesh
73 class(ElementBase3D), intent(in) :: elem
74 real(RP), intent(out) :: DENS_hyd(elem%Np,lcmesh%NeA)
75 real(RP), intent(out) :: PRES_hyd(elem%Np,lcmesh%NeA)
76 real(RP), intent(out) :: DDENS(elem%Np,lcmesh%NeA)
77 real(RP), intent(out) :: MOMX(elem%Np,lcmesh%NeA)
78 real(RP), intent(out) :: MOMY(elem%Np,lcmesh%NeA)
79 real(RP), intent(out) :: MOMZ(elem%Np,lcmesh%NeA)
80 real(RP), intent(out) :: DRHOT(elem%Np,lcmesh%NeA)
81 type(TracerLocalMeshField_ptr), intent(inout) :: tracer_field_list(:)
82 real(RP), intent(in) :: x(elem%Np,lcmesh%Ne)
83 real(RP), intent(in) :: y(elem%Np,lcmesh%Ne)
84 real(RP), intent(in) :: z(elem%Np,lcmesh%Ne)
85 real(RP), intent(in) :: dom_xmin, dom_xmax
86 real(RP), intent(in) :: dom_ymin, dom_ymax
87 real(RP), intent(in) :: dom_zmin, dom_zmax

References mod_atmos_vars::atmosvars_getlocalmeshprgvars(), mod_atmos_vars::atmosvars_getlocalmeshqtrcvar(), scale_atm_dyn_dgm_nonhydro3d_common::auxvar_denshydro_id, and scale_atm_dyn_dgm_nonhydro3d_common::auxvar_preshydro_id.


The documentation for this interface was generated from the following file: