MPI-AMRVAC 3.2
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
Loading...
Searching...
No Matches
Public Attributes | List of all members
mod_physicaldata::state_sub Type Reference

Public Attributes

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

Detailed Description

Definition at line 56 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 74 of file mod_physicaldata.t.

◆ dvolume

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

Volumes of a cell.

Definition at line 76 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 78 of file mod_physicaldata.t.

◆ dx

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

Cell sizes.

Definition at line 70 of file mod_physicaldata.t.

◆ dxcoarse

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

Cell sizes, one level coarser.

Definition at line 72 of file mod_physicaldata.t.

◆ igrid

integer mod_physicaldata::state_sub::igrid =-1

ID of a grid block.

Definition at line 84 of file mod_physicaldata.t.

◆ surface

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

Areas of cell-center surfaces.

Definition at line 80 of file mod_physicaldata.t.

◆ surfacec

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

Areas of cell-face surfaces.

Definition at line 82 of file mod_physicaldata.t.

◆ w [1/2]

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

Variables, normally center.

Definition at line 58 of file mod_physicaldata.t.

◆ w [2/2]

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

Variables, normally center.

Definition at line 90 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 60 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 92 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 62 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 94 of file mod_physicaldata.t.

◆ x [1/2]

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

Cell-center positions.

Definition at line 64 of file mod_physicaldata.t.

◆ x [2/2]

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

Cell-center positions.

Definition at line 96 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 66 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 98 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 68 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 100 of file mod_physicaldata.t.


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