Variables | |
real(mytype), dimension(:,:,:), allocatable, save | u |
real(mytype), dimension(:,:,:), allocatable, save | v |
real(mytype), dimension(:,:,:), allocatable, save | w |
real(mytype), dimension(:,:,:), allocatable, save | p |
real(mytype), dimension(:,:,:), allocatable, save | phi |
real(mytype), dimension(:,:,:), allocatable, save | t |
real(mytype), dimension(:,:,:), allocatable, save | uhx |
real(mytype), dimension(:,:,:), allocatable, save | uhy |
real(mytype), dimension(:,:,:), allocatable, save | uhz |
real(mytype), dimension(:,:,:), allocatable, save | vhx |
real(mytype), dimension(:,:,:), allocatable, save | vhy |
real(mytype), dimension(:,:,:), allocatable, save | vhz |
real(mytype), dimension(:,:,:), allocatable, save | whx |
real(mytype), dimension(:,:,:), allocatable, save | why |
real(mytype), dimension(:,:,:), allocatable, save | thx |
real(mytype), dimension(:,:,:), allocatable, save | thy |
real(mytype), dimension(:,:,:), allocatable, save | thz |
real(mytype), dimension(:,:,:), allocatable, save | mean_u |
real(mytype), dimension(:,:,:), allocatable, save | mean_v |
real(mytype), dimension(:,:,:), allocatable, save | mean_w |
real(mytype), dimension(:,:,:), allocatable, save | mean_t |
real(mytype), dimension(:,:,:), allocatable, save | mean_uu |
real(mytype), dimension(:,:,:), allocatable, save | mean_vv |
real(mytype), dimension(:,:,:), allocatable, save | mean_ww |
real(mytype), dimension(:,:,:), allocatable, save | mean_uw |
real(mytype), dimension(:,:,:), allocatable, save | mean_vw |
real(mytype), dimension(:,:,:), allocatable, save | mean_tw |
real(mytype), dimension(:,:,:), allocatable, save | mean_tt |
real(mytype), dimension(:,:,:), allocatable, save | ff |
real(mytype), dimension(:,:,:), allocatable, save | ff0 |
real(mytype), dimension(:,:,:), allocatable, save | gg |
real(mytype), dimension(:,:,:), allocatable, save | gg0 |
real(mytype), dimension(:,:,:), allocatable, save | hh |
real(mytype), dimension(:,:,:), allocatable, save | hh0 |
real(mytype), dimension(:,:,:), allocatable, save | ss |
real(mytype), dimension(:,:,:), allocatable, save | ss0 |
real(mytype), dimension(:,:,:), allocatable, save | qu |
real(mytype), dimension(:,:,:), allocatable, save | qv |
real(mytype), dimension(:,:,:), allocatable, save | qw |
real(mytype), dimension(:,:,:), allocatable, save | aa |
real(mytype), dimension(:,:,:), allocatable, save | cc |
complex(mytype), dimension(:,:,:), allocatable, save | bb |
complex(mytype), dimension(:,:,:), allocatable, save | bb_u |
complex(mytype), dimension(:,:,:), allocatable, save | bb_w |
complex(mytype), dimension(:,:,:), allocatable, save | bb_p |
complex(mytype), dimension(:,:,:), allocatable, save | bb_t |
real(mytype), dimension(:), allocatable, save | aa_u |
real(mytype), dimension(:), allocatable, save | cc_u |
real(mytype), dimension(:), allocatable, save | aa_w |
real(mytype), dimension(:), allocatable, save | cc_w |
real(mytype), dimension(:), allocatable, save | aa_p |
real(mytype), dimension(:), allocatable, save | cc_p |
real(mytype), dimension(:), allocatable, save | aa_t |
real(mytype), dimension(:), allocatable, save | cc_t |
complex(mytype), dimension(:,:,:), allocatable, save | c_var |
complex(mytype), dimension(:,:,:), allocatable, save | c_src |
complex(mytype), dimension(:,:,:), allocatable, save | c_tmp1 |
complex(mytype), dimension(:,:,:), allocatable, save | c_tmp2 |
complex(mytype), dimension(:,:,:), allocatable, save | c_u |
complex(mytype), dimension(:,:,:), allocatable, save | c_v |
complex(mytype), dimension(:,:,:), allocatable, save | c_w |
complex(mytype), dimension(:,:,:), allocatable, save | c_p |
complex(mytype), dimension(:,:,:), allocatable, save | c_phi |
complex(mytype), dimension(:,:,:), allocatable, save | c_t |
complex(mytype), dimension(:,:,:), allocatable, save | c_qu |
complex(mytype), dimension(:,:,:), allocatable, save | c_qv |
complex(mytype), dimension(:,:,:), allocatable, save | c_qw |
complex(mytype), dimension(:,:,:), allocatable, save | c_ff |
complex(mytype), dimension(:,:,:), allocatable, save | c_gg |
complex(mytype), dimension(:,:,:), allocatable, save | c_hh |
complex(mytype), dimension(:,:,:), allocatable, save | c_ss |
real(mytype), dimension(:,:,:), allocatable, save u |
Definition at line 32 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), module_navier_stokes::time_advancement_fd(), and module_navier_stokes::time_advancement_sp().
real(mytype), dimension(:,:,:), allocatable, save v |
Definition at line 32 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), module_navier_stokes::time_advancement_fd(), and module_navier_stokes::time_advancement_sp().
real(mytype), dimension(:,:,:), allocatable, save w |
Definition at line 32 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), module_navier_stokes::time_advancement_fd(), and module_navier_stokes::time_advancement_sp().
real(mytype), dimension(:,:,:), allocatable, save p |
Definition at line 32 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), module_navier_stokes::time_advancement_fd(), and module_navier_stokes::time_advancement_sp().
real(mytype), dimension(:,:,:), allocatable, save phi |
Definition at line 32 of file module_variables.f90.
Referenced by module_tools::initiate_fields(), module_navier_stokes::time_advancement_fd(), and module_navier_stokes::time_advancement_sp().
real(mytype), dimension(:,:,:), allocatable, save t |
Definition at line 32 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), module_navier_stokes::time_advancement_fd(), and module_navier_stokes::time_advancement_sp().
real(mytype), dimension(:,:,:), allocatable, save uhx |
Definition at line 37 of file module_variables.f90.
Referenced by module_tools::initiate_fields(), and module_navier_stokes::time_advancement_fd().
real(mytype), dimension(:,:,:), allocatable, save uhy |
Definition at line 37 of file module_variables.f90.
Referenced by module_tools::initiate_fields(), and module_navier_stokes::time_advancement_fd().
real(mytype), dimension(:,:,:), allocatable, save uhz |
Definition at line 37 of file module_variables.f90.
Referenced by module_tools::initiate_fields(), and module_navier_stokes::time_advancement_fd().
real(mytype), dimension(:,:,:), allocatable, save vhx |
Definition at line 37 of file module_variables.f90.
Referenced by module_tools::initiate_fields(), and module_navier_stokes::time_advancement_fd().
real(mytype), dimension(:,:,:), allocatable, save vhy |
Definition at line 37 of file module_variables.f90.
Referenced by module_tools::initiate_fields(), and module_navier_stokes::time_advancement_fd().
real(mytype), dimension(:,:,:), allocatable, save vhz |
Definition at line 37 of file module_variables.f90.
Referenced by module_tools::initiate_fields(), and module_navier_stokes::time_advancement_fd().
real(mytype), dimension(:,:,:), allocatable, save whx |
Definition at line 38 of file module_variables.f90.
Referenced by module_tools::initiate_fields(), and module_navier_stokes::time_advancement_fd().
real(mytype), dimension(:,:,:), allocatable, save why |
Definition at line 38 of file module_variables.f90.
Referenced by module_tools::initiate_fields(), and module_navier_stokes::time_advancement_fd().
real(mytype), dimension(:,:,:), allocatable, save thx |
Definition at line 38 of file module_variables.f90.
Referenced by module_tools::initiate_fields(), and module_navier_stokes::time_advancement_fd().
real(mytype), dimension(:,:,:), allocatable, save thy |
Definition at line 38 of file module_variables.f90.
Referenced by module_tools::initiate_fields(), and module_navier_stokes::time_advancement_fd().
real(mytype), dimension(:,:,:), allocatable, save thz |
Definition at line 38 of file module_variables.f90.
Referenced by module_tools::initiate_fields(), and module_navier_stokes::time_advancement_fd().
real(mytype), dimension(:,:,:), allocatable, save mean_u |
Definition at line 41 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), module_navier_stokes::time_advancement_fd(), and module_navier_stokes::time_advancement_sp().
real(mytype), dimension(:,:,:), allocatable, save mean_v |
Definition at line 41 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), module_navier_stokes::time_advancement_fd(), and module_navier_stokes::time_advancement_sp().
real(mytype), dimension(:,:,:), allocatable, save mean_w |
Definition at line 41 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), module_navier_stokes::time_advancement_fd(), and module_navier_stokes::time_advancement_sp().
real(mytype), dimension(:,:,:), allocatable, save mean_t |
Definition at line 41 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), module_navier_stokes::time_advancement_fd(), and module_navier_stokes::time_advancement_sp().
real(mytype), dimension(:,:,:), allocatable, save mean_uu |
Definition at line 42 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), module_navier_stokes::time_advancement_fd(), and module_navier_stokes::time_advancement_sp().
real(mytype), dimension(:,:,:), allocatable, save mean_vv |
Definition at line 42 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), module_navier_stokes::time_advancement_fd(), and module_navier_stokes::time_advancement_sp().
real(mytype), dimension(:,:,:), allocatable, save mean_ww |
Definition at line 42 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), module_navier_stokes::time_advancement_fd(), and module_navier_stokes::time_advancement_sp().
real(mytype), dimension(:,:,:), allocatable, save mean_uw |
Definition at line 43 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), module_navier_stokes::time_advancement_fd(), and module_navier_stokes::time_advancement_sp().
real(mytype), dimension(:,:,:), allocatable, save mean_vw |
Definition at line 43 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), module_navier_stokes::time_advancement_fd(), and module_navier_stokes::time_advancement_sp().
real(mytype), dimension(:,:,:), allocatable, save mean_tw |
Definition at line 43 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), module_navier_stokes::time_advancement_fd(), and module_navier_stokes::time_advancement_sp().
real(mytype), dimension(:,:,:), allocatable, save mean_tt |
Definition at line 43 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), module_navier_stokes::time_advancement_fd(), and module_navier_stokes::time_advancement_sp().
real(mytype), dimension(:,:,:), allocatable, save ff |
Definition at line 48 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), and module_navier_stokes::time_advancement_fd().
real(mytype), dimension(:,:,:), allocatable, save ff0 |
Definition at line 48 of file module_variables.f90.
Referenced by module_tools::initiate_fields(), and module_navier_stokes::time_advancement_fd().
real(mytype), dimension(:,:,:), allocatable, save gg |
Definition at line 48 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), and module_navier_stokes::time_advancement_fd().
real(mytype), dimension(:,:,:), allocatable, save gg0 |
Definition at line 48 of file module_variables.f90.
Referenced by module_tools::initiate_fields(), and module_navier_stokes::time_advancement_fd().
real(mytype), dimension(:,:,:), allocatable, save hh |
Definition at line 48 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), and module_navier_stokes::time_advancement_fd().
real(mytype), dimension(:,:,:), allocatable, save hh0 |
Definition at line 48 of file module_variables.f90.
Referenced by module_tools::initiate_fields(), and module_navier_stokes::time_advancement_fd().
real(mytype), dimension(:,:,:), allocatable, save ss |
Definition at line 48 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), and module_navier_stokes::time_advancement_fd().
real(mytype), dimension(:,:,:), allocatable, save ss0 |
Definition at line 48 of file module_variables.f90.
Referenced by module_tools::initiate_fields(), and module_navier_stokes::time_advancement_fd().
real(mytype), dimension(:,:,:), allocatable, save qu |
Definition at line 53 of file module_variables.f90.
Referenced by module_tools::initiate_fields(), and module_navier_stokes::time_advancement_fd().
real(mytype), dimension(:,:,:), allocatable, save qv |
Definition at line 53 of file module_variables.f90.
Referenced by module_tools::initiate_fields(), and module_navier_stokes::time_advancement_fd().
real(mytype), dimension(:,:,:), allocatable, save qw |
Definition at line 53 of file module_variables.f90.
Referenced by module_tools::initiate_fields(), and module_navier_stokes::time_advancement_fd().
real(mytype), dimension(:,:,:), allocatable, save aa |
Definition at line 58 of file module_variables.f90.
Referenced by module_tools::initiate_fields(), module_navier_stokes::time_advancement_fd(), and module_navier_stokes::time_advancement_sp().
real(mytype), dimension(:,:,:), allocatable, save cc |
Definition at line 58 of file module_variables.f90.
Referenced by module_tools::initiate_fields(), module_navier_stokes::time_advancement_fd(), and module_navier_stokes::time_advancement_sp().
complex(mytype), dimension(:,:,:), allocatable, save bb |
Definition at line 59 of file module_variables.f90.
Referenced by module_tools::initiate_fields(), module_navier_stokes::time_advancement_fd(), and module_navier_stokes::time_advancement_sp().
complex(mytype), dimension(:,:,:), allocatable, save bb_u |
Definition at line 60 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), module_navier_stokes::time_advancement_fd(), and module_navier_stokes::time_advancement_sp().
complex(mytype), dimension(:,:,:), allocatable, save bb_w |
Definition at line 60 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), module_navier_stokes::time_advancement_fd(), and module_navier_stokes::time_advancement_sp().
complex(mytype), dimension(:,:,:), allocatable, save bb_p |
Definition at line 60 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), module_navier_stokes::time_advancement_fd(), and module_navier_stokes::time_advancement_sp().
complex(mytype), dimension(:,:,:), allocatable, save bb_t |
Definition at line 60 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), module_navier_stokes::time_advancement_fd(), and module_navier_stokes::time_advancement_sp().
real(mytype), dimension(:), allocatable, save aa_u |
Definition at line 61 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), module_navier_stokes::time_advancement_fd(), and module_navier_stokes::time_advancement_sp().
real(mytype), dimension(:), allocatable, save cc_u |
Definition at line 61 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), module_navier_stokes::time_advancement_fd(), and module_navier_stokes::time_advancement_sp().
real(mytype), dimension(:), allocatable, save aa_w |
Definition at line 61 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), module_navier_stokes::time_advancement_fd(), and module_navier_stokes::time_advancement_sp().
real(mytype), dimension(:), allocatable, save cc_w |
Definition at line 61 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), module_navier_stokes::time_advancement_fd(), and module_navier_stokes::time_advancement_sp().
real(mytype), dimension(:), allocatable, save aa_p |
Definition at line 61 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), module_navier_stokes::time_advancement_fd(), and module_navier_stokes::time_advancement_sp().
real(mytype), dimension(:), allocatable, save cc_p |
Definition at line 61 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), module_navier_stokes::time_advancement_fd(), and module_navier_stokes::time_advancement_sp().
real(mytype), dimension(:), allocatable, save aa_t |
Definition at line 61 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), module_navier_stokes::time_advancement_fd(), and module_navier_stokes::time_advancement_sp().
real(mytype), dimension(:), allocatable, save cc_t |
Definition at line 61 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), module_navier_stokes::time_advancement_fd(), and module_navier_stokes::time_advancement_sp().
complex(mytype), dimension(:,:,:), allocatable, save c_var |
Definition at line 65 of file module_variables.f90.
Referenced by module_spectral::calculate_new_p_spec(), module_spectral::calculate_uvw_spec(), module_spectral::cmplx_2_real(), module_spectral::get_div_spec(), module_spectral::get_momentum_cnvdiff_spec(), module_spectral::get_temperature_cnvdiff_spec(), module_tools::initiate_fields(), and module_poisson_solver::poisson_solver_fft().
complex(mytype), dimension(:,:,:), allocatable, save c_src |
Definition at line 65 of file module_variables.f90.
Referenced by module_spectral::get_momentum_cnvdiff_spec(), module_tools::initiate_fields(), module_poisson_solver::poisson_solver_fft(), module_spectral::poisson_solver_fft_spec(), and module_spectral::screen_div_error_spec().
complex(mytype), dimension(:,:,:), allocatable, save c_tmp1 |
Definition at line 67 of file module_variables.f90.
Referenced by module_tools::initiate_fields(), and module_tools::mpi_2d_fft().
complex(mytype), dimension(:,:,:), allocatable, save c_tmp2 |
Definition at line 67 of file module_variables.f90.
Referenced by module_tools::initiate_fields(), and module_tools::mpi_2d_fft().
complex(mytype), dimension(:,:,:), allocatable, save c_u |
Definition at line 71 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), and module_navier_stokes::time_advancement_sp().
complex(mytype), dimension(:,:,:), allocatable, save c_v |
Definition at line 71 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), and module_navier_stokes::time_advancement_sp().
complex(mytype), dimension(:,:,:), allocatable, save c_w |
Definition at line 71 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), and module_navier_stokes::time_advancement_sp().
complex(mytype), dimension(:,:,:), allocatable, save c_p |
Definition at line 71 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), and module_navier_stokes::time_advancement_sp().
complex(mytype), dimension(:,:,:), allocatable, save c_phi |
Definition at line 71 of file module_variables.f90.
Referenced by module_tools::initiate_fields(), and module_navier_stokes::time_advancement_sp().
complex(mytype), dimension(:,:,:), allocatable, save c_t |
Definition at line 71 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), and module_navier_stokes::time_advancement_sp().
complex(mytype), dimension(:,:,:), allocatable, save c_qu |
Definition at line 73 of file module_variables.f90.
Referenced by module_tools::initiate_fields(), and module_navier_stokes::time_advancement_sp().
complex(mytype), dimension(:,:,:), allocatable, save c_qv |
Definition at line 73 of file module_variables.f90.
Referenced by module_tools::initiate_fields(), and module_navier_stokes::time_advancement_sp().
complex(mytype), dimension(:,:,:), allocatable, save c_qw |
Definition at line 73 of file module_variables.f90.
Referenced by module_tools::initiate_fields(), and module_navier_stokes::time_advancement_sp().
complex(mytype), dimension(:,:,:), allocatable, save c_ff |
Definition at line 74 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), and module_navier_stokes::time_advancement_sp().
complex(mytype), dimension(:,:,:), allocatable, save c_gg |
Definition at line 74 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), and module_navier_stokes::time_advancement_sp().
complex(mytype), dimension(:,:,:), allocatable, save c_hh |
Definition at line 74 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), and module_navier_stokes::time_advancement_sp().
complex(mytype), dimension(:,:,:), allocatable, save c_ss |
Definition at line 74 of file module_variables.f90.
Referenced by module_navier_stokes::drive(), module_tools::initiate_fields(), and module_navier_stokes::time_advancement_sp().