Skip to content

Commit ae110e2

Browse files
updated spatial_cell.hpp with 6-element pressure variables
1 parent 5bf82ec commit ae110e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spatial_cell.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@ namespace spatial_cell {
155155
Real V_R[3];
156156
Real RHO_V;
157157
Real V_V[3];
158-
Real P[3];
159-
Real P_R[3];
160-
Real P_V[3];
158+
Real P[6];
159+
Real P_R[6];
160+
Real P_V[6];
161161
Real RHOLOSSADJUST = 0.0; /*!< Counter for particle number loss from the destroying blocks in blockadjustment*/
162162
Real max_dt[2]; /**< Element[0] is max_r_dt, element[1] max_v_dt.*/
163163
Real velocityBlockMinValue;

0 commit comments

Comments
 (0)