floodmodeller-api 0.4.2__py3-none-any.whl → 0.4.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- floodmodeller_api/__init__.py +8 -9
- floodmodeller_api/_base.py +184 -176
- floodmodeller_api/backup.py +273 -273
- floodmodeller_api/dat.py +909 -838
- floodmodeller_api/diff.py +136 -119
- floodmodeller_api/ied.py +307 -311
- floodmodeller_api/ief.py +647 -646
- floodmodeller_api/ief_flags.py +253 -253
- floodmodeller_api/inp.py +266 -268
- floodmodeller_api/libs/libifcoremd.dll +0 -0
- floodmodeller_api/libs/libifcoremt.so.5 +0 -0
- floodmodeller_api/libs/libifport.so.5 +0 -0
- floodmodeller_api/{libmmd.dll → libs/libimf.so} +0 -0
- floodmodeller_api/libs/libintlc.so.5 +0 -0
- floodmodeller_api/libs/libmmd.dll +0 -0
- floodmodeller_api/libs/libsvml.so +0 -0
- floodmodeller_api/libs/libzzn_read.so +0 -0
- floodmodeller_api/libs/zzn_read.dll +0 -0
- floodmodeller_api/logs/__init__.py +2 -2
- floodmodeller_api/logs/lf.py +320 -314
- floodmodeller_api/logs/lf_helpers.py +354 -346
- floodmodeller_api/logs/lf_params.py +643 -529
- floodmodeller_api/mapping.py +84 -0
- floodmodeller_api/test/__init__.py +4 -4
- floodmodeller_api/test/conftest.py +9 -8
- floodmodeller_api/test/test_backup.py +117 -117
- floodmodeller_api/test/test_dat.py +221 -92
- floodmodeller_api/test/test_data/All Units 4_6.DAT +1081 -1081
- floodmodeller_api/test/test_data/All Units 4_6.feb +1081 -1081
- floodmodeller_api/test/test_data/BRIDGE.DAT +926 -926
- floodmodeller_api/test/test_data/Culvert_Inlet_Outlet.dat +36 -36
- floodmodeller_api/test/test_data/Culvert_Inlet_Outlet.feb +36 -36
- floodmodeller_api/test/test_data/DamBreakADI.xml +52 -52
- floodmodeller_api/test/test_data/DamBreakFAST.xml +58 -58
- floodmodeller_api/test/test_data/DamBreakFAST_dy.xml +53 -53
- floodmodeller_api/test/test_data/DamBreakTVD.xml +55 -55
- floodmodeller_api/test/test_data/DefenceBreach.xml +53 -53
- floodmodeller_api/test/test_data/DefenceBreachFAST.xml +60 -60
- floodmodeller_api/test/test_data/DefenceBreachFAST_dy.xml +55 -55
- floodmodeller_api/test/test_data/Domain1+2_QH.xml +76 -76
- floodmodeller_api/test/test_data/Domain1_H.xml +41 -41
- floodmodeller_api/test/test_data/Domain1_Q.xml +41 -41
- floodmodeller_api/test/test_data/Domain1_Q_FAST.xml +48 -48
- floodmodeller_api/test/test_data/Domain1_Q_FAST_dy.xml +48 -48
- floodmodeller_api/test/test_data/Domain1_Q_xml_expected.json +263 -0
- floodmodeller_api/test/test_data/Domain1_W.xml +41 -41
- floodmodeller_api/test/test_data/EX1.DAT +321 -321
- floodmodeller_api/test/test_data/EX1.ext +107 -107
- floodmodeller_api/test/test_data/EX1.feb +320 -320
- floodmodeller_api/test/test_data/EX1.gxy +107 -107
- floodmodeller_api/test/test_data/EX17.DAT +421 -422
- floodmodeller_api/test/test_data/EX17.ext +213 -213
- floodmodeller_api/test/test_data/EX17.feb +422 -422
- floodmodeller_api/test/test_data/EX18.DAT +375 -375
- floodmodeller_api/test/test_data/EX18_DAT_expected.json +3876 -0
- floodmodeller_api/test/test_data/EX2.DAT +302 -302
- floodmodeller_api/test/test_data/EX3.DAT +926 -926
- floodmodeller_api/test/test_data/EX3_DAT_expected.json +16235 -0
- floodmodeller_api/test/test_data/EX3_IEF_expected.json +61 -0
- floodmodeller_api/test/test_data/EX6.DAT +2084 -2084
- floodmodeller_api/test/test_data/EX6.ext +532 -532
- floodmodeller_api/test/test_data/EX6.feb +2084 -2084
- floodmodeller_api/test/test_data/EX6_DAT_expected.json +31647 -0
- floodmodeller_api/test/test_data/Event Data Example.DAT +336 -336
- floodmodeller_api/test/test_data/Event Data Example.ext +107 -107
- floodmodeller_api/test/test_data/Event Data Example.feb +336 -336
- floodmodeller_api/test/test_data/Linked1D2D.xml +52 -52
- floodmodeller_api/test/test_data/Linked1D2DFAST.xml +53 -53
- floodmodeller_api/test/test_data/Linked1D2DFAST_dy.xml +48 -48
- floodmodeller_api/test/test_data/Linked1D2D_xml_expected.json +313 -0
- floodmodeller_api/test/test_data/blockage.dat +50 -50
- floodmodeller_api/test/test_data/blockage.ext +45 -45
- floodmodeller_api/test/test_data/blockage.feb +9 -9
- floodmodeller_api/test/test_data/blockage.gxy +71 -71
- floodmodeller_api/test/test_data/defaultUnits.dat +127 -127
- floodmodeller_api/test/test_data/defaultUnits.ext +45 -45
- floodmodeller_api/test/test_data/defaultUnits.feb +9 -9
- floodmodeller_api/test/test_data/defaultUnits.fmpx +58 -58
- floodmodeller_api/test/test_data/defaultUnits.gxy +85 -85
- floodmodeller_api/test/test_data/ex3.ief +20 -20
- floodmodeller_api/test/test_data/ex3.lf1 +2800 -2800
- floodmodeller_api/test/test_data/ex4.DAT +1374 -1374
- floodmodeller_api/test/test_data/ex4_changed.DAT +1374 -1374
- floodmodeller_api/test/test_data/example1.inp +329 -329
- floodmodeller_api/test/test_data/example2.inp +158 -158
- floodmodeller_api/test/test_data/example3.inp +297 -297
- floodmodeller_api/test/test_data/example4.inp +388 -388
- floodmodeller_api/test/test_data/example5.inp +147 -147
- floodmodeller_api/test/test_data/example6.inp +154 -154
- floodmodeller_api/test/test_data/jump.dat +176 -176
- floodmodeller_api/test/test_data/network.dat +1374 -1374
- floodmodeller_api/test/test_data/network.ext +45 -45
- floodmodeller_api/test/test_data/network.exy +1 -1
- floodmodeller_api/test/test_data/network.feb +45 -45
- floodmodeller_api/test/test_data/network.ied +45 -45
- floodmodeller_api/test/test_data/network.ief +20 -20
- floodmodeller_api/test/test_data/network.inp +147 -147
- floodmodeller_api/test/test_data/network.pxy +57 -57
- floodmodeller_api/test/test_data/network.zzd +122 -122
- floodmodeller_api/test/test_data/network_dat_expected.json +21837 -0
- floodmodeller_api/test/test_data/network_from_tabularCSV.csv +87 -87
- floodmodeller_api/test/test_data/network_ied_expected.json +287 -0
- floodmodeller_api/test/test_data/rnweir.dat +9 -9
- floodmodeller_api/test/test_data/rnweir.ext +45 -45
- floodmodeller_api/test/test_data/rnweir.feb +9 -9
- floodmodeller_api/test/test_data/rnweir.gxy +45 -45
- floodmodeller_api/test/test_data/rnweir_default.dat +74 -74
- floodmodeller_api/test/test_data/rnweir_default.ext +45 -45
- floodmodeller_api/test/test_data/rnweir_default.feb +9 -9
- floodmodeller_api/test/test_data/rnweir_default.fmpx +58 -58
- floodmodeller_api/test/test_data/rnweir_default.gxy +53 -53
- floodmodeller_api/test/test_data/unit checks.dat +16 -16
- floodmodeller_api/test/test_ied.py +29 -29
- floodmodeller_api/test/test_ief.py +125 -24
- floodmodeller_api/test/test_inp.py +47 -48
- floodmodeller_api/test/test_json.py +114 -0
- floodmodeller_api/test/test_logs_lf.py +48 -51
- floodmodeller_api/test/test_tool.py +165 -154
- floodmodeller_api/test/test_toolbox_structure_log.py +234 -239
- floodmodeller_api/test/test_xml2d.py +151 -156
- floodmodeller_api/test/test_zzn.py +36 -34
- floodmodeller_api/to_from_json.py +218 -0
- floodmodeller_api/tool.py +332 -330
- floodmodeller_api/toolbox/__init__.py +5 -5
- floodmodeller_api/toolbox/example_tool.py +45 -45
- floodmodeller_api/toolbox/model_build/__init__.py +2 -2
- floodmodeller_api/toolbox/model_build/add_siltation_definition.py +100 -94
- floodmodeller_api/toolbox/model_build/structure_log/__init__.py +1 -1
- floodmodeller_api/toolbox/model_build/structure_log/structure_log.py +287 -289
- floodmodeller_api/toolbox/model_build/structure_log_definition.py +76 -72
- floodmodeller_api/units/__init__.py +10 -10
- floodmodeller_api/units/_base.py +214 -209
- floodmodeller_api/units/boundaries.py +467 -469
- floodmodeller_api/units/comment.py +52 -55
- floodmodeller_api/units/conduits.py +382 -403
- floodmodeller_api/units/helpers.py +123 -132
- floodmodeller_api/units/iic.py +107 -101
- floodmodeller_api/units/losses.py +305 -308
- floodmodeller_api/units/sections.py +444 -445
- floodmodeller_api/units/structures.py +1690 -1684
- floodmodeller_api/units/units.py +93 -102
- floodmodeller_api/units/unsupported.py +44 -44
- floodmodeller_api/units/variables.py +87 -89
- floodmodeller_api/urban1d/__init__.py +11 -11
- floodmodeller_api/urban1d/_base.py +188 -177
- floodmodeller_api/urban1d/conduits.py +93 -85
- floodmodeller_api/urban1d/general_parameters.py +58 -58
- floodmodeller_api/urban1d/junctions.py +81 -79
- floodmodeller_api/urban1d/losses.py +81 -74
- floodmodeller_api/urban1d/outfalls.py +114 -107
- floodmodeller_api/urban1d/raingauges.py +111 -108
- floodmodeller_api/urban1d/subsections.py +92 -93
- floodmodeller_api/urban1d/xsections.py +147 -141
- floodmodeller_api/util.py +77 -21
- floodmodeller_api/validation/parameters.py +660 -660
- floodmodeller_api/validation/urban_parameters.py +388 -404
- floodmodeller_api/validation/validation.py +110 -112
- floodmodeller_api/version.py +1 -1
- floodmodeller_api/xml2d.py +688 -684
- floodmodeller_api/xml2d_template.py +37 -37
- floodmodeller_api/zzn.py +387 -365
- {floodmodeller_api-0.4.2.dist-info → floodmodeller_api-0.4.3.dist-info}/LICENSE.txt +13 -13
- {floodmodeller_api-0.4.2.dist-info → floodmodeller_api-0.4.3.dist-info}/METADATA +82 -82
- floodmodeller_api-0.4.3.dist-info/RECORD +179 -0
- {floodmodeller_api-0.4.2.dist-info → floodmodeller_api-0.4.3.dist-info}/WHEEL +1 -1
- floodmodeller_api-0.4.3.dist-info/entry_points.txt +3 -0
- floodmodeller_api/libifcoremd.dll +0 -0
- floodmodeller_api/test/test_data/EX3.bmp +0 -0
- floodmodeller_api/test/test_data/test_output.csv +0 -87
- floodmodeller_api/zzn_read.dll +0 -0
- floodmodeller_api-0.4.2.data/scripts/fmapi-add_siltation.bat +0 -2
- floodmodeller_api-0.4.2.data/scripts/fmapi-add_siltation.py +0 -3
- floodmodeller_api-0.4.2.data/scripts/fmapi-structure_log.bat +0 -2
- floodmodeller_api-0.4.2.data/scripts/fmapi-structure_log.py +0 -3
- floodmodeller_api-0.4.2.data/scripts/fmapi-toolbox.bat +0 -2
- floodmodeller_api-0.4.2.data/scripts/fmapi-toolbox.py +0 -41
- floodmodeller_api-0.4.2.dist-info/RECORD +0 -169
- {floodmodeller_api-0.4.2.dist-info → floodmodeller_api-0.4.3.dist-info}/top_level.txt +0 -0
|
@@ -1,54 +1,54 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="yes"?>
|
|
2
|
-
<ISIS2Dproject xmlns="https://www.floodmodeller.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://www.floodmodeller.com http://schema.floodmodeller.com/4.0/2d.xsd" name="Defence breach ADI" description="">
|
|
3
|
-
<!--content for domain 'River 10m'-->
|
|
4
|
-
<domain domain_id="River 10m">
|
|
5
|
-
<computational_area>
|
|
6
|
-
<xll>391800.0</xll>
|
|
7
|
-
<yll>172600.0</yll>
|
|
8
|
-
<dx>10</dx>
|
|
9
|
-
<nrows>100</nrows>
|
|
10
|
-
<ncols>80</ncols>
|
|
11
|
-
<active_area>GIS\River_Active_Area.shp</active_area>
|
|
12
|
-
<rotation>0</rotation>
|
|
13
|
-
</computational_area>
|
|
14
|
-
<topography>GIS\5M_DTM.asc</topography>
|
|
15
|
-
<time>
|
|
16
|
-
<start_time>00:00:00</start_time>
|
|
17
|
-
<start_date>1/1/2000</start_date>
|
|
18
|
-
<total unit="second">3600.00</total>
|
|
19
|
-
</time>
|
|
20
|
-
<run_data>
|
|
21
|
-
<time_step> 2 </time_step>
|
|
22
|
-
<scheme>ADI</scheme>
|
|
23
|
-
<pulsedepth>1.0e-04</pulsedepth>
|
|
24
|
-
<negdepththreshold>-1.0e-03</negdepththreshold>
|
|
25
|
-
<velocityheadthreshold>0.1</velocityheadthreshold>
|
|
26
|
-
<frictionincreasedepth>0.1</frictionincreasedepth>
|
|
27
|
-
</run_data>
|
|
28
|
-
<initial_conditions type="globalwaterlevel"> 0.0 </initial_conditions>
|
|
29
|
-
<roughness law="manning" type="global">0.05</roughness>
|
|
30
|
-
<boundary_conditions>
|
|
31
|
-
<boundary>
|
|
32
|
-
<BC>verticalflow</BC>
|
|
33
|
-
<file>GIS\Defence_BC.shp</file>
|
|
34
|
-
<value time_units="second" type="csv">BC_TS.csv</value>
|
|
35
|
-
</boundary>
|
|
36
|
-
</boundary_conditions>
|
|
37
|
-
<output_results>
|
|
38
|
-
<hazard_debris_factor_method>
|
|
39
|
-
<static factor="1.0" />
|
|
40
|
-
</hazard_debris_factor_method>
|
|
41
|
-
<output output_id="" format="SMS9">
|
|
42
|
-
<variables>Depth
|
|
43
|
-
Velocity
|
|
44
|
-
Elevation
|
|
45
|
-
Flow</variables>
|
|
46
|
-
<frequency>30</frequency>
|
|
47
|
-
</output>
|
|
48
|
-
<massfile frequency="10">DefenceBreach_MB.csv</massfile>
|
|
49
|
-
</output_results>
|
|
50
|
-
</domain>
|
|
51
|
-
<advanced_options>
|
|
52
|
-
<spatial_diagnostics>on</spatial_diagnostics>
|
|
53
|
-
</advanced_options>
|
|
1
|
+
<?xml version="1.0" standalone="yes"?>
|
|
2
|
+
<ISIS2Dproject xmlns="https://www.floodmodeller.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://www.floodmodeller.com http://schema.floodmodeller.com/4.0/2d.xsd" name="Defence breach ADI" description="">
|
|
3
|
+
<!--content for domain 'River 10m'-->
|
|
4
|
+
<domain domain_id="River 10m">
|
|
5
|
+
<computational_area>
|
|
6
|
+
<xll>391800.0</xll>
|
|
7
|
+
<yll>172600.0</yll>
|
|
8
|
+
<dx>10</dx>
|
|
9
|
+
<nrows>100</nrows>
|
|
10
|
+
<ncols>80</ncols>
|
|
11
|
+
<active_area>GIS\River_Active_Area.shp</active_area>
|
|
12
|
+
<rotation>0</rotation>
|
|
13
|
+
</computational_area>
|
|
14
|
+
<topography>GIS\5M_DTM.asc</topography>
|
|
15
|
+
<time>
|
|
16
|
+
<start_time>00:00:00</start_time>
|
|
17
|
+
<start_date>1/1/2000</start_date>
|
|
18
|
+
<total unit="second">3600.00</total>
|
|
19
|
+
</time>
|
|
20
|
+
<run_data>
|
|
21
|
+
<time_step> 2 </time_step>
|
|
22
|
+
<scheme>ADI</scheme>
|
|
23
|
+
<pulsedepth>1.0e-04</pulsedepth>
|
|
24
|
+
<negdepththreshold>-1.0e-03</negdepththreshold>
|
|
25
|
+
<velocityheadthreshold>0.1</velocityheadthreshold>
|
|
26
|
+
<frictionincreasedepth>0.1</frictionincreasedepth>
|
|
27
|
+
</run_data>
|
|
28
|
+
<initial_conditions type="globalwaterlevel"> 0.0 </initial_conditions>
|
|
29
|
+
<roughness law="manning" type="global">0.05</roughness>
|
|
30
|
+
<boundary_conditions>
|
|
31
|
+
<boundary>
|
|
32
|
+
<BC>verticalflow</BC>
|
|
33
|
+
<file>GIS\Defence_BC.shp</file>
|
|
34
|
+
<value time_units="second" type="csv">BC_TS.csv</value>
|
|
35
|
+
</boundary>
|
|
36
|
+
</boundary_conditions>
|
|
37
|
+
<output_results>
|
|
38
|
+
<hazard_debris_factor_method>
|
|
39
|
+
<static factor="1.0" />
|
|
40
|
+
</hazard_debris_factor_method>
|
|
41
|
+
<output output_id="" format="SMS9">
|
|
42
|
+
<variables>Depth
|
|
43
|
+
Velocity
|
|
44
|
+
Elevation
|
|
45
|
+
Flow</variables>
|
|
46
|
+
<frequency>30</frequency>
|
|
47
|
+
</output>
|
|
48
|
+
<massfile frequency="10">DefenceBreach_MB.csv</massfile>
|
|
49
|
+
</output_results>
|
|
50
|
+
</domain>
|
|
51
|
+
<advanced_options>
|
|
52
|
+
<spatial_diagnostics>on</spatial_diagnostics>
|
|
53
|
+
</advanced_options>
|
|
54
54
|
</ISIS2Dproject>
|
|
@@ -1,61 +1,61 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="yes"?>
|
|
2
|
-
<ISIS2Dproject xmlns="https://www.floodmodeller.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://www.floodmodeller.com http://schema.floodmodeller.com/4.0/2d.xsd" name="Defence breach FAST" description="">
|
|
3
|
-
<!--content for domain 'River 10m'-->
|
|
4
|
-
<domain domain_id="River 10m">
|
|
5
|
-
<computational_area>
|
|
6
|
-
<xll>391800.0</xll>
|
|
7
|
-
<yll>172600.0</yll>
|
|
8
|
-
<dx>10</dx>
|
|
9
|
-
<nrows>100</nrows>
|
|
10
|
-
<ncols>80</ncols>
|
|
11
|
-
<active_area>GIS\River_Active_Area.shp</active_area>
|
|
12
|
-
<rotation>0</rotation>
|
|
13
|
-
</computational_area>
|
|
14
|
-
<topography>GIS\5M_DTM.asc</topography>
|
|
15
|
-
<time>
|
|
16
|
-
<start_time>00:00:00</start_time>
|
|
17
|
-
<start_date>1/1/2000</start_date>
|
|
18
|
-
<total unit="second">3600.00</total>
|
|
19
|
-
</time>
|
|
20
|
-
<run_data>
|
|
21
|
-
<time_step>3600</time_step>
|
|
22
|
-
<scheme>FAST</scheme>
|
|
23
|
-
<merge>0.1</merge>
|
|
24
|
-
<disc>0.1</disc>
|
|
25
|
-
<filter>0.05</filter>
|
|
26
|
-
<spilloption>singlespill</spilloption>
|
|
27
|
-
<frictionCoef>0</frictionCoef>
|
|
28
|
-
<momentumCoef>0</momentumCoef>
|
|
29
|
-
<maxIteration>50000</maxIteration>
|
|
30
|
-
<convergenceCrit>0.001</convergenceCrit>
|
|
31
|
-
<preprocess_fast>true</preprocess_fast>
|
|
32
|
-
<pathMarkup_fast>false</pathMarkup_fast>
|
|
33
|
-
</run_data>
|
|
34
|
-
<initial_conditions type="globalwaterlevel"> 0.0 </initial_conditions>
|
|
35
|
-
<roughness law="manning" type="global">0.05</roughness>
|
|
36
|
-
<boundary_conditions>
|
|
37
|
-
<boundary>
|
|
38
|
-
<BC>verticalflow</BC>
|
|
39
|
-
<file>GIS\Defence_BC.shp</file>
|
|
40
|
-
<value time_units="second" type="timevar">0 0
|
|
41
|
-
900 100
|
|
42
|
-
3600 0
|
|
43
|
-
</value>
|
|
44
|
-
</boundary>
|
|
45
|
-
</boundary_conditions>
|
|
46
|
-
<output_results>
|
|
47
|
-
<hazard_debris_factor_method>
|
|
48
|
-
<static factor="1.0" />
|
|
49
|
-
</hazard_debris_factor_method>
|
|
50
|
-
<output output_id="" format="SMS9">
|
|
51
|
-
<variables>Depth
|
|
52
|
-
Velocity
|
|
53
|
-
Elevation
|
|
54
|
-
Flow</variables>
|
|
55
|
-
<frequency>3600</frequency>
|
|
56
|
-
</output>
|
|
57
|
-
<massfile frequency="10">DefenceBreach_MB.csv</massfile>
|
|
58
|
-
</output_results>
|
|
59
|
-
</domain>
|
|
60
|
-
<advanced_options />
|
|
1
|
+
<?xml version="1.0" standalone="yes"?>
|
|
2
|
+
<ISIS2Dproject xmlns="https://www.floodmodeller.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://www.floodmodeller.com http://schema.floodmodeller.com/4.0/2d.xsd" name="Defence breach FAST" description="">
|
|
3
|
+
<!--content for domain 'River 10m'-->
|
|
4
|
+
<domain domain_id="River 10m">
|
|
5
|
+
<computational_area>
|
|
6
|
+
<xll>391800.0</xll>
|
|
7
|
+
<yll>172600.0</yll>
|
|
8
|
+
<dx>10</dx>
|
|
9
|
+
<nrows>100</nrows>
|
|
10
|
+
<ncols>80</ncols>
|
|
11
|
+
<active_area>GIS\River_Active_Area.shp</active_area>
|
|
12
|
+
<rotation>0</rotation>
|
|
13
|
+
</computational_area>
|
|
14
|
+
<topography>GIS\5M_DTM.asc</topography>
|
|
15
|
+
<time>
|
|
16
|
+
<start_time>00:00:00</start_time>
|
|
17
|
+
<start_date>1/1/2000</start_date>
|
|
18
|
+
<total unit="second">3600.00</total>
|
|
19
|
+
</time>
|
|
20
|
+
<run_data>
|
|
21
|
+
<time_step>3600</time_step>
|
|
22
|
+
<scheme>FAST</scheme>
|
|
23
|
+
<merge>0.1</merge>
|
|
24
|
+
<disc>0.1</disc>
|
|
25
|
+
<filter>0.05</filter>
|
|
26
|
+
<spilloption>singlespill</spilloption>
|
|
27
|
+
<frictionCoef>0</frictionCoef>
|
|
28
|
+
<momentumCoef>0</momentumCoef>
|
|
29
|
+
<maxIteration>50000</maxIteration>
|
|
30
|
+
<convergenceCrit>0.001</convergenceCrit>
|
|
31
|
+
<preprocess_fast>true</preprocess_fast>
|
|
32
|
+
<pathMarkup_fast>false</pathMarkup_fast>
|
|
33
|
+
</run_data>
|
|
34
|
+
<initial_conditions type="globalwaterlevel"> 0.0 </initial_conditions>
|
|
35
|
+
<roughness law="manning" type="global">0.05</roughness>
|
|
36
|
+
<boundary_conditions>
|
|
37
|
+
<boundary>
|
|
38
|
+
<BC>verticalflow</BC>
|
|
39
|
+
<file>GIS\Defence_BC.shp</file>
|
|
40
|
+
<value time_units="second" type="timevar">0 0
|
|
41
|
+
900 100
|
|
42
|
+
3600 0
|
|
43
|
+
</value>
|
|
44
|
+
</boundary>
|
|
45
|
+
</boundary_conditions>
|
|
46
|
+
<output_results>
|
|
47
|
+
<hazard_debris_factor_method>
|
|
48
|
+
<static factor="1.0" />
|
|
49
|
+
</hazard_debris_factor_method>
|
|
50
|
+
<output output_id="" format="SMS9">
|
|
51
|
+
<variables>Depth
|
|
52
|
+
Velocity
|
|
53
|
+
Elevation
|
|
54
|
+
Flow</variables>
|
|
55
|
+
<frequency>3600</frequency>
|
|
56
|
+
</output>
|
|
57
|
+
<massfile frequency="10">DefenceBreach_MB.csv</massfile>
|
|
58
|
+
</output_results>
|
|
59
|
+
</domain>
|
|
60
|
+
<advanced_options />
|
|
61
61
|
</ISIS2Dproject>
|
|
@@ -1,56 +1,56 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="yes"?>
|
|
2
|
-
<ISIS2Dproject xmlns="https://www.floodmodeller.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://www.floodmodeller.com http://schema.floodmodeller.com/4.0/2d.xsd" name="Defence breach FAST Dy" description="">
|
|
3
|
-
<!--content for domain 'River 10m'-->
|
|
4
|
-
<domain domain_id="River 10m">
|
|
5
|
-
<computational_area>
|
|
6
|
-
<xll>391800.0</xll>
|
|
7
|
-
<yll>172600.0</yll>
|
|
8
|
-
<dx>10</dx>
|
|
9
|
-
<nrows>100</nrows>
|
|
10
|
-
<ncols>80</ncols>
|
|
11
|
-
<active_area>GIS\River_Active_Area.shp</active_area>
|
|
12
|
-
<rotation>0</rotation>
|
|
13
|
-
</computational_area>
|
|
14
|
-
<topography>GIS\5M_DTM.asc</topography>
|
|
15
|
-
<time>
|
|
16
|
-
<start_time>00:00:00</start_time>
|
|
17
|
-
<start_date>1/1/2000</start_date>
|
|
18
|
-
<total unit="second">3600.00</total>
|
|
19
|
-
</time>
|
|
20
|
-
<run_data>
|
|
21
|
-
<time_step>5</time_step>
|
|
22
|
-
<scheme>FAST Dynamic</scheme>
|
|
23
|
-
<merge>0.1</merge>
|
|
24
|
-
<disc>0.1</disc>
|
|
25
|
-
<filter>0.05</filter>
|
|
26
|
-
<preprocess_fast>true</preprocess_fast>
|
|
27
|
-
<pathMarkup_fast>false</pathMarkup_fast>
|
|
28
|
-
</run_data>
|
|
29
|
-
<initial_conditions type="globalwaterlevel"> 0.0 </initial_conditions>
|
|
30
|
-
<roughness law="manning" type="global">0.05</roughness>
|
|
31
|
-
<boundary_conditions>
|
|
32
|
-
<boundary>
|
|
33
|
-
<BC>verticalflow</BC>
|
|
34
|
-
<file>GIS\Defence_BC.shp</file>
|
|
35
|
-
<value time_units="second" type="timevar">0 0
|
|
36
|
-
900 100
|
|
37
|
-
3600 0
|
|
38
|
-
</value>
|
|
39
|
-
</boundary>
|
|
40
|
-
</boundary_conditions>
|
|
41
|
-
<output_results>
|
|
42
|
-
<hazard_debris_factor_method>
|
|
43
|
-
<static factor="1.0" />
|
|
44
|
-
</hazard_debris_factor_method>
|
|
45
|
-
<output output_id="" format="SMS9">
|
|
46
|
-
<variables>Depth
|
|
47
|
-
Velocity
|
|
48
|
-
Elevation
|
|
49
|
-
Flow</variables>
|
|
50
|
-
<frequency>3600</frequency>
|
|
51
|
-
</output>
|
|
52
|
-
<massfile frequency="10">DefenceBreach_MB.csv</massfile>
|
|
53
|
-
</output_results>
|
|
54
|
-
</domain>
|
|
55
|
-
<advanced_options />
|
|
1
|
+
<?xml version="1.0" standalone="yes"?>
|
|
2
|
+
<ISIS2Dproject xmlns="https://www.floodmodeller.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://www.floodmodeller.com http://schema.floodmodeller.com/4.0/2d.xsd" name="Defence breach FAST Dy" description="">
|
|
3
|
+
<!--content for domain 'River 10m'-->
|
|
4
|
+
<domain domain_id="River 10m">
|
|
5
|
+
<computational_area>
|
|
6
|
+
<xll>391800.0</xll>
|
|
7
|
+
<yll>172600.0</yll>
|
|
8
|
+
<dx>10</dx>
|
|
9
|
+
<nrows>100</nrows>
|
|
10
|
+
<ncols>80</ncols>
|
|
11
|
+
<active_area>GIS\River_Active_Area.shp</active_area>
|
|
12
|
+
<rotation>0</rotation>
|
|
13
|
+
</computational_area>
|
|
14
|
+
<topography>GIS\5M_DTM.asc</topography>
|
|
15
|
+
<time>
|
|
16
|
+
<start_time>00:00:00</start_time>
|
|
17
|
+
<start_date>1/1/2000</start_date>
|
|
18
|
+
<total unit="second">3600.00</total>
|
|
19
|
+
</time>
|
|
20
|
+
<run_data>
|
|
21
|
+
<time_step>5</time_step>
|
|
22
|
+
<scheme>FAST Dynamic</scheme>
|
|
23
|
+
<merge>0.1</merge>
|
|
24
|
+
<disc>0.1</disc>
|
|
25
|
+
<filter>0.05</filter>
|
|
26
|
+
<preprocess_fast>true</preprocess_fast>
|
|
27
|
+
<pathMarkup_fast>false</pathMarkup_fast>
|
|
28
|
+
</run_data>
|
|
29
|
+
<initial_conditions type="globalwaterlevel"> 0.0 </initial_conditions>
|
|
30
|
+
<roughness law="manning" type="global">0.05</roughness>
|
|
31
|
+
<boundary_conditions>
|
|
32
|
+
<boundary>
|
|
33
|
+
<BC>verticalflow</BC>
|
|
34
|
+
<file>GIS\Defence_BC.shp</file>
|
|
35
|
+
<value time_units="second" type="timevar">0 0
|
|
36
|
+
900 100
|
|
37
|
+
3600 0
|
|
38
|
+
</value>
|
|
39
|
+
</boundary>
|
|
40
|
+
</boundary_conditions>
|
|
41
|
+
<output_results>
|
|
42
|
+
<hazard_debris_factor_method>
|
|
43
|
+
<static factor="1.0" />
|
|
44
|
+
</hazard_debris_factor_method>
|
|
45
|
+
<output output_id="" format="SMS9">
|
|
46
|
+
<variables>Depth
|
|
47
|
+
Velocity
|
|
48
|
+
Elevation
|
|
49
|
+
Flow</variables>
|
|
50
|
+
<frequency>3600</frequency>
|
|
51
|
+
</output>
|
|
52
|
+
<massfile frequency="10">DefenceBreach_MB.csv</massfile>
|
|
53
|
+
</output_results>
|
|
54
|
+
</domain>
|
|
55
|
+
<advanced_options />
|
|
56
56
|
</ISIS2Dproject>
|
|
@@ -1,77 +1,77 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="yes"?>
|
|
2
|
-
<ISIS2Dproject xmlns="https://www.floodmodeller.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://www.floodmodeller.com http://schema.floodmodeller.com/4.0/2d.xsd" name="Domain 1 and 2 Tidal">
|
|
3
|
-
<link1d>
|
|
4
|
-
<link>GIS\Link1+2_QH.shp</link>
|
|
5
|
-
<ief>Domain1+2_QH.ief</ief>
|
|
6
|
-
<mb frequency="10">Domain1+2_QH_MB1D.csv</mb>
|
|
7
|
-
</link1d>
|
|
8
|
-
<logfile>Domain1+2_QH.log</logfile>
|
|
9
|
-
<!--content for domain 'Domain1 20m Q'-->
|
|
10
|
-
<domain domain_id="Domain1 20m Q">
|
|
11
|
-
<computational_area>
|
|
12
|
-
<xll>538000.000</xll>
|
|
13
|
-
<yll>177000.000</yll>
|
|
14
|
-
<dx>20</dx>
|
|
15
|
-
<nrows>200</nrows>
|
|
16
|
-
<ncols>300</ncols>
|
|
17
|
-
<active_area>GIS\Active_Area1.shp</active_area>
|
|
18
|
-
<rotation>0</rotation>
|
|
19
|
-
</computational_area>
|
|
20
|
-
<topography>GIS\5M_DTM_1.asc</topography>
|
|
21
|
-
<time>
|
|
22
|
-
<start_time>00:00:00</start_time>
|
|
23
|
-
<start_date>1/1/2000</start_date>
|
|
24
|
-
<total unit="second">43200</total>
|
|
25
|
-
</time>
|
|
26
|
-
<run_data>
|
|
27
|
-
<time_step> 2 </time_step>
|
|
28
|
-
<scheme>ADI</scheme>
|
|
29
|
-
</run_data>
|
|
30
|
-
<initial_conditions type="globalwaterlevel"> 0.0 </initial_conditions>
|
|
31
|
-
<roughness law="manning" type="global">0.05</roughness>
|
|
32
|
-
<output_results>
|
|
33
|
-
<output output_id="" format="SMS9">
|
|
34
|
-
<variables>Depth
|
|
35
|
-
Velocity
|
|
36
|
-
Elevation
|
|
37
|
-
Flow</variables>
|
|
38
|
-
<frequency>300</frequency>
|
|
39
|
-
</output>
|
|
40
|
-
<massfile frequency="10">Domain1+2_QH_2DMB_1.csv</massfile>
|
|
41
|
-
</output_results>
|
|
42
|
-
</domain>
|
|
43
|
-
<!--content for domain 'Domain2 50m H'-->
|
|
44
|
-
<domain domain_id="Domain2 50m H">
|
|
45
|
-
<computational_area>
|
|
46
|
-
<xll>539285.550811</xll>
|
|
47
|
-
<yll>179590.356602</yll>
|
|
48
|
-
<dx>50</dx>
|
|
49
|
-
<nrows>30</nrows>
|
|
50
|
-
<ncols>50</ncols>
|
|
51
|
-
<active_area>GIS\Active_Area2.shp</active_area>
|
|
52
|
-
<rotation>0</rotation>
|
|
53
|
-
</computational_area>
|
|
54
|
-
<topography>GIS\5M_DTM_2.asc</topography>
|
|
55
|
-
<time>
|
|
56
|
-
<start_time>00:00:00</start_time>
|
|
57
|
-
<start_date>1/1/2000</start_date>
|
|
58
|
-
<total unit="second">43200</total>
|
|
59
|
-
</time>
|
|
60
|
-
<run_data>
|
|
61
|
-
<time_step> 2 </time_step>
|
|
62
|
-
<scheme>ADI</scheme>
|
|
63
|
-
</run_data>
|
|
64
|
-
<initial_conditions type="globalwaterlevel"> 0.0 </initial_conditions>
|
|
65
|
-
<roughness law="manning" type="global">0.05</roughness>
|
|
66
|
-
<output_results>
|
|
67
|
-
<output output_id="" format="SMS9">
|
|
68
|
-
<variables>Depth
|
|
69
|
-
Velocity
|
|
70
|
-
Elevation
|
|
71
|
-
Flow</variables>
|
|
72
|
-
<frequency>300</frequency>
|
|
73
|
-
</output>
|
|
74
|
-
<massfile frequency="10">Domain1+2_QH_2DMB_2.csv</massfile>
|
|
75
|
-
</output_results>
|
|
76
|
-
</domain>
|
|
1
|
+
<?xml version="1.0" standalone="yes"?>
|
|
2
|
+
<ISIS2Dproject xmlns="https://www.floodmodeller.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://www.floodmodeller.com http://schema.floodmodeller.com/4.0/2d.xsd" name="Domain 1 and 2 Tidal">
|
|
3
|
+
<link1d>
|
|
4
|
+
<link>GIS\Link1+2_QH.shp</link>
|
|
5
|
+
<ief>Domain1+2_QH.ief</ief>
|
|
6
|
+
<mb frequency="10">Domain1+2_QH_MB1D.csv</mb>
|
|
7
|
+
</link1d>
|
|
8
|
+
<logfile>Domain1+2_QH.log</logfile>
|
|
9
|
+
<!--content for domain 'Domain1 20m Q'-->
|
|
10
|
+
<domain domain_id="Domain1 20m Q">
|
|
11
|
+
<computational_area>
|
|
12
|
+
<xll>538000.000</xll>
|
|
13
|
+
<yll>177000.000</yll>
|
|
14
|
+
<dx>20</dx>
|
|
15
|
+
<nrows>200</nrows>
|
|
16
|
+
<ncols>300</ncols>
|
|
17
|
+
<active_area>GIS\Active_Area1.shp</active_area>
|
|
18
|
+
<rotation>0</rotation>
|
|
19
|
+
</computational_area>
|
|
20
|
+
<topography>GIS\5M_DTM_1.asc</topography>
|
|
21
|
+
<time>
|
|
22
|
+
<start_time>00:00:00</start_time>
|
|
23
|
+
<start_date>1/1/2000</start_date>
|
|
24
|
+
<total unit="second">43200</total>
|
|
25
|
+
</time>
|
|
26
|
+
<run_data>
|
|
27
|
+
<time_step> 2 </time_step>
|
|
28
|
+
<scheme>ADI</scheme>
|
|
29
|
+
</run_data>
|
|
30
|
+
<initial_conditions type="globalwaterlevel"> 0.0 </initial_conditions>
|
|
31
|
+
<roughness law="manning" type="global">0.05</roughness>
|
|
32
|
+
<output_results>
|
|
33
|
+
<output output_id="" format="SMS9">
|
|
34
|
+
<variables>Depth
|
|
35
|
+
Velocity
|
|
36
|
+
Elevation
|
|
37
|
+
Flow</variables>
|
|
38
|
+
<frequency>300</frequency>
|
|
39
|
+
</output>
|
|
40
|
+
<massfile frequency="10">Domain1+2_QH_2DMB_1.csv</massfile>
|
|
41
|
+
</output_results>
|
|
42
|
+
</domain>
|
|
43
|
+
<!--content for domain 'Domain2 50m H'-->
|
|
44
|
+
<domain domain_id="Domain2 50m H">
|
|
45
|
+
<computational_area>
|
|
46
|
+
<xll>539285.550811</xll>
|
|
47
|
+
<yll>179590.356602</yll>
|
|
48
|
+
<dx>50</dx>
|
|
49
|
+
<nrows>30</nrows>
|
|
50
|
+
<ncols>50</ncols>
|
|
51
|
+
<active_area>GIS\Active_Area2.shp</active_area>
|
|
52
|
+
<rotation>0</rotation>
|
|
53
|
+
</computational_area>
|
|
54
|
+
<topography>GIS\5M_DTM_2.asc</topography>
|
|
55
|
+
<time>
|
|
56
|
+
<start_time>00:00:00</start_time>
|
|
57
|
+
<start_date>1/1/2000</start_date>
|
|
58
|
+
<total unit="second">43200</total>
|
|
59
|
+
</time>
|
|
60
|
+
<run_data>
|
|
61
|
+
<time_step> 2 </time_step>
|
|
62
|
+
<scheme>ADI</scheme>
|
|
63
|
+
</run_data>
|
|
64
|
+
<initial_conditions type="globalwaterlevel"> 0.0 </initial_conditions>
|
|
65
|
+
<roughness law="manning" type="global">0.05</roughness>
|
|
66
|
+
<output_results>
|
|
67
|
+
<output output_id="" format="SMS9">
|
|
68
|
+
<variables>Depth
|
|
69
|
+
Velocity
|
|
70
|
+
Elevation
|
|
71
|
+
Flow</variables>
|
|
72
|
+
<frequency>300</frequency>
|
|
73
|
+
</output>
|
|
74
|
+
<massfile frequency="10">Domain1+2_QH_2DMB_2.csv</massfile>
|
|
75
|
+
</output_results>
|
|
76
|
+
</domain>
|
|
77
77
|
</ISIS2Dproject>
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="yes"?>
|
|
2
|
-
<ISIS2Dproject xmlns="https://www.floodmodeller.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://www.floodmodeller.com http://schema.floodmodeller.com/4.0/2d.xsd" name="Domain 1 H Link">
|
|
3
|
-
<link1d>
|
|
4
|
-
<link>GIS\Link1_H.shp</link>
|
|
5
|
-
<ief>Domain1_H.ief</ief>
|
|
6
|
-
<mb>Domain1_H_MB1D.csv</mb>
|
|
7
|
-
</link1d>
|
|
8
|
-
<logfile>Domain1_H.log</logfile>
|
|
9
|
-
<!--content for domain 'Domain1 20m H'-->
|
|
10
|
-
<domain domain_id="Domain1 20m H">
|
|
11
|
-
<computational_area>
|
|
12
|
-
<xll>538010.0</xll>
|
|
13
|
-
<yll>177010.0</yll>
|
|
14
|
-
<dx>50</dx>
|
|
15
|
-
<nrows>80</nrows>
|
|
16
|
-
<ncols>120</ncols>
|
|
17
|
-
<active_area>GIS\Active_Area1.shp</active_area>
|
|
18
|
-
</computational_area>
|
|
19
|
-
<topography>GIS\5M_DTM_1.asc</topography>
|
|
20
|
-
<time>
|
|
21
|
-
<start_time>00:00:00</start_time>
|
|
22
|
-
<start_date>1/1/2000</start_date>
|
|
23
|
-
<total unit="hour">12.00</total>
|
|
24
|
-
</time>
|
|
25
|
-
<run_data>
|
|
26
|
-
<time_step> 10 </time_step>
|
|
27
|
-
<scheme>ADI</scheme>
|
|
28
|
-
</run_data>
|
|
29
|
-
<initial_conditions type="globalwaterlevel"> 0.0 </initial_conditions>
|
|
30
|
-
<roughness law="manning" type="global">0.05</roughness>
|
|
31
|
-
<output_results>
|
|
32
|
-
<output output_id="" format="SMS9">
|
|
33
|
-
<variables>Depth
|
|
34
|
-
Velocity
|
|
35
|
-
Elevation
|
|
36
|
-
Flow</variables>
|
|
37
|
-
<frequency>600</frequency>
|
|
38
|
-
</output>
|
|
39
|
-
<massfile frequency="10">Domain1_H_MB2D.csv</massfile>
|
|
40
|
-
</output_results>
|
|
41
|
-
</domain>
|
|
1
|
+
<?xml version="1.0" standalone="yes"?>
|
|
2
|
+
<ISIS2Dproject xmlns="https://www.floodmodeller.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://www.floodmodeller.com http://schema.floodmodeller.com/4.0/2d.xsd" name="Domain 1 H Link">
|
|
3
|
+
<link1d>
|
|
4
|
+
<link>GIS\Link1_H.shp</link>
|
|
5
|
+
<ief>Domain1_H.ief</ief>
|
|
6
|
+
<mb>Domain1_H_MB1D.csv</mb>
|
|
7
|
+
</link1d>
|
|
8
|
+
<logfile>Domain1_H.log</logfile>
|
|
9
|
+
<!--content for domain 'Domain1 20m H'-->
|
|
10
|
+
<domain domain_id="Domain1 20m H">
|
|
11
|
+
<computational_area>
|
|
12
|
+
<xll>538010.0</xll>
|
|
13
|
+
<yll>177010.0</yll>
|
|
14
|
+
<dx>50</dx>
|
|
15
|
+
<nrows>80</nrows>
|
|
16
|
+
<ncols>120</ncols>
|
|
17
|
+
<active_area>GIS\Active_Area1.shp</active_area>
|
|
18
|
+
</computational_area>
|
|
19
|
+
<topography>GIS\5M_DTM_1.asc</topography>
|
|
20
|
+
<time>
|
|
21
|
+
<start_time>00:00:00</start_time>
|
|
22
|
+
<start_date>1/1/2000</start_date>
|
|
23
|
+
<total unit="hour">12.00</total>
|
|
24
|
+
</time>
|
|
25
|
+
<run_data>
|
|
26
|
+
<time_step> 10 </time_step>
|
|
27
|
+
<scheme>ADI</scheme>
|
|
28
|
+
</run_data>
|
|
29
|
+
<initial_conditions type="globalwaterlevel"> 0.0 </initial_conditions>
|
|
30
|
+
<roughness law="manning" type="global">0.05</roughness>
|
|
31
|
+
<output_results>
|
|
32
|
+
<output output_id="" format="SMS9">
|
|
33
|
+
<variables>Depth
|
|
34
|
+
Velocity
|
|
35
|
+
Elevation
|
|
36
|
+
Flow</variables>
|
|
37
|
+
<frequency>600</frequency>
|
|
38
|
+
</output>
|
|
39
|
+
<massfile frequency="10">Domain1_H_MB2D.csv</massfile>
|
|
40
|
+
</output_results>
|
|
41
|
+
</domain>
|
|
42
42
|
</ISIS2Dproject>
|