|
Scrambler
1
|
Ambient data type. More...
Collaboration diagram for Ambients::AmbientDef:Public Attributes | |
| REAL(KIND=qPREC) | density = 1d0 |
| REAL(KIND=qPREC), dimension(3) | velocity = 0d0 |
| REAL(KIND=qPREC) | pressure = 1d0 |
| REAL(KIND=qPREC) | B = 0d0 |
| REAL(KIND=qPREC), dimension(3, 2) | xBounds |
| TYPE(PerturbationDef), pointer | DensityPerturbation = > null() |
| TYPE(VectorPerturbationDef), pointer | VelocityPerturbation = > null() |
| TYPE(VectorPerturbationDef), pointer | MagneticPerturbation = > null() |
| TYPE(ProfileDef), pointer | profile = > null() |
| LOGICAL | PersistInBoundaries = .false. |
| INTEGER | iTracer = 0 |
| INTEGER | ObjId |
| TYPE(PointGravityDef), pointer | PointGravity = > null() |
Ambient data type.
Definition at line 43 of file ambients.f90.
| REAL(KIND=qPREC) density = 1d0 |
Definition at line 44 of file ambients.f90.
| REAL(KIND=qPREC), dimension(3) velocity = 0d0 |
Definition at line 45 of file ambients.f90.
| REAL(KIND=qPREC) pressure = 1d0 |
Definition at line 46 of file ambients.f90.
| REAL(KIND=qPREC) B = 0d0 |
Definition at line 47 of file ambients.f90.
| REAL(KIND=qPREC), dimension(3,2) xBounds |
Definition at line 48 of file ambients.f90.
| TYPE(PerturbationDef), pointer DensityPerturbation = > null() |
Definition at line 49 of file ambients.f90.
| TYPE(VectorPerturbationDef), pointer VelocityPerturbation = > null() |
Definition at line 50 of file ambients.f90.
| TYPE(VectorPerturbationDef), pointer MagneticPerturbation = > null() |
Definition at line 51 of file ambients.f90.
| TYPE(ProfileDef), pointer profile = > null() |
Definition at line 52 of file ambients.f90.
| LOGICAL PersistInBoundaries = .false. |
Definition at line 53 of file ambients.f90.
| INTEGER iTracer = 0 |
Definition at line 54 of file ambients.f90.
| INTEGER ObjId |
Definition at line 55 of file ambients.f90.
| TYPE(PointGravityDef), pointer PointGravity = > null() |
Definition at line 56 of file ambients.f90.