Canoe
Comprehensive Atmosphere N' Ocean Engine
eos_helper.hpp
Go to the documentation of this file.
1 #ifndef SRC_SNAP_EOS_EOS_HELPER_HPP_
2 #define SRC_SNAP_EOS_EOS_HELPER_HPP_
3 
4 #include <athena/defs.hpp>
5 
6 class MeshBlock;
7 template <typename T>
8 class AthenaArray;
9 
10 void apply_vapor_limiter(AthenaArray<Real> *pu, MeshBlock *pmb);
11 void check_hydro_variables(AthenaArray<Real> *pu, MeshBlock *pmb);
12 
13 #endif // SRC_SNAP_EOS_EOS_HELPER_HPP_
void check_hydro_variables(AthenaArray< Real > *pu, MeshBlock *pmb)
void apply_vapor_limiter(AthenaArray< Real > *pu, MeshBlock *pmb)