Scrambler
1
|
Routines required to initialize physics data in program. More...
Public Member Functions | |
subroutine, public | PhysicsInit () |
Read in and initialize physical constants (i.e., the contents of the PhysicsDeclarations module. | |
subroutine, public | PhysicsFinalizeTracers () |
Finalize additional tracers. | |
subroutine, public | PhysicsFinalizeInit () |
After problem modules have initialized and codes have had time to request tracer fields etc... we should be able to finish building the q-array. | |
subroutine | SetPhysicalScales |
Use the data read in from physics.data to calculate the unit scaling of various physical quantities. | |
Private Member Functions | |
subroutine | SetConservedVariableIndices |
Assign indices of the q variable array to the codes for certain physical values. | |
subroutine | FinalizeVariableIndices () |
Routines required to initialize physics data in program.
Definition at line 38 of file physics_control.f90.
subroutine, public PhysicsInit | ( | ) |
Read in and initialize physical constants (i.e., the contents of the PhysicsDeclarations module.
Definition at line 53 of file physics_control.f90.
subroutine, public PhysicsFinalizeTracers | ( | ) |
Finalize additional tracers.
Definition at line 150 of file physics_control.f90.
subroutine, public PhysicsFinalizeInit | ( | ) |
After problem modules have initialized and codes have had time to request tracer fields etc... we should be able to finish building the q-array.
Definition at line 162 of file physics_control.f90.
subroutine SetConservedVariableIndices | ( | ) | [private] |
Assign indices of the q variable array to the codes for certain physical values.
Definition at line 169 of file physics_control.f90.
subroutine FinalizeVariableIndices | ( | ) | [private] |
Definition at line 227 of file physics_control.f90.
subroutine SetPhysicalScales | ( | ) |
Use the data read in from physics.data to calculate the unit scaling of various physical quantities.
Definition at line 347 of file physics_control.f90.