Canoe
Comprehensive Atmosphere N' Ocean Engine
|
#include <chemistry.hpp>
Public Member Functions | |
Chemistry (MeshBlock *pmb, ParameterInput *pin) | |
~Chemistry () | |
Public Attributes | |
AthenaArray< Real > | w |
AthenaArray< Real > | u |
Protected Attributes | |
MeshBlock * | pmy_block_ |
Definition at line 13 of file chemistry.hpp.
Chemistry::Chemistry | ( | MeshBlock * | pmb, |
ParameterInput * | pin | ||
) |
Definition at line 15 of file chemistry.cpp.
Chemistry::~Chemistry | ( | ) |
Definition at line 25 of file chemistry.cpp.
AthenaArray<Real> Chemistry::w |
Definition at line 15 of file chemistry.hpp.
AthenaArray<Real> Chemistry::u |
Definition at line 15 of file chemistry.hpp.
|
protected |
Definition at line 21 of file chemistry.hpp.