List of physical grain properties. More...
#include <athena.h>
Public Attributes | |
| Real | m |
| mass of this type of particle | |
| Real | rad |
| radius of this type of particle (cm) | |
| Real | rho |
| solid density of this type of particle (g/cm^3) | |
| long | num |
| number of particles with this property | |
| short | integrator |
| integrator type: exp (1), semi (2) or full (3) | |
List of physical grain properties.
Definition at line 203 of file athena.h.
integrator type: exp (1), semi (2) or full (3)
Definition at line 210 of file athena.h.
Referenced by dump_restart(), and restart_grids().
mass of this type of particle
Definition at line 205 of file athena.h.
Referenced by dump_restart(), and restart_grids().
| long Grain_Property::num |
number of particles with this property
Definition at line 209 of file athena.h.
Referenced by restart_grids().
radius of this type of particle (cm)
Definition at line 207 of file athena.h.
Referenced by dump_restart(), and restart_grids().
solid density of this type of particle (g/cm^3)
Definition at line 208 of file athena.h.
Referenced by dump_restart(), and restart_grids().
1.7.1