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

Function Documentation

◆ Diffusion()

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.

Variable Documentation

◆ K

Real K

Definition at line 66 of file straka.cpp.

◆ p0

Real p0

Definition at line 66 of file straka.cpp.

◆ cp

Real cp

Definition at line 66 of file straka.cpp.

◆ Rd

Real Rd

Definition at line 66 of file straka.cpp.