InfoWorks ICM to TUFLOW: Difference between revisions
Content deleted Content added
Tuflowduncan (talk | contribs) No edit summary |
Tuflowduncan (talk | contribs) |
||
Line 146:
=Exporting Real Time Control=
Operational Control is referred to as Real Time Control (RTC) in InfoWorks. The ruby script above will export the RTC as a text file called [Network_Name]_ICM_RTC.txt which can be used as the basis to generate the TUFLOW Operational Control file. The RTC is made up of the object that is being controlled, the defined ranges in which the structure operates and the desired operation. For example in the below example, the sluice gate, Storm1_Chamber.1, will be set to an 'On' position of 0.2m if the height above datum at FORAST_CSO is below 32.3m AD and will be set to an 'Off' position of 0m if the water level is above 32.3m AD.
[[File:RTC.PNG]]
Line 152:
This can be written using TUFLOW Operation Control rules as
<font color="blue"><tt>Define Sluice </tt></font> <font color="red"><tt>==</tt></font> Storm1_Chamber.1
WSE </tt></font> <font color="red"><tt>==</tt></font> H1D FORAST_CSO
<font color="blue"><tt>If</tt></font> WSE<32.3
Gate Opening </tt></font> <font color="red"><tt>==</tt></font>0.2
<font color="blue"><tt>Else</tt></font>
Gate Opening </tt></font> <font color="red"><tt>==</tt></font>0
<font color="blue"><tt>End if</tt></font>
=Exporting Boundary Conditions=
| |||