236 void CTU_Algorithm_3D(Real *C,
int nx,
int ny,
int nz,
int n_ghost, Real dx, Real dy, Real dz, Real dt);
Real * xmflux_x
Array containing the x momentum flux at the x+1/2 interface for each cell.
Definition: CTU_3D.h:183
Real * d_Rx
Array containing the right input state for the density at the x+1/2 interface for each cell...
Definition: CTU_3D.h:19
Real * ymflux_y
Array containing the y momentum flux at the y+1/2 interface for each cell.
Definition: CTU_3D.h:199
Real * zmflux_z
Array containing the z momentum flux at the z+1/2 interface for each cell.
Definition: CTU_3D.h:215
Real * E_Lz
Array containing the left input state for the Energy at the z+1/2 interface for each cell...
Definition: CTU_3D.h:154
Real * mx_Ly
Array containing the left input state for the x momentum at the y+1/2 interface for each cell...
Definition: CTU_3D.h:54
Real * mz_Ly
Array containing the left input state for the z momentum at the y+1/2 interface for each cell...
Definition: CTU_3D.h:114
Real * Eflux_z
Array containing the Energy flux at the z+1/2 interface for each cell.
Definition: CTU_3D.h:227
Real * my_Rx
Array containing the right input state for the y momentum at the x+1/2 interface for each cell...
Definition: CTU_3D.h:79
Real * mx_Ry
Array containing the right input state for the x momentum at the y+1/2 interface for each cell...
Definition: CTU_3D.h:59
Real * ymflux_z
Array containing the y momentum flux at the z+1/2 interface for each cell.
Definition: CTU_3D.h:203
Real * d_Lx
Array containing the left input state for the density at the x+1/2 interface for each cell...
Definition: CTU_3D.h:14
Real * mx_Lz
Array containing the left input state for the x momentum at the z+1/2 interface for each cell...
Definition: CTU_3D.h:64
Real * mz_Ry
Array containing the right input state for the z momentum at the y+1/2 interface for each cell...
Definition: CTU_3D.h:119
Real * my_Ry
Array containing the right input state for the y momentum at the y+1/2 interface for each cell...
Definition: CTU_3D.h:89
Real * dflux_x
Array containing the density flux at the x+1/2 interface for each cell.
Definition: CTU_3D.h:171
Real * d_Ry
Array containing the right input state for the density at the y+1/2 interface for each cell...
Definition: CTU_3D.h:29
Real * E_Ly
Array containing the left input state for the Energy at the y+1/2 interface for each cell...
Definition: CTU_3D.h:144
Real * Eflux_x
Array containing the Energy flux at the x+1/2 interface for each cell.
Definition: CTU_3D.h:219
void CTU_Algorithm_3D(Real *C, int nx, int ny, int nz, int n_ghost, Real dx, Real dy, Real dz, Real dt)
The corner transport upwind algorithm of Gardiner & Stone, 2008.
Definition: CTU_3D.cpp:22
Real * Eflux_y
Array containing the Energy flux at the y+1/2 interface for each cell.
Definition: CTU_3D.h:223
Real * mz_Lx
Array containing the left input state for the z momentum at the x+1/2 interface for each cell...
Definition: CTU_3D.h:104
Real * mz_Rx
Array containing the right input state for the z momentum at the x+1/2 interface for each cell...
Definition: CTU_3D.h:109
Real * E_Lx
Array containing the left input state for the Energy at the x+1/2 interface for each cell...
Definition: CTU_3D.h:134
Real * ymflux_x
Array containing the y momentum flux at the x+1/2 interface for each cell.
Definition: CTU_3D.h:195
Real * mz_Lz
Array containing the left input state for the z momentum at the z+1/2 interface for each cell...
Definition: CTU_3D.h:124
Real * mz_Rz
Array containing the right input state for the z momentum at the z+1/2 interface for each cell...
Definition: CTU_3D.h:129
Real * zmflux_y
Array containing the z momentum flux at the y+1/2 interface for each cell.
Definition: CTU_3D.h:211
Real * my_Ly
Array containing the left input state for the y momentum at the y+1/2 interface for each cell...
Definition: CTU_3D.h:84
Real * xmflux_z
Array containing the x momentum flux at the z+1/2 interface for each cell.
Definition: CTU_3D.h:191
Real * E_Ry
Array containing the right input state for the Energy at the y+1/2 interface for each cell...
Definition: CTU_3D.h:149
Real * d_Rz
Array containing the right input state for the density at the z+1/2 interface for each cell...
Definition: CTU_3D.h:39
Real * mx_Rx
Array containing the right input state for the x momentum at the x+1/2 interface for each cell...
Definition: CTU_3D.h:49
Real * my_Lz
Array containing the left input state for the y momentum at the z+1/2 interface for each cell...
Definition: CTU_3D.h:94
Real * d_Lz
Array containing the left input state for the density at the z+1/2 interface for each cell...
Definition: CTU_3D.h:34
Real * zmflux_x
Array containing the z momentum flux at the x+1/2 interface for each cell.
Definition: CTU_3D.h:207
Real * E_Rz
Array containing the right input state for the Energy at the z+1/2 interface for each cell...
Definition: CTU_3D.h:159
Real * dflux_y
Array containing the density flux at the y+1/2 interface for each cell.
Definition: CTU_3D.h:175
Real * d_Ly
Array containing the left input state for the density at the y+1/2 interface for each cell...
Definition: CTU_3D.h:24
Real * mx_Rz
Array containing the right input state for the x momentum at the z+1/2 interface for each cell...
Definition: CTU_3D.h:69
Real * my_Lx
Array containing the left input state for the y momentum at the x+1/2 interface for each cell...
Definition: CTU_3D.h:74
Real * xmflux_y
Array containing the x momentum flux at the y+1/2 interface for each cell.
Definition: CTU_3D.h:187
Real * my_Rz
Array containing the right input state for the y momentum at the z+1/2 interface for each cell...
Definition: CTU_3D.h:99
Real * dflux_z
Array containing the density flux at the z+1/2 interface for each cell.
Definition: CTU_3D.h:179
Real * E_Rx
Array containing the right input state for the Energy at the x+1/2 interface for each cell...
Definition: CTU_3D.h:139
Real * mx_Lx
Array containing the left input state for the x momentum at the x+1/2 interface for each cell...
Definition: CTU_3D.h:44