|
Scrambler
1
|
Contains data for outflows. More...
Collaboration diagram for OutflowSrc::OutflowDef:Public Attributes | |
| REAL(KIND=xPrec), dimension(3) | pos |
| REAL(KIND=xPrec) | radius |
| REAL(KIND=xPrec), dimension(3) | v0 |
| REAL(KIND=xPrec) | t0 |
| REAL(KIND=xPrec) | mass |
| REAL(KIND=xPrec) | massloss |
| REAL(KIND=xPrec), dimension(3) | outflow_vector |
| REAL(KIND=qPrec) | opening_angle |
| REAL(KIND=qPrec) | massflux |
| REAL(KIND=qPrec) | momentumflux |
| REAL(KIND=qPrec) | energyflux |
| REAL(KIND=xPrec) | precession_angle |
| REAL(KIND=qPrec) | precession_rate |
| LOGICAL | lBipolar |
| REAL(KIND=qPrec) | tstart |
| REAL(KIND=qPrec) | tend |
| REAL(KIND=qPrec) | startinterval |
| REAL(KIND=qPrec) | endinterval |
| INTEGER | starttype |
| INTEGER | endtype |
| INTEGER, dimension(:), allocatable | iTracerFields |
| INTEGER, dimension(:), allocatable | iEllipticFields |
| INTEGER, dimension(:), allocatable | iDiagnosticFields |
| TYPE(OutflowDef), pointer | previous |
| TYPE(OutflowDef), pointer | next |
| INTEGER | ID |
Contains data for outflows.
Definition at line 33 of file outflow.f90.
| REAL(KIND=xPrec), dimension(3) pos |
Definition at line 34 of file outflow.f90.
| REAL(KIND=xPrec) radius |
Definition at line 34 of file outflow.f90.
| REAL(KIND=xPrec), dimension(3) v0 |
Definition at line 34 of file outflow.f90.
| REAL(KIND=xPrec) t0 |
Definition at line 34 of file outflow.f90.
| REAL(KIND=xPrec) mass |
Definition at line 34 of file outflow.f90.
| REAL(KIND=xPrec) massloss |
Definition at line 34 of file outflow.f90.
| REAL(KIND=xPrec), dimension(3) outflow_vector |
Definition at line 35 of file outflow.f90.
| REAL(KIND=qPrec) opening_angle |
Definition at line 36 of file outflow.f90.
| REAL(KIND=qPrec) massflux |
Definition at line 37 of file outflow.f90.
| REAL(KIND=qPrec) momentumflux |
Definition at line 37 of file outflow.f90.
| REAL(KIND=qPrec) energyflux |
Definition at line 37 of file outflow.f90.
| REAL(KIND=xPrec) precession_angle |
Definition at line 38 of file outflow.f90.
| REAL(KIND=qPrec) precession_rate |
Definition at line 39 of file outflow.f90.
| LOGICAL lBipolar |
Definition at line 40 of file outflow.f90.
| REAL(KIND=qPrec) tstart |
Definition at line 41 of file outflow.f90.
| REAL(KIND=qPrec) tend |
Definition at line 41 of file outflow.f90.
| REAL(KIND=qPrec) startinterval |
Definition at line 41 of file outflow.f90.
| REAL(KIND=qPrec) endinterval |
Definition at line 41 of file outflow.f90.
| INTEGER starttype |
Definition at line 42 of file outflow.f90.
| INTEGER endtype |
Definition at line 42 of file outflow.f90.
| INTEGER, dimension(:), allocatable iTracerFields |
Definition at line 44 of file outflow.f90.
| INTEGER, dimension(:), allocatable iEllipticFields |
Definition at line 44 of file outflow.f90.
| INTEGER, dimension(:), allocatable iDiagnosticFields |
Definition at line 44 of file outflow.f90.
| TYPE(OutflowDef), pointer previous |
Definition at line 45 of file outflow.f90.
| TYPE(OutflowDef), pointer next |
Definition at line 45 of file outflow.f90.
| INTEGER ID |
Definition at line 46 of file outflow.f90.