Canoe
Comprehensive Atmosphere N' Ocean Engine
|
#include <algorithm>
#include <athena/athena.hpp>
#include <athena/coordinates/coordinates.hpp>
#include <athena/hydro/hydro.hpp>
#include <athena/mesh/mesh.hpp>
#include "turbulence_model.hpp"
Go to the source code of this file.
Functions | |
Real | Laplace_ (AthenaArray< Real > const &mut, AthenaArray< Real > const &v, int k, int j, int i, Coordinates *pcoord) |
Real | ShearProduction_ (AthenaArray< Real > const &w, int k, int j, int i, Coordinates *pcoord) |
|
inline |
Definition at line 68 of file k_epsilon_turbulence.cpp.
|
inline |
Definition at line 107 of file k_epsilon_turbulence.cpp.