@@ -57,7 +57,7 @@ def test_fracture_simulator():
5757 setA .azimuth .max_value = 10.0
5858
5959 # positioning
60- setA .p20 = 0.1
60+ setA .p20 = 0.06
6161 setA .minimal_spacing = 1.0
6262
6363 runner = stochastic .FractureSimulationRunner (box )
@@ -69,7 +69,7 @@ def test_fracture_simulator():
6969 printer_config .output_folder = os .path .join (printer_config .output_folder , "py_single_fracture_set" )
7070
7171 sim_config = stochastic .SimulationConfigurator ()
72- sim_config .realizations = 1000
72+ sim_config .realizations = 500
7373 sim_config .metropolis_hasting_steps = 1000
7474 sim_config .burn_in_steps = 1000
7575 sim_config .printer = printer_config
@@ -97,10 +97,10 @@ def test_two_fracture_sets_simulator():
9797 setA .length .distribution_type = stochastic .DistributionType ("UniformClosed" )
9898 setA .length .min_value = 1.0
9999 setA .length .max_value = 10.0
100- setA .azimuth .distribution_type = stochastic .DistributionType ("UniformClosed " )
101- setA .azimuth .min_value = 1.0
102- setA .azimuth .max_value = 10.0
103- setA .p20 = 0.1
100+ setA .azimuth .distribution_type = stochastic .DistributionType ("VonMises " )
101+ setA .azimuth .mean = 45
102+ setA .azimuth .standard_deviation = 10.0
103+ setA .p20 = 0.05
104104 setA .minimal_spacing = 1.0
105105
106106 # --- Object set B
@@ -112,7 +112,7 @@ def test_two_fracture_sets_simulator():
112112 setB .azimuth .distribution_type = stochastic .DistributionType ("UniformClosed" )
113113 setB .azimuth .min_value = 90.0
114114 setB .azimuth .max_value = 100.0
115- setB .p20 = 0.1
115+ setB .p20 = 0.03
116116 setB .minimal_spacing = 2.0
117117
118118 runner = stochastic .FractureSimulationRunner (box )
@@ -124,7 +124,7 @@ def test_two_fracture_sets_simulator():
124124 printer_config .output_folder = os .path .join (printer_config .output_folder ,printer_config .output_folder , "py_two_fracture_sets" )
125125
126126 sim_config = stochastic .SimulationConfigurator ()
127- sim_config .realizations = 1000
127+ sim_config .realizations = 500
128128 sim_config .metropolis_hasting_steps = 1000
129129 sim_config .burn_in_steps = 1000
130130 sim_config .printer = printer_config
0 commit comments