SYS-File: Difference between revisions

From BlueM
Jump to navigation Jump to search
m (moved SYS-Datei to SYS-File)
m (category rename)
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Eingabedateien}}
{{Eingabedateien}}


<big>Systemlogik</big>
<big>System-logic, System-structure</big>


''siehe auch [[Modellierungstechnische Grundlagen|Theorie:Modellierungstechnische Grundlagen]]''
''more information in [[Modellierungstechnische Grundlagen|Theory: Modelling Basics for BlueM]]''


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


==Erläuterung==
==Explanations==
'''System'''
'''System'''
* A: Beschreibung des Elements
* A: Description of the Element
* B: eindeutige Kennung des Elements ''(Anfangsbuchstaben sind wie folgt definiert:)''
* B: Unique element ID ''(First letters are defined as follows:)''
**Urbanes Einzugsgebiet (FKA) : '''F'''
**Urban Catchment (FKA) : '''F'''
**Einzugsgebiet (EZG) : '''A'''
**Rural Catchment (EZG) : '''A'''
**Transportstrecke (TRS) : '''S'''
**Transport element (TRS) : '''S'''
**Regenüberlauf (RUE) : '''R'''
**Storm-water overflow (RUE) : '''R'''
**Regenüberlaufbecken (BEK) : '''B'''
**Storm-water overflow basin (BEK) : '''B'''
**Einzeleinleiter (EIN) : '''E'''
**Individual discharge point (EIN) : '''E'''
**Verzweigung (VER) : '''V'''
**Branching point (VER) : '''V'''
**Verbraucher (URB) : '''U'''
**Consumer (URB) : '''U'''
**Talsperre (TAL) : '''T'''
**Dam (TAL) : '''T'''
**Zielpegel (ZPG) = '''Z'''
**Target water gauge (ZPG) = '''Z'''
**Kontrollfunktion (KTR) : '''Y''' ''(werden nicht im Systemplan aufgeführt)''
**Control functions (KTR) : '''Y''' ''(will not be listed in the system-structure)''
'''Zulauf'''
'''Inflow'''
* C: Zulaufmöglichkeit 1 zum Element
* Each element can receive up to three inflows
* D: Zulaufmöglichkeit 2 zum Element
* C: Inflow 1
* E: Zulaufmöglichkeit 3 zum Element
* D: Inflow 2
* E: Inflow 3


'''Ablauf'''  
'''Outflow'''
* F: Ablaufmöglichkeit 1 aus dem Element
* Each element can pass its flow on up to three others 
* G: Ablaufmöglichkeit 2 aus dem Element
* F: Outflow 1
* H: Ablaufmöglichkeit 3 aus dem Element
* G: Outflow 2
* H: Outflow 3


'''Weitere'''
'''Others'''
* I: Berechnung und Ausgabe der Ganglinien in der [[WEL-Datei]]? [J/N]
* I: Calculation and output of the hydrographs in a [[WEL-Datei|WEL-File]]? [J/N] J = Yes, N = No
* J: Berechnung und Ausgabe der Bilanzierung in der [[BLZ-Datei]]? [J/N]
* J: Calculation and output of the balance in a [[BLZ-Datei|BLZ-File]]? [J/N]
* K - N: in BlueM nicht genutzt
* K: Optional Element description


[[Kategorie:BlueM Eingabedateien]]
==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.
 
[[Category:BlueM.Sim input files]]

Latest revision as of 03:21, 1 August 2021

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


System-logic, System-structure

more information in Theory: Modelling Basics for BlueM

File

*Systemlogik (*.SYS)
*===================
*
*|-------------------------------|----------------|----------------|---|---|
*|       S  y  s  t  e  m        |    Zulauf      |      Ablauf    |WEL|BIL|
*|    Beschreibung        |  Nr. |  1    2    3   |  1    2    3   |   |   |
*|<--------------------->-|-<-->-|-<-->-<-->-<-->-|-<-->-<-->-<-->-|-+-|-+-|
*|            A           |   B  |   C    D    E  |   F    G    H  | I | J | K
 | Einzeleinleiter        | E100 |                | T100           | J |   | Description 
 | Beispiel Speicher      | T100 | E100           | U100 S100      | J | J | Description 
 | Verbraucher            | U100 | T100           | SEND           | J | J | Description
 | Transportstrecke       | S100 | T100           | SEND           |   |   | Description
 | Transportstrecke Absch | SEND | S100 U100      | ZPG            |   |   | Description
 | ZIELPEGEL              | ZPG  | SEND           |                |   |   | Description
*|-------------------------------|----------------|----------------|---|---|

Explanations

System

  • A: Description of the Element
  • B: Unique element ID (First letters are defined as follows:)
    • Urban Catchment (FKA) : F
    • Rural Catchment (EZG) : A
    • Transport element (TRS) : S
    • Storm-water overflow (RUE) : R
    • Storm-water overflow basin (BEK) : B
    • Individual discharge point (EIN) : E
    • Branching point (VER) : V
    • Consumer (URB) : U
    • Dam (TAL) : T
    • Target water gauge (ZPG) = Z
    • Control functions (KTR) : Y (will not be listed in the system-structure)

Inflow

  • Each element can receive up to three inflows
  • C: Inflow 1
  • D: Inflow 2
  • E: Inflow 3

Outflow

  • Each element can pass its flow on up to three others
  • F: Outflow 1
  • G: Outflow 2
  • H: Outflow 3

Others

  • I: Calculation and output of the hydrographs in a WEL-File? [J/N] J = Yes, N = No
  • J: Calculation and output of the balance in a BLZ-File? [J/N]
  • K: Optional Element description

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.