Public Attributes

GPCouple Struct Reference

Grid elements for gas-particle coupling. More...

#include <athena.h>

List of all members.

Public Attributes

Real grid_d
 gas density (at 1/2 step)
Real grid_v1
 gas 1-velocity (at 1/2 step)
Real grid_v2
 gas 2-velocity (at 1/2 step)
Real grid_v3
 gas 3-velocity (at 1/2 step)
Real grid_cs
 gas sound speed
Real fb1
 1-momentum feedback to the grid
Real fb2
 2-momentum feedback to the grid
Real fb3
 3-momentum feedback to the grid
Real FBstiff
 stiffness of the feedback term
Real Eloss
 energy dissipation

Detailed Description

Grid elements for gas-particle coupling.

Definition at line 215 of file athena.h.


Member Data Documentation

stiffness of the feedback term

Definition at line 227 of file athena.h.

Referenced by distrFB_pred(), and getvalues().

gas sound speed

Definition at line 221 of file athena.h.

Referenced by get_gasinfo(), getvalues(), integrate_1d_ctu(), integrate_2d_ctu(), and integrate_3d_ctu().

gas 1-velocity (at 1/2 step)

Definition at line 217 of file athena.h.

Referenced by dump_binary(), dump_tab_cons(), dump_tab_prim(), dump_vtk(), get_gasinfo(), getvalues(), integrate_1d_ctu(), integrate_2d_ctu(), and integrate_3d_ctu().

gas 2-velocity (at 1/2 step)

Definition at line 218 of file athena.h.

Referenced by dump_binary(), dump_tab_cons(), dump_tab_prim(), dump_vtk(), get_gasinfo(), getvalues(), integrate_1d_ctu(), integrate_2d_ctu(), and integrate_3d_ctu().

gas 3-velocity (at 1/2 step)

Definition at line 219 of file athena.h.

Referenced by dump_binary(), dump_tab_cons(), dump_tab_prim(), dump_vtk(), get_gasinfo(), getvalues(), integrate_1d_ctu(), integrate_2d_ctu(), and integrate_3d_ctu().


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