SYS-File: Difference between revisions

From BlueM
Jump to navigation Jump to search
m (moved SYS-Datei to SYS-File)
No edit summary
Line 53: Line 53:
* J: Berechnung und Ausgabe der Bilanzierung in der [[BLZ-Datei]]? [J/N]
* J: Berechnung und Ausgabe der Bilanzierung in der [[BLZ-Datei]]? [J/N]
* K - N: in BlueM nicht genutzt
* K - N: in BlueM nicht genutzt
==BlueM.Sim-Quality==
* The system element "ZIELPEGEL (ZPG)" has to be the '''last''' element in the sys-file. <br /> Reason: BlueM.Sim-Quality assumes an identical array identifier for both "ElemCont" and "ISYS" and the LaPipe-Array, which does not hold if the ZIELPEGEL is not at the end of the sys-file, because it is included in the array ISYS but not in ElemCont.


[[Kategorie:BlueM Eingabedateien]]
[[Kategorie:BlueM Eingabedateien]]

Revision as of 04:49, 5 June 2009

BlueM_icon.png BlueM.Sim | Downloads | Application | Theory | Development

Input files · ALL SYS · FKT KTR · EXT JGG WGG TGG · TAL HYA TRS EIN URB VER RUE BEK EZG FKA · BOA BOD LNZ EFL · DIF


Systemlogik

siehe auch Theorie:Modellierungstechnische Grundlagen

Datei

*Systemlogik (*.SYS)
*===================
*
*|-------------------------------|----------------|----------------|---|---|-------|-------|-|-|
*|       S  y  s  t  e  m        |    Zulauf      |      Ablauf    |WEL|BIL|   X   |   Y   |O|S|
*|    Beschreibung        |  Nr. |  1    2    3   |  1    2    3   |   |   |       |       | | |
*|<--------------------->-|-<-->-|-<-->-<-->-<-->-|-<-->-<-->-<-->-|-+-|-+-|<----->|<----->|+|+|
*|            A           |   B  |   C    D    E  |   F    G    H  | I | J |    K  |   L   |M|N|
 | Einzeleinleiter        | E100 |                | T100           | J |   | 2500.0| 1500.0|1|0|
 | Beispiel Speicher      | T100 | E100           | U100 S100      | J | J | 2500.0| 2500.0|1|0|
 | Verbraucher            | U100 | T100           | SEND           | J | J | 2000.0| 4000.0|1|0|
 | Transportstrecke       | S100 | T100           | SEND           |   |   | 3000.0| 4000.0|1|0|
 | Transportstrecke Absch | SEND | S100 U100      | ZPG            |   |   | 2500.0| 5000.0|1|0|
 | ZIELPEGEL              | ZPG  | SEND           |                |   |   | 2500.0| 6000.0|1|0|
*|-------------------------------|----------------|----------------|---|---|-------|-------|-|-|

Erläuterung

System

  • A: Beschreibung des Elements
  • B: eindeutige Kennung des Elements (Anfangsbuchstaben sind wie folgt definiert:)
    • Urbanes Einzugsgebiet (FKA) : F
    • Einzugsgebiet (EZG) : A
    • Transportstrecke (TRS) : S
    • Regenüberlauf (RUE) : R
    • Regenüberlaufbecken (BEK) : B
    • Einzeleinleiter (EIN) : E
    • Verzweigung (VER) : V
    • Verbraucher (URB) : U
    • Talsperre (TAL) : T
    • Zielpegel (ZPG) = Z
    • Kontrollfunktion (KTR) : Y (werden nicht im Systemplan aufgeführt)

Zulauf

  • C: Zulaufmöglichkeit 1 zum Element
  • D: Zulaufmöglichkeit 2 zum Element
  • E: Zulaufmöglichkeit 3 zum Element

Ablauf

  • F: Ablaufmöglichkeit 1 aus dem Element
  • G: Ablaufmöglichkeit 2 aus dem Element
  • H: Ablaufmöglichkeit 3 aus dem Element

Weitere

  • I: Berechnung und Ausgabe der Ganglinien in der WEL-Datei? [J/N]
  • J: Berechnung und Ausgabe der Bilanzierung in der BLZ-Datei? [J/N]
  • K - N: in BlueM nicht genutzt

BlueM.Sim-Quality

  • The system element "ZIELPEGEL (ZPG)" has to be the last element in the sys-file.
    Reason: BlueM.Sim-Quality assumes an identical array identifier for both "ElemCont" and "ISYS" and the LaPipe-Array, which does not hold if the ZIELPEGEL is not at the end of the sys-file, because it is included in the array ISYS but not in ElemCont.