Skip to content

Commit

Permalink
updated spatial_cell.hpp with 6-element pressure variables
Browse files Browse the repository at this point in the history
  • Loading branch information
markusbattarbee committed Sep 2, 2020
1 parent 5bf82ec commit ae110e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spatial_cell.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ namespace spatial_cell {
Real V_R[3];
Real RHO_V;
Real V_V[3];
Real P[3];
Real P_R[3];
Real P_V[3];
Real P[6];
Real P_R[6];
Real P_V[6];
Real RHOLOSSADJUST = 0.0; /*!< Counter for particle number loss from the destroying blocks in blockadjustment*/
Real max_dt[2]; /**< Element[0] is max_r_dt, element[1] max_v_dt.*/
Real velocityBlockMinValue;
Expand Down

0 comments on commit ae110e2

Please sign in to comment.