Skip to content

Commit 1625760

Browse files
committed
add new settings to test inis
1 parent b0b3566 commit 1625760

4 files changed

+16
-0
lines changed

tests/cases/config_multi_excess_bond_degradation.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ split_model = excess_bonds
99
# excess_bonds, fragmentation or incremental
1010
desorption_model = weak
1111
# weak or strong
12+
TOC_estimation = volume
13+
# all or volume
14+
segment_export = mass
15+
# mass or molecule_count
1216

1317

1418
[SYSTEM]

tests/cases/config_multi_fit_reac.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ duration = 6 h
99
split_model = incremental
1010
# excess_bonds, fragmentation or incremental
1111
desorption_model = weak
12+
TOC_estimation = volume
13+
# all or volume
14+
segment_export = mass
15+
# mass or molecule_count
1216

1317
[ENVIRONMENT]
1418
temperature = 20 C

tests/cases/config_multi_fragmentation_degradation.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ split_model = fragmentation
99
# fragmentation or incremental
1010
desorption_model = weak
1111
# weak or strong
12+
TOC_estimation = volume
13+
# all or volume
14+
segment_export = mass
15+
# mass or molecule_count
1216

1317
[SYSTEM]
1418
concentration_solution = 0.06856 mmol/L

tests/cases/config_multi_fragmentation_degradation_strong.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ duration = 10 h
77
[MULTI]
88
split_model = fragmentation
99
desorption_model = strong
10+
TOC_estimation = volume
11+
# all or volume
12+
segment_export = mass
13+
# mass or molecule_count
1014

1115
[SYSTEM]
1216
concentration_solution = 0.06856 mmol/L

0 commit comments

Comments
 (0)