SYS-File: Difference between revisions

From BlueM
Jump to navigation Jump to search
(vereinfachte SYS-Datei (Bug 424))
(Übersetzung)
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|Theorie:Modellierungstechnische Grundlagen]]''


==Datei==
==File==
<bluem>
<bluem>
*Systemlogik (*.SYS)
*Systemlogik (*.SYS)
Line 24: Line 24:
</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: Distinctive identifier of the elements ''(First letters are defined as follows:)''
**Urbanes Einzugsgebiet (FKA) : '''F'''
**Urban Catchement (FKA) : '''F'''
**Einzugsgebiet (EZG) : '''A'''
**Catchment (EZG) : '''A'''
**Transportstrecke (TRS) : '''S'''
**Transport route (TRS) : '''S'''
**Regenüberlauf (RUE) : '''R'''
**Storm-water overflow (RUE) : '''R'''
**Regenüberlaufbecken (BEK) : '''B'''
**Storm-water overflow basin (BEK) : '''B'''
**Einzeleinleiter (EIN) : '''E'''
**Single 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 gage (ZPG) = '''Z'''
**Kontrollfunktion (KTR) : '''Y''' ''(werden nicht im Systemplan aufgeführt)''
**Control funtions (KTR) : '''Y''' ''(will not be listet in the system-plan)''
'''Zulauf'''
'''Inflow'''
* C: Zulaufmöglichkeit 1 zum Element
* C: Inflow possibility 1 to the element
* D: Zulaufmöglichkeit 2 zum Element
* D: Inflow possibility 2 to the element
* E: Zulaufmöglichkeit 3 zum Element
* E: Inflow possibility 3 to the element


'''Ablauf'''  
'''Outflow'''  
* F: Ablaufmöglichkeit 1 aus dem Element
* F: Outflow possibility 1 out of the element
* G: Ablaufmöglichkeit 2 aus dem Element
* G: Outflow possibility 2 out of the element
* H: Ablaufmöglichkeit 3 aus dem Element
* H: Outflow possibility 3 out of the element


'''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]]? [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]]? [J/N]
* K: Optional Element description
* K: Optional Element description



Revision as of 02:47, 21 December 2012

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 Theorie:Modellierungstechnische Grundlagen

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: Distinctive identifier of the elements (First letters are defined as follows:)
    • Urban Catchement (FKA) : F
    • Catchment (EZG) : A
    • Transport route (TRS) : S
    • Storm-water overflow (RUE) : R
    • Storm-water overflow basin (BEK) : B
    • Single discharge point (EIN) : E
    • Branching point (VER) : V
    • Consumer (URB) : U
    • Dam (TAL) : T
    • Target water gage (ZPG) = Z
    • Control funtions (KTR) : Y (will not be listet in the system-plan)

Inflow

  • C: Inflow possibility 1 to the element
  • D: Inflow possibility 2 to the element
  • E: Inflow possibility 3 to the element

Outflow

  • F: Outflow possibility 1 out of the element
  • G: Outflow possibility 2 out of the element
  • H: Outflow possibility 3 out of the element

Others

  • I: Calculation and output of the hydrographs in a WEL-Datei? [J/N] J = Yes, N = No
  • J: Calculation and output of the balance in a BLZ-Datei? [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.