physics_eulerisotherm_mod::statevector_eulerisotherm Interface Reference
Inheritance diagram for physics_eulerisotherm_mod::statevector_eulerisotherm:
Collaboration diagram for physics_eulerisotherm_mod::statevector_eulerisotherm:

Variables

integer flavour = UNDEFINED
 
logical fargo_transformation_applied = .FALSE.
 
type(marray_base), pointer density => null()
 
type(marray_base), pointer velocity => null()
 
type(marray_base), pointer momentum => null()
 
PROCEDURE assignmarray_0
 
FINAL finalize_statevector
 
type(statevector_eulerisotherm) function createstatevector (Physics, flavour, num)
 Constructor of statevector_eulerisotherm. More...
 

Detailed Description

Definition at line 122 of file physics_eulerisotherm.f90.

Member Function/Subroutine Documentation

◆ assignmarray_0()

PROCEDURE physics_eulerisotherm_mod::statevector_eulerisotherm::assignmarray_0
private

◆ createstatevector()

type(statevector_eulerisotherm) function physics_eulerisotherm_mod::statevector_eulerisotherm::createstatevector ( class(physics_eulerisotherm), intent(in)  Physics,
integer, intent(in), optional  flavour,
integer, intent(in), optional  num 
)
private

Constructor of statevector_eulerisotherm.

methods of class statevector_eulerisotherm

This is not a class member itself, instead its an ordinary module procedure. The function name is overloaded with the class name.

Definition at line 2605 of file physics_eulerisotherm.f90.

◆ finalize_statevector()

FINAL physics_eulerisotherm_mod::statevector_eulerisotherm::finalize_statevector
finalprivate

Implemented in physics_euler_mod::statevector_euler.

Definition at line 131 of file physics_eulerisotherm.f90.

Here is the call graph for this function:

Member Data Documentation

◆ density

type(marray_base), pointer physics_eulerisotherm_mod::statevector_eulerisotherm::density => null()
private

Definition at line 125 of file physics_eulerisotherm.f90.

◆ fargo_transformation_applied

logical physics_eulerisotherm_mod::statevector_eulerisotherm::fargo_transformation_applied = .FALSE.
private

Definition at line 124 of file physics_eulerisotherm.f90.

◆ flavour

integer physics_eulerisotherm_mod::statevector_eulerisotherm::flavour = UNDEFINED
private

Definition at line 123 of file physics_eulerisotherm.f90.

◆ momentum

type(marray_base), pointer physics_eulerisotherm_mod::statevector_eulerisotherm::momentum => null()
private

Definition at line 125 of file physics_eulerisotherm.f90.

◆ velocity

type(marray_base), pointer physics_eulerisotherm_mod::statevector_eulerisotherm::velocity => null()
private

Definition at line 125 of file physics_eulerisotherm.f90.


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