|
Scrambler
1
|
Contains data for Particles. More...
Collaboration diagram for ParticleDeclarations::ParticleDef:Public Attributes | |
| REAL(KIND=qPREC), dimension(maxhydrovars) | Q |
| REAL(KIND=qPREC), dimension(3) | xloc |
| REAL(KIND=qPREC), dimension(3) | J |
| REAL(KIND=qPREC), dimension(maxhydrovars) | dQ |
| REAL(KIND=qPREC), dimension(3) | dJ |
| REAL(KIND=qPREC), dimension(3) | drmass |
| REAL(KIND=qPREC), dimension(nmoments) | moments |
| REAL(KIND=qPREC), dimension(3) | gas_accel |
| REAL(KIND=qPREC) | rho_inf |
| INTEGER | radius = 4 |
| INTEGER | Buffer = 0 |
| LOGICAL | lFixed = .false. |
| INTEGER | iAccrete = NOACCRETION |
| REAL(KIND=qPREC) | AccretionRate = 0d0 |
| REAL(KIND=qPREC) | Bondi_kernel = 0d0 |
| TYPE(PointGravityDef), pointer | PointGravityObj |
| TYPE(OutflowDef), pointer | OutflowObj |
Contains data for Particles.
Definition at line 46 of file particle_declarations.f90.
| REAL(KIND=qPREC), dimension(maxhydrovars) Q |
Definition at line 48 of file particle_declarations.f90.
| REAL(KIND=qPREC), dimension(3) xloc |
Definition at line 49 of file particle_declarations.f90.
| REAL(KIND=qPREC), dimension(3) J |
Definition at line 50 of file particle_declarations.f90.
| REAL(KIND=qPREC), dimension(maxhydrovars) dQ |
Definition at line 51 of file particle_declarations.f90.
| REAL(KIND=qPREC), dimension(3) dJ |
Definition at line 52 of file particle_declarations.f90.
| REAL(KIND=qPREC), dimension(3) drmass |
Definition at line 53 of file particle_declarations.f90.
| REAL(KIND=qPREC), dimension(nmoments) moments |
Definition at line 54 of file particle_declarations.f90.
| REAL(KIND=qPREC), dimension(3) gas_accel |
Definition at line 55 of file particle_declarations.f90.
| REAL(KIND=qPREC) rho_inf |
Definition at line 56 of file particle_declarations.f90.
| INTEGER radius = 4 |
Definition at line 57 of file particle_declarations.f90.
| INTEGER Buffer = 0 |
Definition at line 58 of file particle_declarations.f90.
| LOGICAL lFixed = .false. |
Definition at line 59 of file particle_declarations.f90.
| INTEGER iAccrete = NOACCRETION |
Definition at line 60 of file particle_declarations.f90.
| REAL(KIND=qPREC) AccretionRate = 0d0 |
Definition at line 61 of file particle_declarations.f90.
| REAL(KIND=qPREC) Bondi_kernel = 0d0 |
Definition at line 62 of file particle_declarations.f90.
| TYPE(PointGravityDef), pointer PointGravityObj |
Definition at line 63 of file particle_declarations.f90.
| TYPE(OutflowDef), pointer OutflowObj |
Definition at line 64 of file particle_declarations.f90.