Canoe
Comprehensive Atmosphere N' Ocean Engine
|
#include <athena/athena.hpp>
#include <athena/athena_arrays.hpp>
#include <athena/stride_iterator.hpp>
#include <athena/parameter_input.hpp>
#include <athena/coordinates/coordinates.hpp>
#include <athena/eos/eos.hpp>
#include <athena/hydro/hydro.hpp>
#include <athena/field/field.hpp>
#include <athena/mesh/mesh.hpp>
#include <impl.hpp>
#include <snap/thermodynamics/thermodynamics.hpp>
#include <climath/core.h>
Go to the source code of this file.
Functions | |
void | Diffusion (MeshBlock *pmb, Real const time, Real const dt, AthenaArray< Real > const &w, AthenaArray< Real > const &r, AthenaArray< Real > const &bcc, AthenaArray< Real > &u, AthenaArray< Real > &s) |
Variables | |
Real | K |
Real | p0 |
Real | cp |
Real | Rd |
void Diffusion | ( | MeshBlock * | pmb, |
Real const | time, | ||
Real const | dt, | ||
AthenaArray< Real > const & | w, | ||
AthenaArray< Real > const & | r, | ||
AthenaArray< Real > const & | bcc, | ||
AthenaArray< Real > & | u, | ||
AthenaArray< Real > & | s | ||
) |
Definition at line 120 of file straka.cpp.
Real K |
Definition at line 66 of file straka.cpp.
Real p0 |
Definition at line 66 of file straka.cpp.
Real cp |
Definition at line 66 of file straka.cpp.
Real Rd |
Definition at line 66 of file straka.cpp.