Skip to content

Commit 95450f2

Browse files
committed
Add micro time step to the Micro Manager configuration in two-scale-heat-conduction
1 parent 20fa68b commit 95450f2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

two-scale-heat-conduction/micro-dumux/micro-manager-config.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"read_data_names": {"concentration": "scalar"}
99
},
1010
"simulation_params": {
11+
"micro_dt": 0.01,
1112
"macro_domain_bounds": [0.0, 1.0, 0.0, 0.5],
1213
"decomposition": [2, 1],
1314
"adaptivity": "True",

two-scale-heat-conduction/micro-nutils/micro-manager-config.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"read_data_names": {"concentration": "scalar"}
99
},
1010
"simulation_params": {
11+
"micro_dt": 0.01,
1112
"macro_domain_bounds": [0.0, 1.0, 0.0, 0.5],
1213
"decomposition": [2, 1],
1314
"adaptivity": "True",

0 commit comments

Comments
 (0)