Real * xmflux
Array containing the x momentum flux at the x+1/2 interface for each cell.
Definition: CTU_1D.h:75
Real * d_R
Array containing the right input state for the density at the x+1/2 interface for each cell...
Definition: CTU_1D.h:19
Real * dflux
Array containing the density flux at the x+1/2 interface for each cell.
Definition: CTU_1D.h:71
Real * mz_L
Array containing the left input state for the z momentum at the x+1/2 interface for each cell...
Definition: CTU_1D.h:44
Real * E_R
Array containing the right input state for the Energy at the x+1/2 interface for each cell...
Definition: CTU_1D.h:59
Real * mx_R
Array containing the right input state for the x momentum at the x+1/2 interface for each cell...
Definition: CTU_1D.h:29
Real * mz_R
Array containing the right input state for the z momentum at the x+1/2 interface for each cell...
Definition: CTU_1D.h:49
Real * Eflux
Array containing the Energy flux at the x+1/2 interface for each cell.
Definition: CTU_1D.h:87
Real * E_L
Array containing the left input state for the Energy at the x+1/2 interface for each cell...
Definition: CTU_1D.h:54
Real * ymflux
Array containing the y momentum flux at the x+1/2 interface for each cell.
Definition: CTU_1D.h:79
void CTU_Algorithm_1D(Real *C, int nx, int n_ghost, Real dx, Real dt)
The corner transport upwind algorithm of Gardiner & Stone, 2008.
Definition: CTU_1D.cpp:20
Real * my_L
Array containing the left input state for the y momentum at the x+1/2 interface for each cell...
Definition: CTU_1D.h:34
Real * my_R
Array containing the right input state for the y momentum at the x+1/2 interface for each cell...
Definition: CTU_1D.h:39
Real * mx_L
Array containing the left input state for the x momentum at the x+1/2 interface for each cell...
Definition: CTU_1D.h:24
Real * zmflux
Array containing the z momentum flux at the x+1/2 interface for each cell.
Definition: CTU_1D.h:83
Real * d_L
Array containing the left input state for the density at the x+1/2 interface for each cell...
Definition: CTU_1D.h:14