Skip to content

Commit

Permalink
Modifying some test settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielabdi-noaa committed Apr 28, 2024
1 parent e9780b7 commit 0732439
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/backface/controls
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ piso
{
turbulence_model KE
velocity_UR 0.5
pressure_UR 0.3
pressure_UR 0.2
n_PISO 1
n_ORTHO 0
}
Expand Down
5 changes: 2 additions & 3 deletions examples/harg/controls
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ general
tolerance 1e-5
max_iterations 6400
SOR_omega 1.7
ghost_exchange BLOCKED
parallel_method BLOCKED

############################
Expand Down Expand Up @@ -84,8 +83,8 @@ refinement
piso
{
turbulence_model KE
velocity_UR 0.7
pressure_UR 0.3
velocity_UR 0.5
pressure_UR 0.2
n_PISO 1
n_ORTHO 0
}
Expand Down
2 changes: 1 addition & 1 deletion examples/pitzdaily/ke/controls
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ general
############################

method PCG
tolerance 1e-6
tolerance 1e-5
max_iterations 6400
SOR_omega 1.7
parallel_method BLOCKED
Expand Down

0 comments on commit 0732439

Please sign in to comment.