@@ -30,26 +30,25 @@ A partial config is allowed (e.g., one only containing a new water:cp_w entry).
30
30
31
31
.. code-block :: yaml
32
32
33
- # model dimensionality/temperature resolution within vial (homogeneous, spatial_1D, spatial_2D)
34
- dimensionality : homogeneous
35
-
36
- # freezing configuration to be simulated (shelf, VISF, jacket)
37
- configuration : shelf
38
-
33
+ # additional parameters for the shelf-scale model (Snowfall and Snowflake modules)
34
+ snowfall_parameters :
35
+ # arrangment of vials (square or hexagonal)
36
+ vial_arrangement : square
37
+
39
38
# all vial-related parameters
40
39
vial :
41
40
# define the geometry
42
41
geometry :
43
- # base shape of vial (snow and snowfall only accepts cube, snowing rewrites it to cylinder)
42
+ # base shape of vial
44
43
shape : cube
45
- # height of the filled product when shape is cube [m]
44
+ # height of the filled product [m]
46
45
height : 0.01
47
46
# length of the vial when shape is cube [m]
48
47
length : 0.01
49
48
# width of the vial when shape is cube [m]
50
49
width : 0.01
51
50
52
- # all parameters realted to water
51
+ # all parameters related to water
53
52
water :
54
53
# specific heat capacity of liquid water [J/kgK]
55
54
cp_w : 4187
@@ -88,6 +87,12 @@ A partial config is allowed (e.g., one only containing a new water:cp_w entry).
88
87
# vial-dependent pre-exponential nucleation parameter [-]
89
88
c : 1.00
90
89
90
+ general :
91
+ # the Stefan-Boltzmann constant [W/m2]
92
+ sigma_B : 5.67e-8
93
+ # Boltzmann constant [JK]
94
+ k_B : 1.38e-23
95
+
91
96
Example
92
97
========
93
98
@@ -184,26 +189,23 @@ The spatial model (termed Snowing) accounts for different **dimensionalities (0D
184
189
185
190
.. code-block :: yaml
186
191
187
- # model dimensionality/temperature resolution within vial (homogeneous, spatial_1D, spatial_2D)
188
- dimensionality : spatial_1D
189
-
190
- # freezing configuration to be simulated (shelf, VISF, jacket)
191
- configuration : shelf
192
+ # additional parameters for the spatial model (Snowing module)
193
+ snowing_parameters :
194
+ # model dimensionality/temperature resolution within vial (homogeneous, spatial_1D, spatial_2D)
195
+ dimensionality : spatial_1D
196
+ # freezing configuration to be simulated (shelf, VISF, jacket)
197
+ configuration : shelf
192
198
193
199
# all vial-related parameters
194
200
vial :
195
201
# define the geometry
196
202
geometry :
197
- # base shape of vial (snow and snowfall only accepts cube, snowing rewrites it to cylinder)
203
+ # base shape of vial (snow and snowfall only accepts cube, snowing automatically rewrites it to cylinder)
198
204
shape : cube
199
205
# diameter of the vial for cylindrical geometry (only spatial model) [m]
200
206
diameter : 0.01
201
- # height of the filled product for cubic (snow/snowfall) and cylindrical geometry (only spatial model) [m]
207
+ # height of the filled product [m]
202
208
height : 0.01
203
- # length of the vial when shape is cube [m]
204
- length : 0.01
205
- # width of the vial when shape is cube [m]
206
- width : 0.01
207
209
208
210
# parameters used in VISF simulation
209
211
VISF :
0 commit comments