From 39175f4313bfc44db3b5067eba1450e0be110bd4 Mon Sep 17 00:00:00 2001 From: Prakash Mohan Date: Thu, 24 Oct 2024 16:31:25 -0600 Subject: [PATCH] update unstable tolerances --- .../unstable/input_files/abl_unstable.inp | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/amr-wind/atmospheric_boundary_layer/unstable/input_files/abl_unstable.inp b/amr-wind/atmospheric_boundary_layer/unstable/input_files/abl_unstable.inp index 8e9155e..62e526f 100644 --- a/amr-wind/atmospheric_boundary_layer/unstable/input_files/abl_unstable.inp +++ b/amr-wind/atmospheric_boundary_layer/unstable/input_files/abl_unstable.inp @@ -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 # #.......................................# @@ -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 # #.......................................#