168 void CTU_Algorithm_2D(Real *C,
int nx,
int ny,
int n_ghost, Real dx, Real dy, Real dt);
Real * d_Ry
Array containing the right input state for the density at the y+1/2 interface for each cell...
Definition: CTU_2D.h:29
Real * dflux_y
Array containing the density flux at the y+1/2 interface for each cell.
Definition: CTU_2D.h:126
Real * mx_Ly
Array containing the left input state for the x momentum at the y+1/2 interface for each cell...
Definition: CTU_2D.h:44
Real * zmflux_y
Array containing the z momentum flux at the y+1/2 interface for each cell.
Definition: CTU_2D.h:150
Real * my_Rx
Array containing the right input state for the y momentum at the x+1/2 interface for each cell...
Definition: CTU_2D.h:59
Real * E_Ry
Array containing the right input state for the Energy at the y+1/2 interface for each cell...
Definition: CTU_2D.h:109
Real * mz_Ly
Array containing the left input state for the z momentum at the y+1/2 interface for each cell...
Definition: CTU_2D.h:84
Real * Eflux_y
Array containing the Energy flux at the y+1/2 interface for each cell.
Definition: CTU_2D.h:158
void CTU_Algorithm_2D(Real *C, int nx, int ny, int n_ghost, Real dx, Real dy, Real dt)
The corner transport upwind algorithm of Gardiner & Stone, 2008.
Definition: CTU_2D.cpp:21
Real * my_Ry
Array containing the right input state for the y momentum at the y+1/2 interface for each cell...
Definition: CTU_2D.h:69
Real * zmflux_x
Array containing the z momentum flux at the x+1/2 interface for each cell.
Definition: CTU_2D.h:146
Real * mz_Rx
Array containing the right input state for the z momentum at the x+1/2 interface for each cell...
Definition: CTU_2D.h:79
Real * mz_Ry
Array containing the right input state for the z momentum at the y+1/2 interface for each cell...
Definition: CTU_2D.h:89
Real * my_Lx
Array containing the left input state for the y momentum at the x+1/2 interface for each cell...
Definition: CTU_2D.h:54
Real * mx_Rx
Array containing the right input state for the x momentum at the x+1/2 interface for each cell...
Definition: CTU_2D.h:39
Real * xmflux_y
Array containing the x momentum flux at the y+1/2 interface for each cell.
Definition: CTU_2D.h:134
Real * dflux_x
Array containing the density flux at the x+1/2 interface for each cell.
Definition: CTU_2D.h:122
Real * mx_Ry
Array containing the right input state for the x momentum at the y+1/2 interface for each cell...
Definition: CTU_2D.h:49
Real * ymflux_y
Array containing the y momentum flux at the y+1/2 interface for each cell.
Definition: CTU_2D.h:142
Real * E_Ly
Array containing the left input state for the Energy at the y+1/2 interface for each cell...
Definition: CTU_2D.h:104
Real * mz_Lx
Array containing the left input state for the z momentum at the x+1/2 interface for each cell...
Definition: CTU_2D.h:74
Real * E_Lx
Array containing the left input state for the Energy at the x+1/2 interface for each cell...
Definition: CTU_2D.h:94
Real * E_Rx
Array containing the right input state for the Energy at the x+1/2 interface for each cell...
Definition: CTU_2D.h:99
Real * Eflux_x
Array containing the Energy flux at the x+1/2 interface for each cell.
Definition: CTU_2D.h:154
Real * ymflux_x
Array containing the y momentum flux at the x+1/2 interface for each cell.
Definition: CTU_2D.h:138
Real * d_Rx
Array containing the right input state for the density at the x+1/2 interface for each cell...
Definition: CTU_2D.h:19
Real * xmflux_x
Array containing the x momentum flux at the x+1/2 interface for each cell.
Definition: CTU_2D.h:130
Real * my_Ly
Array containing the left input state for the y momentum at the y+1/2 interface for each cell...
Definition: CTU_2D.h:64
Real * d_Lx
Array containing the left input state for the density at the x+1/2 interface for each cell...
Definition: CTU_2D.h:14
Real * d_Ly
Array containing the left input state for the density at the y+1/2 interface for each cell...
Definition: CTU_2D.h:24
Real * mx_Lx
Array containing the left input state for the x momentum at the x+1/2 interface for each cell...
Definition: CTU_2D.h:34