MPI-AMRVAC  3.0
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
Public Attributes | List of all members
mod_physicaldata::state_sub Type Reference

Public Attributes

integer igrid =-1
 ID of a grid block. More...
 
double precision, dimension(:^de &,:), allocatable w
 Variables, normally center. More...
 
double precision, dimension(:^de &,:), allocatable wc
 Variables for the cornerpositions on the slice. More...
 
double precision, dimension(:^de &,:), allocatable wcoarse
 Variables, normally center, one level coarser representative. More...
 
double precision, dimension(:^de &,:), allocatable x
 Cell-center positions. More...
 
double precision, dimension(:^de &,:), allocatable xc
 Corner positions on the slice. More...
 
double precision, dimension(:^de &,:), allocatable xcoarse
 Cell-center positions, one level coarser representative. More...
 
double precision, dimension(:^de &,:), allocatable dx
 Cell sizes. More...
 
double precision, dimension(:^d &,:), allocatable dxcoarse
 Cell sizes, one level coarser. More...
 
double precision, dimension(:^d &,:), allocatable ds
 Cell sizes in length unit. More...
 
double precision, dimension(:^de &), allocatable dvolume
 Volumes of a cell. More...
 
double precision, dimension(:^de &), allocatable dvolumecoarse
 Volumes of a cell, one level coarser representative. More...
 
double precision, dimension(:^de &,:), allocatable surface
 Areas of cell-center surfaces. More...
 
double precision, dimension(:^de &,:), allocatable surfacec
 Areas of cell-face surfaces. More...
 
double precision, dimension(:), allocatable w
 Variables, normally center. More...
 
double precision, dimension(:), allocatable wc
 Variables for the cornerpositions on the slice. More...
 
double precision, dimension(:), allocatable wcoarse
 Variables, normally center, one level coarser representative. More...
 
double precision, dimension(:), allocatable x
 Cell-center positions. More...
 
double precision, dimension(:), allocatable xc
 Corner positions on the slice. More...
 
double precision, dimension(:), allocatable xcoarse
 Cell-center positions, one level coarser representative. More...
 

Detailed Description

Definition at line 51 of file mod_physicaldata.t.

Member Data Documentation

◆ ds

double precision, dimension(:^d&,:), allocatable mod_physicaldata::state_sub::ds

Cell sizes in length unit.

Definition at line 71 of file mod_physicaldata.t.

◆ dvolume

double precision, dimension(:^de&), allocatable mod_physicaldata::state_sub::dvolume

Volumes of a cell.

Definition at line 73 of file mod_physicaldata.t.

◆ dvolumecoarse

double precision, dimension(:^de&), allocatable mod_physicaldata::state_sub::dvolumecoarse

Volumes of a cell, one level coarser representative.

Definition at line 75 of file mod_physicaldata.t.

◆ dx

double precision, dimension(:^de&,:), allocatable mod_physicaldata::state_sub::dx

Cell sizes.

Definition at line 67 of file mod_physicaldata.t.

◆ dxcoarse

double precision, dimension(:^d&,:), allocatable mod_physicaldata::state_sub::dxcoarse

Cell sizes, one level coarser.

Definition at line 69 of file mod_physicaldata.t.

◆ igrid

integer mod_physicaldata::state_sub::igrid =-1

ID of a grid block.

Definition at line 53 of file mod_physicaldata.t.

◆ surface

double precision, dimension(:^de&,:), allocatable mod_physicaldata::state_sub::surface

Areas of cell-center surfaces.

Definition at line 77 of file mod_physicaldata.t.

◆ surfacec

double precision, dimension(:^de&,:), allocatable mod_physicaldata::state_sub::surfacec

Areas of cell-face surfaces.

Definition at line 79 of file mod_physicaldata.t.

◆ w [1/2]

double precision, dimension(:^de&,:), allocatable mod_physicaldata::state_sub::w

Variables, normally center.

Definition at line 55 of file mod_physicaldata.t.

◆ w [2/2]

double precision, dimension(:), allocatable mod_physicaldata::state_sub::w

Variables, normally center.

Definition at line 87 of file mod_physicaldata.t.

◆ wc [1/2]

double precision, dimension(:^de&,:), allocatable mod_physicaldata::state_sub::wc

Variables for the cornerpositions on the slice.

Definition at line 57 of file mod_physicaldata.t.

◆ wc [2/2]

double precision, dimension(:), allocatable mod_physicaldata::state_sub::wc

Variables for the cornerpositions on the slice.

Definition at line 89 of file mod_physicaldata.t.

◆ wcoarse [1/2]

double precision, dimension(:^de&,:), allocatable mod_physicaldata::state_sub::wcoarse

Variables, normally center, one level coarser representative.

Definition at line 59 of file mod_physicaldata.t.

◆ wcoarse [2/2]

double precision, dimension(:), allocatable mod_physicaldata::state_sub::wcoarse

Variables, normally center, one level coarser representative.

Definition at line 91 of file mod_physicaldata.t.

◆ x [1/2]

double precision, dimension(:^de&,:), allocatable mod_physicaldata::state_sub::x

Cell-center positions.

Definition at line 61 of file mod_physicaldata.t.

◆ x [2/2]

double precision, dimension(:), allocatable mod_physicaldata::state_sub::x

Cell-center positions.

Definition at line 93 of file mod_physicaldata.t.

◆ xc [1/2]

double precision, dimension(:^de&,:), allocatable mod_physicaldata::state_sub::xc

Corner positions on the slice.

Definition at line 63 of file mod_physicaldata.t.

◆ xc [2/2]

double precision, dimension(:), allocatable mod_physicaldata::state_sub::xc

Corner positions on the slice.

Definition at line 95 of file mod_physicaldata.t.

◆ xcoarse [1/2]

double precision, dimension(:^de&,:), allocatable mod_physicaldata::state_sub::xcoarse

Cell-center positions, one level coarser representative.

Definition at line 65 of file mod_physicaldata.t.

◆ xcoarse [2/2]

double precision, dimension(:), allocatable mod_physicaldata::state_sub::xcoarse

Cell-center positions, one level coarser representative.

Definition at line 97 of file mod_physicaldata.t.


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