physics_eulerisotherm_mod::physics_eulerisotherm Type Reference
Inheritance diagram for physics_eulerisotherm_mod::physics_eulerisotherm:
physics_base_mod::physics_base logging_base_mod::logging_base physics_euler_mod::physics_euler

Classes

speed of sound

class(marray_base), allocatable bccsound
 at cell bary centers More...
 
class(marray_base), allocatable fcsound
 at cell faces More...
 

Variables

real csiso
 isothermal sound speed More...
 
PROCEDURE initphysics_eulerisotherm
 
PROCEDURE printconfiguration_eulerisotherm
 
PROCEDURE enableoutput
 
PROCEDURE new_statevector
 
PROCEDURE convert2primitive_all
 
PROCEDURE convert2primitive_subset
 
PROCEDURE convert2conservative_all
 
PROCEDURE convert2conservative_subset
 
PROCEDURE setsoundspeeds_center
 
PROCEDURE setsoundspeeds_faces
 
GENERIC setsoundspeeds => SetSoundSpeeds_center, SetSoundSpeeds_faces
 
PROCEDURE calcwavespeeds_center
 
PROCEDURE calcwavespeeds_faces
 
PROCEDURE calcfluxesx
 
PROCEDURE calcfluxesy
 
PROCEDURE calcfluxesz
 
PROCEDURE addbackgroundvelocityx
 
PROCEDURE addbackgroundvelocityy
 
PROCEDURE addbackgroundvelocityz
 
PROCEDURE subtractbackgroundvelocityx
 
PROCEDURE subtractbackgroundvelocityy
 
PROCEDURE subtractbackgroundvelocityz
 
PROCEDURE addfargosources
 
PROCEDURE geometricalsources
 
PROCEDURE externalsources
 
PROCEDURE viscositysources
 
PROCEDURE calcstresses
 
PROCEDURE calculatecharsystemx
 
PROCEDURE calculatecharsystemy
 
PROCEDURE calculatecharsystemz
 
PROCEDURE calculateboundarydatax
 
PROCEDURE calculateboundarydatay
 
PROCEDURE calculateboundarydataz
 
PROCEDURE reflectionmasks
 
PROCEDURE axismasks
 
PROCEDURE finalize
 

Additional Inherited Members

- Public Attributes inherited from logging_base_mod::logging_base
integer, public err
 error code More...
 

Detailed Description

Definition at line 57 of file physics_eulerisotherm.f90.

Member Function/Subroutine Documentation

◆ addbackgroundvelocityx()

PROCEDURE physics_eulerisotherm_mod::physics_eulerisotherm::addbackgroundvelocityx ( )
private

Definition at line 89 of file physics_eulerisotherm.f90.

◆ addbackgroundvelocityy()

PROCEDURE physics_eulerisotherm_mod::physics_eulerisotherm::addbackgroundvelocityy ( )
private

Definition at line 90 of file physics_eulerisotherm.f90.

◆ addbackgroundvelocityz()

PROCEDURE physics_eulerisotherm_mod::physics_eulerisotherm::addbackgroundvelocityz ( )
private

Definition at line 91 of file physics_eulerisotherm.f90.

◆ addfargosources()

PROCEDURE physics_eulerisotherm_mod::physics_eulerisotherm::addfargosources ( )
private

Definition at line 95 of file physics_eulerisotherm.f90.

◆ axismasks()

PROCEDURE physics_eulerisotherm_mod::physics_eulerisotherm::axismasks ( )
private

Definition at line 117 of file physics_eulerisotherm.f90.

◆ calcfluxesx()

PROCEDURE physics_eulerisotherm_mod::physics_eulerisotherm::calcfluxesx ( )
private

Definition at line 85 of file physics_eulerisotherm.f90.

◆ calcfluxesy()

PROCEDURE physics_eulerisotherm_mod::physics_eulerisotherm::calcfluxesy ( )
private

Definition at line 86 of file physics_eulerisotherm.f90.

◆ calcfluxesz()

PROCEDURE physics_eulerisotherm_mod::physics_eulerisotherm::calcfluxesz ( )
private

Definition at line 87 of file physics_eulerisotherm.f90.

◆ calcstresses()

PROCEDURE physics_eulerisotherm_mod::physics_eulerisotherm::calcstresses ( )
private

Definition at line 101 of file physics_eulerisotherm.f90.

◆ calculateboundarydatax()

PROCEDURE physics_eulerisotherm_mod::physics_eulerisotherm::calculateboundarydatax ( )
private

Definition at line 107 of file physics_eulerisotherm.f90.

◆ calculateboundarydatay()

PROCEDURE physics_eulerisotherm_mod::physics_eulerisotherm::calculateboundarydatay ( )
private

Definition at line 108 of file physics_eulerisotherm.f90.

◆ calculateboundarydataz()

PROCEDURE physics_eulerisotherm_mod::physics_eulerisotherm::calculateboundarydataz ( )
private

Definition at line 109 of file physics_eulerisotherm.f90.

◆ calculatecharsystemx()

PROCEDURE physics_eulerisotherm_mod::physics_eulerisotherm::calculatecharsystemx ( )
private

Definition at line 104 of file physics_eulerisotherm.f90.

◆ calculatecharsystemy()

PROCEDURE physics_eulerisotherm_mod::physics_eulerisotherm::calculatecharsystemy ( )
private

Definition at line 105 of file physics_eulerisotherm.f90.

◆ calculatecharsystemz()

PROCEDURE physics_eulerisotherm_mod::physics_eulerisotherm::calculatecharsystemz ( )
private

Definition at line 106 of file physics_eulerisotherm.f90.

◆ calcwavespeeds_center()

PROCEDURE physics_eulerisotherm_mod::physics_eulerisotherm::calcwavespeeds_center ( )
private

Definition at line 82 of file physics_eulerisotherm.f90.

◆ calcwavespeeds_faces()

PROCEDURE physics_eulerisotherm_mod::physics_eulerisotherm::calcwavespeeds_faces ( )
private

Definition at line 83 of file physics_eulerisotherm.f90.

◆ convert2conservative_all()

PROCEDURE physics_eulerisotherm_mod::physics_eulerisotherm::convert2conservative_all ( )
private

Definition at line 75 of file physics_eulerisotherm.f90.

◆ convert2conservative_subset()

PROCEDURE physics_eulerisotherm_mod::physics_eulerisotherm::convert2conservative_subset ( )
private

Definition at line 76 of file physics_eulerisotherm.f90.

◆ convert2primitive_all()

PROCEDURE physics_eulerisotherm_mod::physics_eulerisotherm::convert2primitive_all ( )
private

Definition at line 72 of file physics_eulerisotherm.f90.

◆ convert2primitive_subset()

PROCEDURE physics_eulerisotherm_mod::physics_eulerisotherm::convert2primitive_subset ( )
private

Definition at line 73 of file physics_eulerisotherm.f90.

◆ enableoutput()

PROCEDURE physics_eulerisotherm_mod::physics_eulerisotherm::enableoutput ( )
private

Definition at line 69 of file physics_eulerisotherm.f90.

◆ externalsources()

PROCEDURE physics_eulerisotherm_mod::physics_eulerisotherm::externalsources ( )
private

Definition at line 98 of file physics_eulerisotherm.f90.

◆ finalize()

PROCEDURE physics_eulerisotherm_mod::physics_eulerisotherm::finalize ( )
private

Definition at line 119 of file physics_eulerisotherm.f90.

◆ geometricalsources()

PROCEDURE physics_eulerisotherm_mod::physics_eulerisotherm::geometricalsources ( )
private

Definition at line 97 of file physics_eulerisotherm.f90.

◆ initphysics_eulerisotherm()

PROCEDURE physics_eulerisotherm_mod::physics_eulerisotherm::initphysics_eulerisotherm ( )
private

Definition at line 67 of file physics_eulerisotherm.f90.

◆ new_statevector()

PROCEDURE physics_eulerisotherm_mod::physics_eulerisotherm::new_statevector ( )
private

Definition at line 70 of file physics_eulerisotherm.f90.

◆ printconfiguration_eulerisotherm()

PROCEDURE physics_eulerisotherm_mod::physics_eulerisotherm::printconfiguration_eulerisotherm ( )
private

Definition at line 68 of file physics_eulerisotherm.f90.

◆ reflectionmasks()

PROCEDURE physics_eulerisotherm_mod::physics_eulerisotherm::reflectionmasks ( )
private

Definition at line 116 of file physics_eulerisotherm.f90.

◆ setsoundspeeds()

GENERIC physics_eulerisotherm_mod::physics_eulerisotherm::setsoundspeeds ( )
private

Definition at line 80 of file physics_eulerisotherm.f90.

◆ setsoundspeeds_center()

PROCEDURE physics_eulerisotherm_mod::physics_eulerisotherm::setsoundspeeds_center ( )
private

Definition at line 78 of file physics_eulerisotherm.f90.

◆ setsoundspeeds_faces()

PROCEDURE physics_eulerisotherm_mod::physics_eulerisotherm::setsoundspeeds_faces ( )
private

Definition at line 79 of file physics_eulerisotherm.f90.

◆ subtractbackgroundvelocityx()

PROCEDURE physics_eulerisotherm_mod::physics_eulerisotherm::subtractbackgroundvelocityx ( )
private

Definition at line 92 of file physics_eulerisotherm.f90.

◆ subtractbackgroundvelocityy()

PROCEDURE physics_eulerisotherm_mod::physics_eulerisotherm::subtractbackgroundvelocityy ( )
private

Definition at line 93 of file physics_eulerisotherm.f90.

◆ subtractbackgroundvelocityz()

PROCEDURE physics_eulerisotherm_mod::physics_eulerisotherm::subtractbackgroundvelocityz ( )
private

Definition at line 94 of file physics_eulerisotherm.f90.

◆ viscositysources()

PROCEDURE physics_eulerisotherm_mod::physics_eulerisotherm::viscositysources ( )
private

Definition at line 99 of file physics_eulerisotherm.f90.

Member Data Documentation

◆ bccsound

class(marray_base), allocatable physics_eulerisotherm_mod::physics_eulerisotherm::bccsound
private

at cell bary centers

Definition at line 60 of file physics_eulerisotherm.f90.

◆ csiso

real physics_eulerisotherm_mod::physics_eulerisotherm::csiso
private

isothermal sound speed

Definition at line 65 of file physics_eulerisotherm.f90.

◆ fcsound

class(marray_base), allocatable physics_eulerisotherm_mod::physics_eulerisotherm::fcsound
private

at cell faces

Definition at line 60 of file physics_eulerisotherm.f90.


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