1 #include "../coordinates/coordinates.hpp"
2 #include "../globals.hpp"
3 #include "../thermodynamics/thermodynamics.hpp"
19 int is = pmb->is, js = pmb->js, ks = pmb->ks;
20 int ie = pmb->ie, je = pmb->je, ke = pmb->ke;
25 for (
int k = ks; k <= ke; ++k)
26 for (
int j = js;
j <= je; ++
j) {
27 pcoord->CellVolume(k,
j, is, ie,
vol_);
28 for (
int i = is; i <= ie; ++i)
35 for (
int k = ks; k <= ke; ++k)
36 for (
int j = js;
j <= je; ++
j)
37 for (
int i = is; i <= ie; ++i)
void gatherAllData23_(AthenaArray< Real > &total_vol, AthenaArray< Real > &total_data)
AthenaArray< Real > mean_
mean and eddy component
AthenaArray< Real > total_vol_
void Finalize(AthenaArray< Real > const &w)
TemperatureAnomaly(MeshBlock *pmb)
Real GetTemp(MeshBlock const *pmb, int k, int j, int i) const
Calculate temperature from primitive variable.