Skip to content

Commit

Permalink
update unstable tolerances
Browse files Browse the repository at this point in the history
  • Loading branch information
moprak-nrel committed Oct 24, 2024
1 parent a47478e commit 39175f4
Showing 1 changed file with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SIMULATION STOP #
#.......................................#
time.stop_time = 20000.0 # Max (simulated) time to evolve
#time.max_step = 10 # Max number of time steps
time.max_step = 100 # Max number of time steps
#¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨#
# TIME STEP COMPUTATION #
#.......................................#
Expand Down Expand Up @@ -54,6 +54,18 @@ ABL.Vperiods = 20.0
ABL.deltaU = 1e-5
ABL.deltaV = 1e-5

### Set solver tolerances
#diffusion.mg_rtol = 1.0e-8
#diffusion.mg_atol = 1.0e-8
#
## MLMG options for MAC Projection
#mac_proj.mg_rtol = 1.0e-8
#mac_proj.mg_atol = 1.0e-8
#
## MLMG options for Nodal Projection
#nodal_proj.mg_rtol = 1.0e-8
#nodal_proj.mg_atol = 1.0e-8

#¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨#
# ADAPTIVE MESH REFINEMENT #
#.......................................#
Expand Down

0 comments on commit 39175f4

Please sign in to comment.