Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions avaframe/data/avaParabolaTimeDep/Inputs/ENT/ent.cpg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
UTF-8
Binary file added avaframe/data/avaParabolaTimeDep/Inputs/ENT/ent.dbf
Binary file not shown.
1 change: 1 addition & 0 deletions avaframe/data/avaParabolaTimeDep/Inputs/ENT/ent.prj
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]]
Binary file added avaframe/data/avaParabolaTimeDep/Inputs/ENT/ent.shp
Binary file not shown.
Binary file added avaframe/data/avaParabolaTimeDep/Inputs/ENT/ent.shx
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"TAGS": [
"ent",
"standardTest",
"idealized",
"timeDependentRelease"
],
"DESCRIPTION": " time dependent release test: ent simulation",
"TYPE": [
"2DPeak"
],
"FILES": [
"release1PF_72dbf914b6_com1_C_M_ent_dfa_pft",
"release1PF_72dbf914b6_com1_C_M_ent_dfa_ppr",
"release1PF_72dbf914b6_com1_C_M_ent_dfa_pfv",
"mass_release1PF_72dbf914b6_com1_C_M_ent_dfa"
],
"AVANAME": "avaParabolaTimeDep",
"AVADIR": "data/avaParabolaTimeDep",
"simNameRef": "release1PF_72dbf914b6_com1_C_M_ent_dfa",
"NAME": "avaParabolaTimeDepRelEntTest",
"Test Info": {
"type": "text",
"Test Info": "This test runs the Parabola time dependent release test."
},
"simType": "ent",
"simName": {
"type": "simName",
"name": "release1PF_72dbf914b6_com1_C_M_ent_dfa"
},
"Simulation Parameters": {
"type": "list",
"Program version": "2.1",
"Parameter set": "Changed",
"Release Area Scenario": "release1PF",
"Entrainment": "Yes",
"Resistance": "No",
"Secondary release area": "No",
"Density [kgm-3]": "200",
"Friction model": "samosATMedium",
"Initial mass [kg]": "1710541.37",
"Final mass [kg]": "11836588.74",
"Entrained mass [kg]": "3324708.36",
"Entrained volume [m3]": "33247.08",
"Detrained mass [kg]": "0.00",
"Total initialized mass [kg]": "8511880.38",
"Stop criterion": "< 1.00 percent of PKE",
"Process run time [s]": "375.80",
"Computation time [s]": "122.99"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
### Config File - This file contains the main settings for the simulation run
## Copy to local_com1DFACfg.ini and set you parameters
# This file is part of Avaframe.


[GENERAL]
simTypeList = ent
#+++++++++++++general start conditions: time dependent release
# if timeDependentRelease is True, provide the the timesteps, thickness and velocity
# for a releases in a csv-file in the REL folder
timeDependentRelease = True


[INPUT]
# specify a particular release area scenario, provide name of shapefile with or without extension .shp (optional)
releaseScenario = release1PF

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"idealized",
"timeDependentRelease"
],
"DESCRIPTION": " this is my null test",
"DESCRIPTION": " time dependent release test: null simulation",
"TYPE": [
"2DPeak"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@


[GENERAL]
simTypeList = null
#+++++++++++++general start conditions: time dependent release
# if timeDependentRelease is True, provide the the timesteps, thickness and velocity
# for a releases in a csv-file in the REL folder
Expand Down
Loading