Skip to content

Commit

Permalink
FDS Validation: Use UGLMAT HYPRE pressure solver in Test6 10, 20 mm c…
Browse files Browse the repository at this point in the history
…ases.
  • Loading branch information
marcosvanella committed Dec 27, 2024
1 parent c7814a0 commit aaca2f2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

&MISC SIMULATION_MODE='LES', BNDF_DEFAULT=.FALSE. /

&PRES MAX_PRESSURE_ITERATIONS=50 /
&PRES SOLVER='UGLMAT HYPRE' /

&SURF ID='BUILDING', RGB=245,245,245 /
&SURF ID='GROUND', ROUGHNESS=0.0003, RGB=110,139,61 /
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

&MISC SIMULATION_MODE='LES', BNDF_DEFAULT=.FALSE. /

&PRES MAX_PRESSURE_ITERATIONS=50 /
&PRES SOLVER='UGLMAT HYPRE' /

&SURF ID='BUILDING', RGB=245,245,245 /
&SURF ID='GROUND', ROUGHNESS=0.0003, RGB=110,139,61 /
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

&MISC SIMULATION_MODE='LES', BNDF_DEFAULT=.FALSE. /

&PRES MAX_PRESSURE_ITERATIONS=50 /
&PRES SOLVER='UGLMAT HYPRE' /

&SURF ID='BUILDING', RGB=245,245,245 /
&SURF ID='GROUND', ROUGHNESS=0.0003, RGB=110,139,61 /
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

&MISC SIMULATION_MODE='LES', BNDF_DEFAULT=.FALSE. /

&PRES MAX_PRESSURE_ITERATIONS=50 /
&PRES SOLVER='UGLMAT HYPRE' /

&SURF ID='BUILDING', RGB=245,245,245 /
&SURF ID='GROUND', ROUGHNESS=0.0003, RGB=110,139,61 /
Expand Down

0 comments on commit aaca2f2

Please sign in to comment.