Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions avaframe/com8MoTPSA/com8MoTPSACfg.ini
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ thFromIni =

# Below are the settings for the MoT-PSA model
[Run information]
MoT-Voellmy input file version = 2023-03-06
MoT-PSA input file version = 2026-06-16
Area of Interest = Ryggfonn
UTM zone = 33N
EPSG geodetic datum code = 25833
Expand All @@ -150,26 +150,33 @@ Run name = Test_01
Grid filename = -
Release depth 1 filename = ./h1in08.asc
Release depth 2 filename = ./h2in.asc
# if Release density 1 file not provided - rho_1 (Density basal layer (kg/m³))
Release density 1 filename = -
# if Release density 2 file not provided - rho_2 (Ambient fluid density (kg/m^3))
Release density 2 filename = -
Bed depth filename = -
Bed deposition filename = -
Bed shear strength filename = -
Forest density filename = -
Tree diameter filename = -
Start velocity u filename = -
Start velocity v filename = -
Start velocity u1 filename = -
Start velocity v1 filename = -
Start velocity u2 filename = -
Start velocity v2 filename = -
Output filename root = ./Run_01/01
Output format = ESRI_ASCII_Grid

[Physical_parameters]
Gravitational acceleration (m/s^2) = 9.81
# Flow density for dense layer (rho)
Density (kg/m^3) = 250.0
Ambient fluid density (kg/m^3) = 1.200
Initial suspension density (kg/m^3) = 1.200
Density basal layer (kg/m^3) = 250.0
Rheology = Voellmy
Parameters = auto
# Dry-friction cefficient (mu)
Dry-friction coefficient (-) = 0.400
# Turbulent drag coefficient (k_01)
Turbulent drag coefficient (-) = 0.0010
Turbulent drag coefficient (-) = 0.0010
Effective drag height (m) = 0.0
Centrifugal effects = yes
Passive earth-pressure coeff. (-) = 1.0
Expand Down Expand Up @@ -206,19 +213,12 @@ Deposition = yes
# Deposition density for dense layer (rho_d)
Deposition density L1 (kg/m^3) = 400.0
Suspension model = TJSM
# Shear strength dense layer (tau_s)
Avalanche shear strength (Pa) = 0.0
# Shear strength deposit (tau_d)
Avalanche shear strength deposit (Pa) = 0.0
# Decay coefficient of the snow avalanche shear strength for suspension process (gamma_s)
# Unit should be: (m⁻1/s) instead of (-)
Decay coeff. snow s. s. suspension (-) = 1.0
# Decay coefficient of the snow avalanche shear strength for deposition process (gamma_d)
# Unit should be: (m⁻1/s) instead of (-)
Decay coeff. snow s. s. deposition (-) = 1.0
Entrainment coeff. m12 (-) = 0.0
# Settling speed of powder snow layer to dense layer (w_s)
Deposition rate 21 (m/s) = 0.50
Dense-flow surface strength (Pa) = 0.0
Limit adhesion to substrate (Pa) = 0.0
Adhesion attenuation coeff. (s/m) = 1.0
Surface-strength attenuation (s/m) = 1.0
Entrainment coeff. 1->2 (-) = 0.0
Deposition rate 2->1 (m/s) = 0.50
Constant density L1 = yes
Evolving geometry = no

Expand All @@ -232,14 +232,14 @@ Write maximum pressure = yes
Write instant. pressure = no
Minimum flow depth (m) = 0.01
Minimum speed (m/s) = 0.01
Momentum threshold (-) = 0.05
Momentum threshold (%) = 0.05
Initial CFL number (-) = 0.8

[EXPORTS]
# peak files and plots are exported, option to turn off exports when exportData is set to False
# this affects export of peak files and also generation of peak file plots
exportData = True
# use LZW compression when writing TIFF raster files
# use LZW compression when writing TIFF raster files - TIFF format currently not supported
useCompression = True

[VISUALISATION]
Expand Down
Loading