Public Attributes

Grain_Property Struct Reference

List of physical grain properties. More...

#include <athena.h>

List of all members.

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)

Detailed Description

List of physical grain properties.

Definition at line 203 of file athena.h.


Member Data Documentation

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().

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().


The documentation for this struct was generated from the following file: