Skip to content

Commit

Permalink
Sync anisgauss reg test to the other act line case (#1330)
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf authored Dec 2, 2024
1 parent 0b4372f commit 819868b
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ linear_solvers:
type: hypre
method: hypre_gmres
preconditioner: boomerAMG
tolerance: 1e-5
max_iterations: 50
tolerance: 1e-12
max_iterations: 200
kspace: 5
output_level: 0

- name: solve_cont
type: hypre
method: hypre_gmres
preconditioner: boomerAMG
tolerance: 1e-5
max_iterations: 50
tolerance: 1e-12
max_iterations: 200
kspace: 5
output_level: 0

Expand Down Expand Up @@ -131,9 +131,10 @@ realms:
nacelle_cd: 1.0
nacelle_area: 8.0
air_density: 1.225
epsilon: [ 5.0, 2.0, 2.0 ]
epsilon: [ 5.0, 4.0, 4.0 ]
epsilon_tower: 5.0
turbine_base_pos: [ 0.0, 0.0, 0.0 ]
turbine_hub_pos: [ 0.0, 0.0, 90.0 ]
restart_filename: "blah"
fast_input_filename: "../nrel5MWactuatorLine/nrel5mw.fst"
turb_id: 1
Expand Down

0 comments on commit 819868b

Please sign in to comment.