FKT-File

From BlueM
(Redirected from FKT-Datei)
Jump to navigation Jump to search

BlueM_icon.png BlueM.Sim | Download | 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


Functions

File

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
*Funktionen (*.FKT)
*==================
*
*|------|------------------------ FUNKTIONSWERTE -----------------------|-------------|
*| Bez. |     Funktion        |   Fkt   |   h      X-Wert    Y-Wert     | Datum       |
*|      |                     | Nam  Art|  mNN       -         -        | TT.MM hh:mm |
*|-<-->-|<------------------->|-<->---+-|-<---->-<-------->-<------>----|-++.++-++:++-|
*|   A  |        B            |  C    D |    E         F        G       |      H      |
*|-<-->-|<------------------->|-<->---+-|-<---->-<-------->-<------>----|-++.++-++:++-|
 | T100 |Verdunstung          | ETP  6 |                0       0    | 01.01 00:00 |
 |      |                     |         |            0.005       1    |             |
 |      |                     |         |                1       1    |             |
*|      |<------------------->|-<->-----|-<---->-<-------->-<------>----|-++.++-++:++-|
 |      |Hochwasserentlastung | QH1  3*|                0       0    | 01.01 00:00 |
 |      |                     |         |        0.8178584       0    |             |
 |      |                     |         |        0.8289547    3.75    |             |
 |      |                     |         |       0.85669529 27.47999    |             |
 |      |                     |         |       0.88443589      65    |             |
 |      |                     |         |       0.91217649 107.6999    |             |
 |      |                     |         |       0.94154888 150.3999    |             |
 |      |                     |         |       0.97092134   193.1    |             |
 |      |                     |         |                1   235.8    |             |
*|      |                     |-<->---+-|-<---->-<-------->-<------>----|-++.++-++:++-|
 |      |                     | QH1  6 |                0       0    | 01.01 00:00 |
 |      |                     |         |            0.005       1    |             |
 |      |                     |         |                1       1    |             |
*|      |<------------------->|-<->-----|-<---->-<-------->-<------>----|-++.++-++:++-|
 |      |Hochwasserschutzraum | QS1  2*|                0       0    | 01.01 00:00 |
 |      |                     |         |       0.67099637       5    |             |
 |      |                     |         |                1       5    |             |
*|      |                     |         |-<---->-<-------->-<------>----|-++.++-++:++-|
 |      |                     |         |                0       0    | 01.06 00:00 |
 |      |                     |         |        0.7362684       5    |             |
 |      |                     |         |                1       5    |             |
*|      |                     |         |-<---->-<-------->-<------>----|-++.++-++:++-|
 |      |                     |         |                0       0    | 31.12 00:00 |
 |      |                     |         |       0.67099637       5    |             |
 |      |                     |         |                1       5    |             |
*|      |                     |-<->---+-|-<---->-<-------->-<------>----|-++.++-++:++-|
 |      |                     | QS1  6 |                0       0    | 01.01 00:00 |
 |      |                     |         |            0.005       1    |             |
 |      |                     |         |                1       1    |             |
*|------|---------------------|---------|-------------------------------|-------------|

Explanations

  • A: ID of the element belonging to / corresponding to the function
  • B: Description of the function
  • C: Unique ID for the function (for requirements regarding the first letter please visit MODFKT.FOR:)
1
2
3
4
5
6
7
8
c     Funktionstypen:  Variablenname: TYP, Character*1
c                      'S': Kennlinie (z.B. Speicherkennlinie Oberfl.=f(Vol))
c                      'O': Speicheroberflaechenfunktion - (z.B. Niederschlag auf den Speicher)
c                      'K': Steuerfunktion - konstant
c                      'Q': Steuerfunktion - variabel
c                      'G': Grenzfunktion
c                      'A': Kontrollfunktion - Aktueller Systemzustand (Q oder Vol)
c                      'B': Kontrollfunktion - Bilanz
  • D: Function type (an Asterisk * after the function-type causes BlueM to write the function to a file with a name in the form of T100QS1.FKT during the simulation)
  • E: Altitude
  • F: X-Value
  • G: Y-Value
  • H: Date [day.month hh:mm]