|
Scrambler
1
|
Module containing physics related variables. More...
Collaboration diagram for PhysicsDeclarations:Public Member Functions | |
| subroutine | AddTracer (i, str) |
| Adds a tracer field and assigns it to slot i. | |
| INTEGER function | GetNextTracerIndex () |
| CHARACTER(LEN=MAXTRACERLENGTH) function | TracerName (i) |
| Returns a string containing the name of the tracer. | |
| subroutine | AddFieldVar (i, str) |
| Adds a diagnostic field and assigns it to slot i. | |
| CHARACTER(LEN=MAXFIELDLENGTH) function | FieldName (i) |
| Returns a string containing the name of the diagnostic. | |
Public Attributes | |
| INTEGER, parameter | MaxVars = 20 |
| INTEGER, parameter | LOGSCALE = 0 |
| INTEGER, parameter | LINEARSCALE = 1 |
| REAL(KIND=qPrec), parameter | Boltzmann = 1.3806503d-16 |
| REAL(KIND=qPrec), parameter | mSolar = 1.99d33 |
| REAL(KIND=qPrec), parameter | G = 6.6731d-8 |
| REAL(KIND=qPrec), parameter | hMass = 1.67262158d-24 |
| REAL(KIND=qPrec), parameter | au = 1.496d13 |
| REAL(KIND=qPrec), parameter | Pi = 3.1415926535897932384626433832795d0 |
| REAL(KIND=qPrec), parameter | yr = 31556926 |
| REAL(KIND=qPrec), parameter | pc = 3.08568025e18 |
| REAL(KIND=qprec), parameter, public | ev = 1.60217646263d-12 |
| REAL(KIND=qprec), parameter, public | IonH = 13.5984 * ev |
| REAL(KIND=qprec), parameter, public | IonHe = 24.5874 * ev |
| REAL(KIND=qprec), parameter, public | BindH2 = 4.476 * ev |
| REAL(KIND=qprec), parameter, public | AMU = 1.66044d-24 |
| REAL(KIND=qprec), parameter, public | planck = 6.62606876d-27 |
| REAL(KIND=qprec), parameter, public | emass = 9.10938188d-28 |
| REAL(KIND=qprec), parameter, public | mue = 5.48612529209125d-04 |
| REAL(KIND=qprec), parameter, public | muH = 1.00794d0 |
| REAL(KIND=qprec), parameter, public | muHII = half*muH |
| REAL(KIND=qprec), parameter, public | muH2 = 2.d0*muH |
| REAL(KIND=qprec), parameter, public | muHe = 4.002602d0 |
| REAL(KIND=qprec), parameter, public | gammaH = 5.d0/3.d0 |
| REAL(KIND=qprec), parameter, public | gammaH2 = 7.d0/5.d0 |
| LOGICAL | lMHD = .false. |
| LOGICAL | lCheckDivergence = .false. |
| LOGICAL | lCanAddTracers = .false. |
| LOGICAL | lGravityPeriodic = .false. |
| INTEGER, parameter | MIN_TEMP = 0 |
| INTEGER, parameter | MIN_NEARBY_PRESS = 1 |
| INTEGER, parameter | AVG_NEARBY_PRESS = 2 |
| INTEGER, parameter | MIN_NEARBY_TEMP = 3 |
| INTEGER, parameter | AVG_NEARBY_TEMP = 4 |
| INTEGER, parameter | MIN_DENSITY = 0 |
| INTEGER, parameter | MIN_NEARBY_DENSITY = 1 |
| INTEGER, parameter | AVG_NEARBY_DENSITY = 2 |
| INTEGER, parameter | CONSERVE_MOMENTUM = 0 |
| INTEGER, parameter | CLEAR_MOMENTUM = 1 |
| INTEGER, parameter | AVG_NEARBY_VEL = 2 |
| LOGICAL | lRestartOnPressureProtections = .false. |
| LOGICAL | lRestartOnDensityProtections = .false. |
| LOGICAL | lRestartonHypreMaxIters = .true. |
| INTEGER | iDensityProtect = AVG_NEARBY_DENSITY |
| INTEGER | iMomentumProtect = AVG_NEARBY_VEL |
| INTEGER | iPressureProtect = AVG_NEARBY_TEMP |
| REAL(KIND=qPrec) | MinTemp = 1d-10 |
| REAL(KIND=qPrec) | MinDensity = 1d-10 |
| REAL(KIND=qPrec) | SrcPrecision = 1d-3 |
| REAL(KIND=qPrec) | Xmu = 1d0 |
| REAL(KIND=qPrec) | rScale = 0d0 |
| REAL(KIND=qPrec) | nScale = 0d0 |
| REAL(KIND=qPrec) | TempScale = 0d0 |
| REAL(KIND=qPrec) | pScale = 0d0 |
| REAL(KIND=qPrec) | lScale = 0d0 |
| REAL(KIND=qPrec) | VelScale |
| REAL(KIND=qPrec) | TimeScale |
| REAL(KIND=qPrec) | BScale |
| REAL(KIND=qPrec) | mScale |
| REAL(KIND=qPrec) | ScaleGrav |
| REAL(KIND=qPREC) | mean_density = 0d0 |
| INTEGER, parameter | MAXFIELDLENGTH = 20 |
| INTEGER, parameter | MAXFIELDVARS = 40 |
| CHARACTER(LEN=MAXFIELDLENGTH), dimension(0:maxfieldvars) | FieldNames |
| INTEGER | irho = 0 |
| INTEGER | iE = 0 |
| INTEGER | ivx = 0 |
| INTEGER | ivy = 0 |
| INTEGER | ivz = 0 |
| INTEGER | iBx = 0 |
| INTEGER | iBy = 0 |
| INTEGER | iBz = 0 |
| INTEGER | iPhiDot |
| INTEGER | iPhiGas |
| INTEGER | iEntropy |
| INTEGER | iAngMom |
| INTEGER, dimension(3) | imom |
| INTEGER | ivOld |
| INTEGER | irhoOld |
| INTEGER | iB |
| INTEGER | nTracerLO |
| INTEGER | nTracerHI |
| INTEGER | NrHydroVars = 0 |
| INTEGER | NrTracerVars = 0 |
| INTEGER | NrOutputVars = 0 |
| INTEGER | NrPhysicalVars = 0 |
| INTEGER | NrBackupVars = 0 |
| INTEGER, dimension(8) | var_index |
| REAL(KIND=qPREC) | R2DEff |
| LOGICAL | lSelfGravity = .false. |
| LOGICAL | lSinkParticles = .false. |
| LOGICAL | lSourceTerms = .true. |
| LOGICAL | luniformgravity = .false. |
| REAL(KIND=qpREC) | UniformGravity = 0d0 |
| REAL(KIND=qPREC) | OmegaRot = 0d0 |
| REAL(KIND=qPREC) | CellsPerJeansLength = 4d0 |
| LOGICAL | lResistive = .false. |
| INTEGER | ResType |
| REAL(KIND=qPREC) | resistivity |
| LOGICAL | lConductive = .false. |
| INTEGER | ConType |
| REAL(kIND=qPREC) | conductivity |
| LOGICAL | lThermalFluxLimiter |
| LOGICAL | lIsoDiff |
| LOGICAL | lViscous = .false. |
| INTEGER | VisType |
| REAL(KIND=qPREC) | bviscosity |
| INTEGER | iCylindrical |
| INTEGER, parameter | NoCyl = 0 |
| INTEGER, parameter | NoAngMom = 1 |
| INTEGER, parameter | WithAngMom = 2 |
| INTEGER, parameter | irdir = 1 |
| INTEGER, parameter | izdir = 2 |
| INTEGER | myDim |
| INTEGER | GravityDim |
| REAL(KIND=qPrec) | Iso_Speed2 |
| REAL(KIND=qPrec) | Iso_Speed |
| REAL(KIND=qPrec) | gamma = 5d0/3d0 |
| REAL(KIND=qPrec) | gamma1 |
| REAL(KIND=qPrec) | gamma2 |
| REAL(KIND=qPrec) | gamma3 |
| REAL(KIND=qPrec) | gamma4 |
| REAL(KIND=qPrec) | gamma5 |
| REAL(KIND=qPrec) | gamma6 |
| REAL(KIND=qPrec) | gamma7 |
| REAL(KIND=qPrec) | gamma8 |
| REAL(KIND=qPrec) | gamma9 |
| REAL(KIND=qPrec) | gamma10 |
| REAL(KIND=qPrec) | gamma11 |
| REAL(KIND=qPrec) | gamma12 |
| REAL(KIND=qPrec) | gamma13 |
| REAL(KIND=qPrec) | gamma14 |
| REAL(KIND=qPrec) | gamma15 |
| INTEGER, parameter | EOS_IDEAL_GAS = 0 |
| INTEGER, parameter | EOS_VANDERWAALS = 3 |
| INTEGER, parameter | EOS_ISOTHERMAL = 4 |
| INTEGER | iEOS = EOS_IDEAL_GAS |
| INTEGER, dimension(maxvars) | InterpOpts = 0 |
| REAL(KIND=qPREC), dimension(maxvars) | refineVariableFactor = 1d0 |
| INTEGER, parameter | OK = 0 |
| INTEGER | iEx |
| INTEGER | iEy |
| INTEGER | iEz |
| INTEGER | NrCons |
| INTEGER | m_low |
| INTEGER | m_high |
| INTEGER | NrFieldVars |
| INTEGER | NrWaves |
| INTEGER, parameter | MAXTRACERLENGTH = 20 |
| INTEGER, parameter | MAXTRACERVARS = 40 |
| CHARACTER(LEN=MAXTRACERLENGTH), dimension(0:maxtracervars) | TracerNames |
| INTEGER, dimension(:), allocatable | oneDx_i |
| INTEGER, dimension(:), allocatable | oneDy_i |
| INTEGER, dimension(:), allocatable | oneDz_i |
| INTEGER, dimension(:), allocatable | wDx_i |
| INTEGER, dimension(:), allocatable | wDy_i |
| INTEGER, dimension(:), allocatable | wDz_i |
| INTEGER, dimension(:), allocatable | fDx_i |
| INTEGER, dimension(:), allocatable | fDy_i |
| INTEGER, dimension(:), allocatable | fDz_i |
Module containing physics related variables.
Definition at line 32 of file physics_declarations.f90.
| subroutine AddTracer | ( | INTEGER | i, |
| CHARACTER(LEN=*), optional | str | ||
| ) |
Adds a tracer field and assigns it to slot i.
| i | integer to assign next slot |
| str | optional string to define variable |
Definition at line 197 of file physics_declarations.f90.
| INTEGER function GetNextTracerIndex | ( | ) |
Definition at line 222 of file physics_declarations.f90.
| CHARACTER(LEN=MAXTRACERLENGTH) function TracerName | ( | INTEGER | i | ) |
Returns a string containing the name of the tracer.
| i | index of tracer |
Definition at line 229 of file physics_declarations.f90.
| subroutine AddFieldVar | ( | INTEGER | i, |
| CHARACTER(LEN=*), optional | str | ||
| ) |
Adds a diagnostic field and assigns it to slot i.
| i | integer to assign next slot |
| str | optional string to define variable |
Definition at line 245 of file physics_declarations.f90.
| CHARACTER(LEN=MAXFIELDLENGTH) function FieldName | ( | INTEGER | i | ) |
Returns a string containing the name of the diagnostic.
| i | index of diagnostic |
Definition at line 265 of file physics_declarations.f90.
| INTEGER, parameter MaxVars = 20 |
Definition at line 40 of file physics_declarations.f90.
| INTEGER, parameter LOGSCALE = 0 |
Definition at line 41 of file physics_declarations.f90.
| INTEGER, parameter LINEARSCALE = 1 |
Definition at line 41 of file physics_declarations.f90.
| REAL (KIND=qPrec), parameter Boltzmann = 1.3806503d-16 |
Definition at line 44 of file physics_declarations.f90.
| REAL (KIND=qPrec), parameter mSolar = 1.99d33 |
Definition at line 44 of file physics_declarations.f90.
| REAL (KIND=qPrec), parameter G = 6.6731d-8 |
Definition at line 44 of file physics_declarations.f90.
| REAL (KIND=qPrec), parameter hMass = 1.67262158d-24 |
Definition at line 44 of file physics_declarations.f90.
| REAL (KIND=qPrec), parameter au = 1.496d13 |
Definition at line 44 of file physics_declarations.f90.
| REAL (KIND=qPrec), parameter Pi = 3.1415926535897932384626433832795d0 |
Definition at line 44 of file physics_declarations.f90.
| REAL (KIND=qPrec), parameter yr = 31556926 |
Definition at line 44 of file physics_declarations.f90.
| REAL (KIND=qPrec), parameter pc = 3.08568025e18 |
Definition at line 44 of file physics_declarations.f90.
| REAL(KIND=qprec), parameter, public ev = 1.60217646263d-12 |
Definition at line 55 of file physics_declarations.f90.
Definition at line 55 of file physics_declarations.f90.
Definition at line 55 of file physics_declarations.f90.
Definition at line 55 of file physics_declarations.f90.
| REAL(KIND=qprec), parameter, public AMU = 1.66044d-24 |
Definition at line 55 of file physics_declarations.f90.
| REAL(KIND=qprec), parameter, public planck = 6.62606876d-27 |
Definition at line 55 of file physics_declarations.f90.
| REAL(KIND=qprec), parameter, public emass = 9.10938188d-28 |
Definition at line 55 of file physics_declarations.f90.
| REAL(KIND=qprec), parameter, public mue = 5.48612529209125d-04 |
Definition at line 64 of file physics_declarations.f90.
| REAL(KIND=qprec), parameter, public muH = 1.00794d0 |
Definition at line 64 of file physics_declarations.f90.
Definition at line 64 of file physics_declarations.f90.
Definition at line 64 of file physics_declarations.f90.
| REAL(KIND=qprec), parameter, public muHe = 4.002602d0 |
Definition at line 64 of file physics_declarations.f90.
| REAL(KIND=qprec), parameter, public gammaH = 5.d0/3.d0 |
Definition at line 64 of file physics_declarations.f90.
| REAL(KIND=qprec), parameter, public gammaH2 = 7.d0/5.d0 |
Definition at line 64 of file physics_declarations.f90.
| LOGICAL lMHD = .false. |
Definition at line 75 of file physics_declarations.f90.
| LOGICAL lCheckDivergence = .false. |
Definition at line 76 of file physics_declarations.f90.
| LOGICAL lCanAddTracers = .false. |
Definition at line 77 of file physics_declarations.f90.
| LOGICAL lGravityPeriodic = .false. |
Definition at line 78 of file physics_declarations.f90.
| INTEGER, parameter MIN_TEMP = 0 |
Definition at line 81 of file physics_declarations.f90.
| INTEGER, parameter MIN_NEARBY_PRESS = 1 |
Definition at line 81 of file physics_declarations.f90.
| INTEGER, parameter AVG_NEARBY_PRESS = 2 |
Definition at line 81 of file physics_declarations.f90.
| INTEGER, parameter MIN_NEARBY_TEMP = 3 |
Definition at line 81 of file physics_declarations.f90.
| INTEGER, parameter AVG_NEARBY_TEMP = 4 |
Definition at line 81 of file physics_declarations.f90.
| INTEGER, parameter MIN_DENSITY = 0 |
Definition at line 82 of file physics_declarations.f90.
| INTEGER, parameter MIN_NEARBY_DENSITY = 1 |
Definition at line 82 of file physics_declarations.f90.
| INTEGER, parameter AVG_NEARBY_DENSITY = 2 |
Definition at line 82 of file physics_declarations.f90.
| INTEGER, parameter CONSERVE_MOMENTUM = 0 |
Definition at line 83 of file physics_declarations.f90.
| INTEGER, parameter CLEAR_MOMENTUM = 1 |
Definition at line 83 of file physics_declarations.f90.
| INTEGER, parameter AVG_NEARBY_VEL = 2 |
Definition at line 83 of file physics_declarations.f90.
| LOGICAL lRestartOnPressureProtections = .false. |
Definition at line 84 of file physics_declarations.f90.
| LOGICAL lRestartOnDensityProtections = .false. |
Definition at line 85 of file physics_declarations.f90.
| LOGICAL lRestartonHypreMaxIters = .true. |
Definition at line 86 of file physics_declarations.f90.
| INTEGER iDensityProtect = AVG_NEARBY_DENSITY |
Definition at line 87 of file physics_declarations.f90.
| INTEGER iMomentumProtect = AVG_NEARBY_VEL |
Definition at line 88 of file physics_declarations.f90.
| INTEGER iPressureProtect = AVG_NEARBY_TEMP |
Definition at line 89 of file physics_declarations.f90.
| REAL(KIND=qPrec) MinTemp = 1d-10 |
Definition at line 90 of file physics_declarations.f90.
| REAL(KIND=qPrec) MinDensity = 1d-10 |
Definition at line 90 of file physics_declarations.f90.
| REAL (KIND=qPrec) SrcPrecision = 1d-3 |
Definition at line 91 of file physics_declarations.f90.
| REAL (KIND=qPrec) Xmu = 1d0 |
Definition at line 93 of file physics_declarations.f90.
| REAL (KIND=qPrec) rScale = 0d0 |
Definition at line 94 of file physics_declarations.f90.
| REAL (KIND=qPrec) nScale = 0d0 |
Definition at line 94 of file physics_declarations.f90.
| REAL (KIND=qPrec) TempScale = 0d0 |
Definition at line 94 of file physics_declarations.f90.
| REAL (KIND=qPrec) pScale = 0d0 |
Definition at line 94 of file physics_declarations.f90.
| REAL (KIND=qPrec) lScale = 0d0 |
Definition at line 94 of file physics_declarations.f90.
| REAL (KIND=qPrec) VelScale |
Definition at line 94 of file physics_declarations.f90.
| REAL (KIND=qPrec) TimeScale |
Definition at line 94 of file physics_declarations.f90.
| REAL (KIND=qPrec) BScale |
Definition at line 94 of file physics_declarations.f90.
| REAL (KIND=qPrec) mScale |
Definition at line 94 of file physics_declarations.f90.
| REAL (KIND=qPrec) ScaleGrav |
Definition at line 94 of file physics_declarations.f90.
| REAL(KIND=qPREC) mean_density = 0d0 |
Definition at line 96 of file physics_declarations.f90.
| INTEGER, parameter MAXFIELDLENGTH = 20 |
Definition at line 98 of file physics_declarations.f90.
| INTEGER, parameter MAXFIELDVARS = 40 |
Definition at line 99 of file physics_declarations.f90.
| CHARACTER(LEN = MAXFIELDLENGTH), dimension(0:maxfieldvars) FieldNames |
Definition at line 100 of file physics_declarations.f90.
| INTEGER irho = 0 |
Definition at line 103 of file physics_declarations.f90.
| INTEGER iE = 0 |
Definition at line 103 of file physics_declarations.f90.
| INTEGER ivx = 0 |
Definition at line 103 of file physics_declarations.f90.
| INTEGER ivy = 0 |
Definition at line 103 of file physics_declarations.f90.
| INTEGER ivz = 0 |
Definition at line 103 of file physics_declarations.f90.
| INTEGER iBx = 0 |
Definition at line 103 of file physics_declarations.f90.
| INTEGER iBy = 0 |
Definition at line 103 of file physics_declarations.f90.
| INTEGER iBz = 0 |
Definition at line 103 of file physics_declarations.f90.
| INTEGER iPhiDot |
Definition at line 103 of file physics_declarations.f90.
| INTEGER iPhiGas |
Definition at line 103 of file physics_declarations.f90.
| INTEGER iEntropy |
Definition at line 103 of file physics_declarations.f90.
| INTEGER iAngMom |
Definition at line 103 of file physics_declarations.f90.
| INTEGER, dimension(3) imom |
Definition at line 103 of file physics_declarations.f90.
| INTEGER ivOld |
Definition at line 103 of file physics_declarations.f90.
| INTEGER irhoOld |
Definition at line 103 of file physics_declarations.f90.
| INTEGER iB |
Definition at line 103 of file physics_declarations.f90.
| INTEGER nTracerLO |
Definition at line 104 of file physics_declarations.f90.
| INTEGER nTracerHI |
Definition at line 104 of file physics_declarations.f90.
| INTEGER NrHydroVars = 0 |
Definition at line 105 of file physics_declarations.f90.
| INTEGER NrTracerVars = 0 |
Definition at line 106 of file physics_declarations.f90.
| INTEGER NrOutputVars = 0 |
Definition at line 107 of file physics_declarations.f90.
| INTEGER NrPhysicalVars = 0 |
Definition at line 108 of file physics_declarations.f90.
| INTEGER NrBackupVars = 0 |
Definition at line 109 of file physics_declarations.f90.
| INTEGER, dimension(8) var_index |
Definition at line 111 of file physics_declarations.f90.
| REAL(KIND=qPREC) R2DEff |
Definition at line 113 of file physics_declarations.f90.
| LOGICAL lSelfGravity = .false. |
Definition at line 114 of file physics_declarations.f90.
| LOGICAL lSinkParticles = .false. |
Definition at line 114 of file physics_declarations.f90.
| LOGICAL lSourceTerms = .true. |
Definition at line 114 of file physics_declarations.f90.
| LOGICAL luniformgravity = .false. |
Definition at line 114 of file physics_declarations.f90.
| REAL(KIND=qpREC) UniformGravity = 0d0 |
Definition at line 115 of file physics_declarations.f90.
| REAL(KIND=qPREC) OmegaRot = 0d0 |
Definition at line 116 of file physics_declarations.f90.
| REAL(KIND=qPREC) CellsPerJeansLength = 4d0 |
Definition at line 117 of file physics_declarations.f90.
| LOGICAL lResistive = .false. |
Definition at line 119 of file physics_declarations.f90.
| INTEGER ResType |
Definition at line 120 of file physics_declarations.f90.
| REAL(KIND=qPREC) resistivity |
Definition at line 121 of file physics_declarations.f90.
| LOGICAL lConductive = .false. |
Definition at line 123 of file physics_declarations.f90.
| INTEGER ConType |
Definition at line 124 of file physics_declarations.f90.
| REAL(kIND=qPREC) conductivity |
Definition at line 125 of file physics_declarations.f90.
| LOGICAL lThermalFluxLimiter |
Definition at line 126 of file physics_declarations.f90.
| LOGICAL lIsoDiff |
Definition at line 127 of file physics_declarations.f90.
| LOGICAL lViscous = .false. |
Definition at line 129 of file physics_declarations.f90.
| INTEGER VisType |
Definition at line 130 of file physics_declarations.f90.
| REAL(KIND=qPREC) bviscosity |
Definition at line 131 of file physics_declarations.f90.
| INTEGER iCylindrical |
Definition at line 133 of file physics_declarations.f90.
| INTEGER, parameter NoCyl = 0 |
Definition at line 134 of file physics_declarations.f90.
| INTEGER, parameter NoAngMom = 1 |
Definition at line 134 of file physics_declarations.f90.
| INTEGER, parameter WithAngMom = 2 |
Definition at line 134 of file physics_declarations.f90.
| INTEGER, parameter irdir = 1 |
Definition at line 135 of file physics_declarations.f90.
| INTEGER, parameter izdir = 2 |
Definition at line 135 of file physics_declarations.f90.
| INTEGER myDim |
Definition at line 137 of file physics_declarations.f90.
| INTEGER GravityDim |
Definition at line 138 of file physics_declarations.f90.
| REAL(KIND=qPrec) Iso_Speed2 |
Definition at line 141 of file physics_declarations.f90.
| REAL(KIND=qPrec) Iso_Speed |
Definition at line 141 of file physics_declarations.f90.
| REAL (KIND=qPrec) gamma = 5d0/3d0 |
Definition at line 144 of file physics_declarations.f90.
| REAL (KIND=qPrec) gamma1 |
Definition at line 144 of file physics_declarations.f90.
| REAL (KIND=qPrec) gamma2 |
Definition at line 144 of file physics_declarations.f90.
| REAL (KIND=qPrec) gamma3 |
Definition at line 144 of file physics_declarations.f90.
| REAL (KIND=qPrec) gamma4 |
Definition at line 144 of file physics_declarations.f90.
| REAL (KIND=qPrec) gamma5 |
Definition at line 144 of file physics_declarations.f90.
| REAL (KIND=qPrec) gamma6 |
Definition at line 144 of file physics_declarations.f90.
| REAL (KIND=qPrec) gamma7 |
Definition at line 144 of file physics_declarations.f90.
| REAL (KIND=qPrec) gamma8 |
Definition at line 144 of file physics_declarations.f90.
| REAL (KIND=qPrec) gamma9 |
Definition at line 144 of file physics_declarations.f90.
| REAL (KIND=qPrec) gamma10 |
Definition at line 144 of file physics_declarations.f90.
| REAL (KIND=qPrec) gamma11 |
Definition at line 144 of file physics_declarations.f90.
| REAL (KIND=qPrec) gamma12 |
Definition at line 144 of file physics_declarations.f90.
| REAL (KIND=qPrec) gamma13 |
Definition at line 144 of file physics_declarations.f90.
| REAL (KIND=qPrec) gamma14 |
Definition at line 144 of file physics_declarations.f90.
| REAL (KIND=qPrec) gamma15 |
Definition at line 144 of file physics_declarations.f90.
| INTEGER, parameter EOS_IDEAL_GAS = 0 |
Definition at line 148 of file physics_declarations.f90.
| INTEGER, parameter EOS_VANDERWAALS = 3 |
Definition at line 149 of file physics_declarations.f90.
| INTEGER, parameter EOS_ISOTHERMAL = 4 |
Definition at line 150 of file physics_declarations.f90.
| INTEGER iEOS = EOS_IDEAL_GAS |
Definition at line 151 of file physics_declarations.f90.
| INTEGER, dimension(maxvars) InterpOpts = 0 |
Definition at line 152 of file physics_declarations.f90.
| REAL(KIND=qPREC), dimension(maxvars) refineVariableFactor = 1d0 |
Definition at line 153 of file physics_declarations.f90.
| INTEGER, parameter OK = 0 |
Definition at line 157 of file physics_declarations.f90.
| INTEGER iEx |
Definition at line 170 of file physics_declarations.f90.
| INTEGER iEy |
Definition at line 170 of file physics_declarations.f90.
| INTEGER iEz |
Definition at line 170 of file physics_declarations.f90.
| INTEGER NrCons |
Definition at line 170 of file physics_declarations.f90.
| INTEGER m_low |
Definition at line 170 of file physics_declarations.f90.
| INTEGER m_high |
Definition at line 170 of file physics_declarations.f90.
| INTEGER NrFieldVars |
Definition at line 170 of file physics_declarations.f90.
| INTEGER NrWaves |
Definition at line 170 of file physics_declarations.f90.
| INTEGER, parameter MAXTRACERLENGTH = 20 |
Definition at line 175 of file physics_declarations.f90.
| INTEGER, parameter MAXTRACERVARS = 40 |
Definition at line 176 of file physics_declarations.f90.
| CHARACTER(LEN = MAXTRACERLENGTH), dimension(0:maxtracervars) TracerNames |
Definition at line 178 of file physics_declarations.f90.
| INTEGER, dimension(:), allocatable oneDx_i |
Definition at line 181 of file physics_declarations.f90.
| INTEGER, dimension(:), allocatable oneDy_i |
Definition at line 182 of file physics_declarations.f90.
| INTEGER, dimension(:), allocatable oneDz_i |
Definition at line 183 of file physics_declarations.f90.
| INTEGER, dimension(:), allocatable wDx_i |
Definition at line 184 of file physics_declarations.f90.
| INTEGER, dimension(:), allocatable wDy_i |
Definition at line 185 of file physics_declarations.f90.
| INTEGER, dimension(:), allocatable wDz_i |
Definition at line 186 of file physics_declarations.f90.
| INTEGER, dimension(:), allocatable fDx_i |
Definition at line 187 of file physics_declarations.f90.
| INTEGER, dimension(:), allocatable fDy_i |
Definition at line 188 of file physics_declarations.f90.
| INTEGER, dimension(:), allocatable fDz_i |
Definition at line 189 of file physics_declarations.f90.