mirror of https://gitlab.com/pamhyr/pamhyr2
parent
fef93209cd
commit
a1cdb1ad56
|
|
@ -69,7 +69,7 @@ class Mage(CommandLineSolver):
|
||||||
lst += [
|
lst += [
|
||||||
("mage_min_timestep", "1.0"),
|
("mage_min_timestep", "1.0"),
|
||||||
("mage_timestep_tra", "3600"),
|
("mage_timestep_tra", "3600"),
|
||||||
("mage_timestep_bin", "0"),
|
("mage_timestep_bin", "3600"),
|
||||||
# ("mage_timestep_melissa", "0"),
|
# ("mage_timestep_melissa", "0"),
|
||||||
("mage_implicitation", "0.70"),
|
("mage_implicitation", "0.70"),
|
||||||
("mage_continuity_discretization", "S"),
|
("mage_continuity_discretization", "S"),
|
||||||
|
|
@ -79,11 +79,11 @@ class Mage(CommandLineSolver):
|
||||||
("mage_smooth_coef", "0"),
|
("mage_smooth_coef", "0"),
|
||||||
("mage_cfl_max", "-1."),
|
("mage_cfl_max", "-1."),
|
||||||
("mage_min_height", "0.1"),
|
("mage_min_height", "0.1"),
|
||||||
("mage_max_niter", "10"),
|
("mage_max_niter", "99"),
|
||||||
("mage_timestep_reduction_factor", "2"),
|
("mage_timestep_reduction_factor", "2"),
|
||||||
("mage_precision_reduction_factor_Z", "1"),
|
("mage_precision_reduction_factor_Z", "1"),
|
||||||
("mage_precision_reduction_factor_Q", "1"),
|
("mage_precision_reduction_factor_Q", "1"),
|
||||||
("mage_niter_max_precision", "99"),
|
("mage_niter_max_precision", "10"),
|
||||||
("mage_niter_before_switch", "99"),
|
("mage_niter_before_switch", "99"),
|
||||||
("mage_max_froude", "1.5"),
|
("mage_max_froude", "1.5"),
|
||||||
("mage_diffluence_node_height_balance", "-1"),
|
("mage_diffluence_node_height_balance", "-1"),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue