Canoe
Comprehensive Atmosphere N' Ocean Engine
k_epsilon_turbulence.cpp File Reference
#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)
 

Function Documentation

◆ Laplace_()

Real Laplace_ ( AthenaArray< Real > const &  mut,
AthenaArray< Real > const &  v,
int  k,
int  j,
int  i,
Coordinates pcoord 
)
inline

Definition at line 68 of file k_epsilon_turbulence.cpp.

◆ ShearProduction_()

Real ShearProduction_ ( AthenaArray< Real > const &  w,
int  k,
int  j,
int  i,
Coordinates pcoord 
)
inline

Definition at line 107 of file k_epsilon_turbulence.cpp.