Database Description PDF
Database Description PDF
5
Database Description
Construction and Semantics of the PSS SINCAL Data Model
Published by
Siemens AG
Smart Infrastructure
Digital Grid
Freyeslebenstraße 1
91058 Erlangen, Germany
SIEMENS PSS SINCAL Database Description
Preface
Preface
The PSS SINCAL System Manual contains a general description for using the application.
The technical manuals for electrical networks contain detailed descriptions of the various
calculation methods for electrical networks - such as load flow, or short circuit calculations - and
their input data.
The technical manuals for pipe networks contain detailed descriptions of the various calculation
methods for pipe networks - water, gas and heating/cooling - and their input data.
The database description contains a complete description of the data models for electrical and
pipe networks.
Copyright
This manual and all the information and illustrations contained in it are copyrighted.
SIEMENS retains all rights, in particular the right to publish, translate, reprint, photocopy, make
microcopies or electronically store in a database.
Previously expressed written permission from SIEMENS is required for any reproduction or use
beyond the limits specified by copyright law.
Warranty
Even though our manuals are thoroughly checked for errors, no liability can be taken for errors
found or any resulting problems or difficulties. Modifications are frequently made to the text and the
software as a part of our routine updates.
2.1 Topology 11
2.2 Elements 15
2.2.1 General Supplementary Data 70
2.2.2 Supplementary Data for Elements 90
2.2.3 Standard Types 110
2.2.4 Fault Definitions 125
2.2.5 Contingency Analysis 131
2.2.6 Protection 132
2.2.7 Dynamics 179
2.2.8 Reliability 185
2.2.9 Substations and Routes 199
2.3 Universal Protection Database (PSS PDMS) 203
2.4 Results 212
2.4.1 Tools 212
2.4.2 Load Flow 213
2.4.3 Harmonics and Ripple Control 232
2.4.4 Multiple Faults 238
2.4.5 Short Circuit 256
2.4.6 Optimizations 273
2.4.7 Reliability 275
2.4.8 Economic Efficiency 279
April 2019
PSS SINCAL Database Description SIEMENS
Table of Contents
April 2019
SIEMENS PSS SINCAL Database Description
Introduction to Database Description
PSS SINCAL's database description details the entire PSS SINCAL Data Model. It describes the
construction and semantics of the PSS SINCAL Data Model and includes tables of relations and
their attributes.
Key
Most of the tables in the PSS SINCAL Data Model have primary keys to uniquely identify the data.
The primary key in a table contains the name of the table and has the ending "_ID".
References in the PSS SINCAL Data Model have a secondary key. It includes the name of the
reference table and has the ending "_ID".
April 2019 7
PSS SINCAL Database Description SIEMENS
Introduction to Database Description
Note: PSS SINCAL uses special algorithms for the management of the key fields. Therefore it is
important to ensure that the IDs are generated ascending starting with the smallest possible ID (1).
Gaps in the IDs are easily possible, but it should be avoided to store very large numbers, because
otherwise problems with PSS SINCAL GUI functions and variant management have to be
expected. Also the direct storage of unique GIS IDs in the primary key fields is not allowed. For this
purpose, the special MasterResource mapping table is available.
Table Names
Appropriate English terms were selected as table names. PSS SINCAL uses upper- and lower-
case letters to improve legibility.
Essentially, the names of tables differentiate among input data, graphic data, and results.
● Line
● TwoWindingTransformer
● etc.
● GraphicElement
● GraphicLayer
● etc.
The tables for output data begin with an abbreviation for the calculation method and end with
"Result":
● LFNodeResult
● SC1BranchResult
● etc.
Attribute Names
● Whenever possible, attribute names are the same as the corresponding formula sign.
● Attribute names are kept as language-neutral as possible or English terms are used.
● Attribute names are both unique and case-sensitive.
● Numbers replace superscripts and commas (e.g. ' > 1 “ > 2).
● Underscoring ("_") is used as a placement marker for slashes and to connect expressions.
● External and primary keys end with "_ID" (e.g. Element_ID Variant_ID)
To simplify the PSS SINCAL Data Model, element tables show the data for the various
PSS SINCAL calculation methods.
8 April 2019
SIEMENS PSS SINCAL Database Description
Introduction to Database Description
For example, line elements have data for the load flow calculations, short circuit calculations,
harmonics calculations, etc.
Element attributes are separated into categories. This means that, although data supply summary
information in a shared table, data can be selected for a specific calculation method or the present
state of the data can be seen.
Network Element (Element) tables have a "Flag_Input" attribute that stores the current state of the
data input for each category. Flags show what data have or have not been entered. Flags for
different categories can be created with the help of the bit-wise OR-operator.
Electrical Networks
Pipe Networks
April 2019 9
PSS SINCAL Database Description SIEMENS
Introduction to Database Description
GraphicNode Node
NetworkZone
NetworkGroup
GraphicTerminal Terminal VoltageLevel
GraphicElement Element
In the center of the describing data there is the Element table. With this table and the tables
connected to it node elements and branch elements are defined. The individual network elements
are detailed described by additional tables with a 1:1 relationship. In the illustration above these are
the Line and the Load table.
The Node table describes the basic network topology. Node elements and branch elements are
connected to the node with the help of the Terminal table. This is used to construct the entire
network topology.
Special Graphics tables describe the graphic structure of the network. The graphic attributes are
assigned to the basic topology tables Node, Terminal and Element.
10 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
The categories of tables for the PSS SINCAL Electrical Data Model are:
● Topology
● Elements
● Supplementary Data
● Universal Protection Device Database (PSS PDMS)
● Results
Table Descriptions have an attribute name, data type (text has text length) and description.
2.1 Topology
Topology describes the network structure. Nodes are the fixing points in the network. Terminal links
nodes to network elements.
Node (Node)
April 2019 11
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
12 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
April 2019 13
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
Terminal (Terminal)
14 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
2.2 Elements
PSS SINCAL elements simulate equipment found in the real network. PSS SINCAL uses element
data in the calculations.
April 2019 15
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
16 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
April 2019 17
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
18 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
April 2019 19
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
20 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
Infeeder (Infeeder)
April 2019 21
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
22 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
April 2019 23
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
Control Range
MasterElm_ID Long Integer Master 0 Secondary Key – Master Element Controlling
Node_ID Long Integer 0 Secondary Key – Controlled Node
u_node Double vctrl % 0 Controlled Voltage at Controlled Node
Kr Double Kr MW/Hz 0 Power Frequency Characteristics
Power Control
Flag_Pctrl Integer 0 Type of Controlling
0: None
1: Voltage – P
Qctrl_U_P_ID Long Integer Voltage Active Power Characteristics
Flag_Qctrl Integer 0 Type of Controlling
0: None
1: Voltage – cosφ
2: Active power – cosφ
3: Voltage – Q
4: Active power – Q
Qctrl_PF_U_ID Long Integer Secondary Key – Voltage/Power Factor
Characteristics
Qctrl_PF_P_ID Long Integer Secondary Key – Active Power/Power Factor
Characteristics
Qctrl_P_Q_ID Long Integer 0 Secondary Key – Active/Reactive Power
Characteristics
Qctrl_U_Q_ID Long Integer Secondary Key – Voltage/Reactive Power
Characteristics
Qctrl_Pmax Double Pmax pu 0,85 Maximal Active Power for Reactive Power
Controlling
Qctrl_Pmin Double Pmin pu 0 Minimal Active Power for Reactive Power
Controlling
Qctrl_PF_Pmax Double cosφ1 1 0,95 Power Factor at Maximum Active Power for
Reactive Power Controlling
Qctrl_PF_Pmin Double cosφ2 1 0 Power Factor at Minimum Active Power for
Reactive Power Controlling
Qctrl_Qmax Double Qmax pu 0,25 Maximum Reactive Power
Qctrl_Qmin Double Qmin pu 0,25 Minimum Reactive Power
Qctrl_cosphi Double cosφL 1 0,95 Inductive Power Factor for Reactive Power
Controlling
Qctrl_cosphi_c Double cosφC 1 -0,95 Capacitive Power Factor for Reactive Power
Controlling
Qctrl_U1 Double v1 % 103 Inductive Start Voltage for Reactive Power
Controlling
Qctrl_U1_c Double v1c % 97 Capacitive Start Voltage for Reactive Power
Controlling
Qctrl_U2 Double v2 % 108 Inductive End Voltage for Reactive Power
Controlling
Qctrl_U2_c Double v2c % 92 Capacitive End Voltage for Reactive Power
Controlling
Dynamics
Flag_Macro Integer OP Model Type 0 Type of Operating State Model
0: None
1: Controller
2: Equivalent circuit
3: BOSL model
4: Diakoptics
Macro_ID Long Integer OP Model 0 Secondary Key – Operating State Model
24 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
Harmonics
Flag_Har Integer 1 State – Harmonics
0: Pre-defined dependency
1: Quality – R constant
2: Quality – X/R constant
3: Impedance characteristics
4: CIGRE model – A
5: CIGRE model – B
9: Infinite
qr Double qr 1 1 Quality – R Constant
ql Double ql 1 0 Quality – X/R Constant
HarImp_ID Long Integer 0 Secondary Key – Impedance Characteristics
HarVolt_ID Long Integer 0 Secondary Key – Voltage Source
HarCur_ID Long Integer 0 Secondary Key – Current Source
Reliability
Flag_Reliability Integer Rel. Data 0 Individual Reliability Data
0: No
1: Yes
SupplyType_ID Long Integer Supply Type 0 Secondary Key – Supply Type Reliability
Flag_ZU Integer Switching 0 Possibility to Switch-On
0: No
1: Yes
Flag_ZUP Integer Pri. Switching 3 Switching Priority
1: High
2: Medium
3: Normal
4: Small
5: Low
T_ZU Double tsw h 0 Time to Switch-On
Flag_ShdU Integer 0 Shedding due to Voltage
0: No
1: Yes
Flag_ShdP Integer 0 Shedding due to Power Limits
0: No
1: Yes
tShd Double tsh s 0 Shedding Time
DC Infeeder (DCInfeeder)
April 2019 25
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
Operating State
Flag_Lf Integer DC Input 1 DC Input
1: P and Q
2: P and cosφ
3: Inverter
4: P and |v|
5: P and |V|
DC_power Double Pdc kW 0 Installed DC Power
fDC_power Double fPdc 1 1 Factor Installed DC Power
IslandOp Integer 0 Island Operation
0: No
1: Yes
P Double P MW 0 Active Power
Q Double Q Mvar 0 Reactive Power
cosphi Double cosφ 1 0 Power Factor
u Double v % 0 DC Infeeder AC Voltage Percentage
Udc Double V kV 0 DC Infeeder AC Voltage Absolute
Mpl_ID Long Integer Mpl 0 Secondary Key – Manipulation
fP Double fP 1 1 Multiplication Factor – Active Power
fQ Double fQ 1 1 Multiplication Factor – Reactive Power
DC_losses Double pldc % 15 Losses until Inverter
Eta_Inverter Double η % 97 Efficiency – Inverter
Umin_Inverter Double Vmin % 80 Minimum Voltage – Inverter
Umax_Inverter Double Vmax % 110 Maximum Voltage – Inverter
t_off Double toff s 0,01 Switch Off Time
Q_Inverter Double q % 2 Reactive Power Demand – Inverter
Ur_Inverter Double Vn kV 0,4 Rated Voltage – Inverter
Ctrl_power Double Pctrl W 0 Controller Power
Operating Points
DayOpSer_ID Long Integer Profile 1 0 Secondary Key – Profile 1
YearOpSer_ID Long Integer Profile 2 0 Secondary Key – Profile 2
WeekOpSer_ID Long Integer OP 0 Secondary Key – Operating Points
Storage
EnergyStorage_ID Long Integer Storage 0 Secondary Key – Energy Storage
Transformer
Flag_Connect Integer Conn. 1 Type of Connecting
1: Directly
2: Transformer
Tr_UrNet Double VnN kV 0,4 Rated Voltage Netside – Transformer
Tr_Sr Double Sn kVA 25 Rated Apparent Power – Transformer
Tr_uk Double vsc % 10 Reference Short Circuit Voltage – Transformer
Tr_rx Double R/X pu 0 Ratio R/X – Transformer
Short Circuit
Flag_PhiSC Integer 0 Additional Short Circuit Data
0: No
1: Yes
PhiSC Double φsc ° Angle Short Circuit Current
fSC Double fSc 1 1 Factor Short Circuit
Converter
Flag_Converter Integer 0 Converter Data Active
0: No
1: Yes
IskPF Double IskPF kA 0 Maximum Source Current at 3-Phase Fault
from Manufacturer
26 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
April 2019 27
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
Line (Line)
28 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
April 2019 29
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
Load (Load)
30 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
April 2019 31
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
32 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
April 2019 33
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
Generator Unit
Flag_Machine Integer Type 1 Type of Machine
1: Turbo generator
2: Hydro gen. (amort.)
3: Hydro generator
4: Condenser
5: Non-interc. equiv.
6: Power station equiv.
7: Trans. system equiv.
8: Dist. system equiv.
9: Wind machine
10: Nuclear generator
11: Solar generator
12: Thermal generator
Sn Double Sn MVA 1000 Rated Apparent Power
Un Double Vn kV 0 Rated Voltage
R_X Double R/X pu 0,1 Ratio R/X – Positive-Phase Sequence
xd2 Double xd" % 20 Subtransient Reactance
xi Double xi % 0 Internal Reactance
UGmax Double vGmax % 100 Maximum Generator Voltage
UnG Double VnG kV 0 Rated Voltage Generator
cosphin Double cosφn 1 0,9 Rated Power Factor
Ikp Double Ikp kA 0 Sustained Short Circuit Current of Compound
Machines
xd1sat Double xd'sat % 0 Saturated Transient Reactance
Transformer Unit
Un2 Double VnT2 kV 0 Rated Voltage Transformer – Network Side
Un1 Double VnT1 kV 0 Rated Voltage Transformer – Generator Side
Snt Double SnT MVA 0 Rated Apparent Power Transformer
Smax Double Smax MVA 0 Full Load Power
VecGrp Integer VecGrp 1 Vector Group
1: DD0, 2: DZ0, 3: DZN0, 4: YNY0, 5: YNYN0,
6: YY0, 7: YYN0, 8: ZD0, 9: ZND0, 10: DYN1,
11: DZ1, 12: DZN1, 13: YD1, 14: YND1,
15: YNZN1, 16: YZ1, 17: YZN1, 18: ZD1,
19: ZND1, 20: ZNYN1, 21: ZY1, 22: ZYN1,
23: DY5, 24: DYN5, 25: YD5, 26: YND5,
27: YNZ5, 28: YNZN5, 29: YZ5, 30: YZN5,
31: ZNY5, 32: ZNYN5, 33: ZY5, 34: ZYN5,
35: DD6, 36: DZ6, 37: DZN6, 38: YNY6,
39: YNYN6, 40: YY6, 41: YYN6, 42: ZD6,
43: ZND6, 44: DY7, 45: DYN7, 46: DZ7,
47: DZN7, 48: YD7, 49: YND7, 50: YNZN7,
51: YZ7, 52: YZN7, 53: ZD7, 54: ZND7,
55: ZNYN7, 56: ZY7, 57: ZYN7, 58: DY11,
59: DYN11, 60: YD11, 61: YND11, 62: YNZ11,
63: YNZN11, 64: YZ11, 65: YZN11, 66: ZNY11,
67: ZNYN11, 68: ZY11, 69: ZYN11
uk Double vsc % 8 Reference Short Circuit Voltage
ur Double vr % 0 Short Circuit Voltage – Ohmic Part
Vfe Double Vfe kW 0 Iron Losses
pG Double i0 % 1 No Load Current
34 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
Operating State
Flag_Lf Integer LF Type 2 Load Flow Type
1: |I| and φ
2: P and Q
3: |vsrc| and δ
4: |S| and cosφ
5: P and |vterm|
6: |Vsrc| and δ
7: P and |Vterm|
8: |vterm|and δ
9: |vterm| and δ
10: P and cosφ
11: P and |vsrc|
12: P and |Vsrc|
13: P and |vterm|= f(Q)
14: P and |Vterm|= f(Q)
Mpl_ID Long Integer Mpl 0 Secondary Key – Manipulation
Start_P Double Pst MW 0 Initial Value Active Power
Start_Q Double Qst Mvar 0 Initial Value Reactive Power
phi Double φ ° 0 Phase Angle
I Double I kA 0 Basic Current Source
P Double P MW 0 Active Power
Q Double Q Mvar 0 Reactive Power
delta Double δ ° 0 Voltage Angle
Ug Double V kV 0 Generator Voltage Absolute
S Double S MVA 0 Apparent Power
cosphi Double cosφ 1 1 Power Factor
u Double v % 100 Generator Voltage Percentage
fI Double fI 1 1 Multiplication Factor – Operating Current
fP Double fP 1 1 Multiplication Factor – Active Power
fQ Double fQ 1 1 Multiplication Factor – Reactive Power
fS Double fS 1 1 Multiplication Factor – Apparent Power
Operating Points
DayOpSer_ID Long Integer Profile 1 0 Secondary Key – Profile 1
YearOpSer_ID Long Integer Profile 2 0 Secondary Key – Profile 2
WeekOpSer_ID Long Integer OP 0 Secondary Key – Operating Points
IncrSer_ID Long Integer Incr. Series 0 Secondary Key – Increase Series
Zero-Phase Sequence
Flag_Z0_Input Integer 1 Zero-Phase Sequence Input Data
1: Z0/Z1 and R0/X0
2: R0 and X0
Z0_Z1 Double Z0/Z1 pu 0 Ratio Zero-Phase to Positive-Phase Sequence
Impedance
R0_X0 Double R0/X0 pu 0 Ratio R/X – Zero-Phase Sequence
R0 Double R0 Ohm 0 Resistance – Zero-Phase Sequence
X0 Double X0 Ohm 0 Reactance – Zero-Phase Sequence
Stp_ID Long Integer 0 Secondary Key – Neutral Point Impedance
Negative-Phase Sequence
X22 Double x2" % 0 Saturated Reactance – Negative-Phase
Sequence
R2_X2 Double R2/X2 pu 0 Ratio R/X – Negative-Phase Sequence
Converter
Flag_Converter Integer 0 Converter Data Active
0: No
1: Yes
April 2019 35
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
36 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
April 2019 37
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
38 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
April 2019 39
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
40 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
Harmonics
Flag_Har Integer 1 State – Harmonics
0: Pre-defined dependency
1: Quality – R constant
2: Quality – X/R constant
3: Impedance characteristics
qr Double qr 1 1 Quality – R Constant
ql Double ql 1 0 Quality – X/R Constant
HarIMp_ID Long Integer 0 Secondary Key – Impedance Characteristics
April 2019 41
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
Generic-Element (GenericElement)
42 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
April 2019 43
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
44 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
April 2019 45
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
46 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
April 2019 47
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
Harmonics
Flag_Har Integer 1 State – Harmonics
0: Pre-defined dependency
1: Quality – R constant
2: Quality – X/R constant
3: Impedance characteristics
4: CIGRE model – A
5: CIGRE model – B
9: Infinite
qr Double qr 1 1 Quality – R Constant
ql Double ql 1 0 Quality – X/R Constant
HarImp_ID Long Integer 0 Secondary Key – Impedance Characteristics
HarCur_ID Long Integer 0 Secondary Key – Current Source
HarVolt_ID Long Integer 0 Secondary Key – Voltage Source
Reliability
Flag_Reliability Integer Rel. Data 0 Individual Reliability Data
0: No
1: Yes
SupplyType_ID Long Integer Supply Type 0 Secondary Key – Supply Type
Flag_ZU Integer Switch-On 0 Possibility to Switch-On
0: No
1: Yes
Flag_ZUP Integer Pri. Switch 3 Switching Priority
1: High
2: Medium
3: Normal
4: Small
5: Low
T_ZU Double tsw h 0 Time to Switch-On
48 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
April 2019 49
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
Harmonics
Flag_Har Integer 1 State – Harmonics
0: Pre-defined dependency
1: Quality – R constant (serial)
2: Quality – X/R constant (serial)
3: Impedance characteristics
4: Quality – X/R constant (parallel)
5: CIGRE
6: Quality – R constant (parallel)
9: Infinite
qr Double qr 1 1 Quality – R Constant
ql Double ql 1 0 Quality – X/R Constant
HarImp_ID Long Integer 0 Secondary Key – Impedance Characteristics
HarVolt_ID Long Integer 0 Secondary Key – Voltage Source
HarCur_ID Long Integer 0 Secondary Key – Current Source
50 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
Operating State
Flag_Lf Integer LF Type 3 Load Flow Type
1: |I| and φ
2: P and Q
3: |vsrc| and δ
4: |S| and cosφ
5: |Vsrc| and δ
6: P and |vterm|
7: P and |Vterm|
8: |vterm| and δ
9: |Vterm| and δ
10: P and cosφ
11: P and |vsrc|
12: P and |Vsrc|
13: P and |vterm|= f(Q)
14: P and |Vterm|= f(Q)
Start_P Double Pst MW 0 Initial Value Active Power
Start_Q Double Qst Mvar 0 Initial Value Reactive Power
I Double I kA 0 Basic Current Source
phi Double φ ° 0 Phase Angle
P Double P MW 0 Active Power
Q Double Q Mvar 0 Reactive Power
delta Double δ ° 0 Voltage Angle
u Double v % 100 Generator Voltage Percentage
S Double S MVA 0 Apparent Power
cosphi Double cosφ 1 1 Power Factor
Ug Double V kV 0 Generator Voltage Absolute
fI Double fI 1 1 Multiplication Factor – Operating Current
fP Double fP 1 1 Multiplication Factor – Active Power
fQ Double fQ 1 1 Multiplication Factor – Reactive Power
fS Double fS 1 1 Multiplication Factor – Apparent Power
Mpl_ID Long Integer Mpl 0 Secondary Key – Manipulation
Storage
EnergyStorage_ID Long Integer Storage 0 Secondary Key – Energy Storage
Operating Points
DayOpSer_ID Long Integer Profile 1 0 Secondary Key – Profile 1
YearOpSer_ID Long Integer Profile 2 0 Secondary Key – Profile 2
WeekOpSer_ID Long Integer OP 0 Secondary Key – Operating Points
IncrSer_ID Long Integer Incr. Series 0 Secondary Key – Increase Series
Zero-Phase Sequence
Flag_Z0_Input Integer 1 Zero-Phase Sequence Input Data
1: Z0/Z1 and R0/X0
2: R0 and X0
3: Z0 identical Z1
Flag_Z0 Integer 0 Grounding
0: Not grounded
1: Fixed grounded
2: Grounded w. impedances
Z0_Z1 Double Z0/Z1 pu 0 Ratio Zero-Phase to Positive-Phase Sequence
Impedance
R0_X0 Double R0/X0 pu 0 Ratio R/X – Zero-Phase Sequence
R0 Double R0 Ohm 0 Resistance – Zero-Phase Sequence
X0 Double X0 Ohm 0 Reactance – Zero-Phase Sequence
Stp_ID Long Integer 0 Secondary Key – Neutral Point Impedance
Negative-Phase Sequence
X22 Double x2" % 22 Saturated Reactance – Negative-Phase
Sequence
April 2019 51
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
52 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
April 2019 53
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
54 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
April 2019 55
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
56 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
April 2019 57
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
58 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
April 2019 59
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
60 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
April 2019 61
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
Overload_ID Long Integer Overl. Type 0 Secondary Key – Overload Capacity Type
V_S Double Ipick/Ith pu 0 Overload Factor Ien/Ith
Flag_ZU Integer Switch-On 0 Possibility to Switch-On
0: No
1: Yes
Flag_ZUP Integer Pri. Switch 3 Switching Priority
1: High
2: Medium
3: Normal
4: Small
5: Low
T_ZU Double tsw h 0 Time to Switch-On
Protection
Flag_Inrush Integer 0 State – Inrush
0: No data
1: Current and time
2: Characteristics
U_inrush Double Vinr kV 0 Inrush Voltage
I_inrush Double Iinr kA 0,1 Inrush Current
t_inrush Double tinr s 0,05 Inrush Time
InCur_ID Long Integer It Char. 0 Secondary Key – Current/Time Characteristics
Flag_Damage Integer 1 Display Information Damage Curve
1: Normal
2: Reduced DD
3: Reduced DY
62 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
April 2019 63
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
64 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
Harmonics
Flag_Har Integer 1 State – Harmonics
0: Pre-defined dependency
1: Quality – R constant
2: Quality – X/R constant
3: Impedance characteristics
4: CIGRE model – A
5: CIGRE model – B
qr Double qr 1 1 Quality – R Constant
ql Double ql 1 0 Quality – X/R Constant
HarImp_ID Long Integer 0 Secondary Key – Impedance Characteristics
Dynamics
Flag_Macro Integer OP Model Type 0 Type of Operating State Model
0: None
1: Controller
2: Equivalent circuit
3: BOSL model
4: Diakoptics
Macro_ID Long Integer OP Model 0 Secondary Key – Operating State Model
SatChar_ID Long Integer Sat 0 Secondary Key – Saturation
ResFlux1 Double Φ1 pu 0 Residual Flux Phase L1
ResFlux2 Double Φ2 pu 0 Residual Flux Phase L2
ResFlux3 Double Φ3 pu 0 Residual Flux Phase L3
Reliability
Flag_Reliability Integer Rel. Data 0 Individual Reliability Data
0: No
1: Yes
Flag_SF1 Integer SB1 0 Switchbay at Start Node
0: No
1: Yes
Flag_SF2 Integer SB2 0 Switchbay at End Node
0: No
1: Yes
TransformerType_I Long Integer Transf. Type 0 Secondary Key – Transformer Type Reliability
D
Overload_ID Long Integer Overl. Type 0 Secondary Key – Overload Capacity Type
V_S Double Ipick/Ith pu 0 Overload Factor
Flag_ZU Integer Switch-On 0 Possibility to Switch-On
0: No
1: Yes
Flag_ZUP Integer Pri. Switch 3 Switching Priority
1: High
2: Medium
3: Normal
4: Small
5: Low
T_ZU Double tsw h 0 Time to Switch-On
Protection
Flag_Inrush Integer 0 State – Inrush
0: No data
1: Current and time
2: Characteristics
U_inrush Double Vinr kV 0 Inrush Voltage
I_inrush Double Iinr kA 0,1 Inrush Current
t_inrush Double tinr s 0,05 Inrush Time
InCur_ID Long Integer It Char. 0 Secondary Key – Current/Time Characteristics
April 2019 65
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
66 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
April 2019 67
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
Dynamics
Flag_Macro Integer OP Model Type 0 Type of Operating State Model
0: None
1: Controller
2: Equivalent circuit
3: BOSL model
4: Diakoptics
Macro_ID Long Integer OP Model 0 Secondary Key – Operating State Model
68 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
Supplementary Data
Supplementary data provide additional information that describe the network. PSS SINCAL uses
supplementary data in the calculations.
April 2019 69
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
General supplementary data provide additional information that describes the network.
Version (Version)
70 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
Variant (Variant)
April 2019 71
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
72 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
April 2019 73
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
74 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
April 2019 75
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
76 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
Model Formation
ZAI Integer 1 Model Formation
1: 0 Hz to 300 Hz
2: 50 Hz to 20 kHz
3: 10 kHz to 1 MHz
4: 500 kHz to 50 MHz
ModelName Text (20) 0 User Model Formation Name
Flag_X1P Integer 0 Force Single Phase Model
0: No
1: Yes
Data Files for PSS NETOMAC
Flag_ZTS Integer 0 Create Readable Files for PSS NETOMAC
0: None
1: Completely
2: No plotdef.
Flag_ZSH Integer 0 Additional Output
0: None
1: Comtrade (ASCII)
2: Comtrade (binary)
3: Plot File
Flag_UseNSN Integer 1 Load Flow Help
0: None
1: NSN
2: SINCAL
Eigenvalues
EVA_Method Integer 0 Eigenvalue Analysis Method
0: QR
1: Subspace
2: Dom. Pole
Zeta Double % -10 Zeta
ZetaChart Double % 5 Zeta Chart
OmegaMin Double rad/s 0,063 Minimum Omega
OmegaMax Double rad/s 6,283 Maximum Omega
SigmaMin Double rad/s -2 Minimum Sigma
SigmaMax Double rad/s 0,5 Maximum Sigma
SigmaStart Double rad/s 0 Sigma Start
U_ABW Double ts s 0 Start Time for Eigenvalues
Protection Coordination
Flag_UZLF Integer 1 Load Flow Consideration
0: No load flow
1: No overload release check
2: Overload release check
Flag_XDA Integer 3 Short Circuit Method Used in Protection
Coordination
0: Identical to short circuit
1: VDE 0102/1.90 – IEC 909
2: VDE 0102/IEC 909 (initial load)
3: VDE 0102/2002 – IEC 909/2001
4: IEC 61363-1/1998
5: IEC 61363-1/1998 (initial load)
6: IEEE C37 1990
7: G74
8: VDE 0102/2016 – IEC 909/2016
9: GOST R 52735/2007 – GOST 28249/1993
10: IEEE C37 2016
11: IEEE C37 (initial load)
Flag_XUS Integer 1 Kind of Short Circuit Data Type
0: Identical to short circuit
1: User Defined
2: Minimum
3: Maximum
ts Double s 0,15 Selective Tripping Time
April 2019 77
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
78 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
April 2019 79
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
80 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
April 2019 81
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
82 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
April 2019 83
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
Contingency Analysis
Flag_CausedForeig Integer Marked 1 Marked for Caused Malfunction
n Caused 0: No
1: Yes
Flag_Malfunc Integer Malfunc. 0 Malfunction
0: None
1: All elements
2: Loaded elements
3: All lines
4: Loaded lines
5: All lines and transformers
6: Loaded lines and transformers
Flag_Connectors Integer Connectors 1 Consider Connectors in Malfunction and
Caused Malfunction
0: No
1: Yes
Util_BaseLimit Double I/Irb % 95 Base Utilization Limit
Flag_CausedMalfu Integer Caused Malf. 0 Caused Malfunction
nc 0: None
1: Marked areas
2: Own area
Flag_CausedElem Integer Elements 1 Caused Elements
1: Loaded elements
2: Loaded lines
3: Loaded lines and transformers
Util_CausedLimit Double I/Irc % 95 Caused Utilization Limit
Flag_Unavailability Integer 0 Use Unavailability
1: None
2: Single failure (short)
3: Single failure (long)
Unavailability Double Qu min/a 0 Unavailability
Flag_Util Integer Show Limits 1 Show Elements outside Limits
0: None
1: Elements and nodes
2: Elements
3: Lines, transformers and nodes
4: Lines and transformers
5: Lines and nodes
6: Lines
Display Options I/t Diagram
Flag_IthDamage Integer 0 Display Option for Damage Curve
0: Parent
1: Show Ith
2: Hide Ith
Flag_CurRange Integer 0 Display Option for Current Range
0: Parent
1: Device
2: Area
3: Voltage
84 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
April 2019 85
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
86 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
Manipulation (Manipulation)
April 2019 87
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
Scenario (Scenario)
88 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
Owner (Owner)
April 2019 89
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
Description (Description)
Element supplementary data include additional information for the network elements such as fuses,
controllers or characteristics.
90 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
Busbar (Busbar)
Breaker (Breaker)
April 2019 91
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
92 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
April 2019 93
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
94 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
April 2019 95
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
96 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
April 2019 97
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
98 April 2019
SIEMENS PSS SINCAL Database Description
Tables of Electrical Networks
April 2019 99
PSS SINCAL Database Description SIEMENS
Tables of Electrical Networks
Characteristics (Characteristic)
I Double I A 0 Current
Temp Double dTemp °C 0 Temperature Increase
Standard types administers the input data of network elements in an external database (standard
database). It can centrally administer the input data of often used standardized equipment such as
lines, transformers etc.. For a detailed description of how standard types work and how they are
used, see the section on Standard Types in Screen Forms in the chapter on Screen Forms in the
System Manual.
Zero-Phase Sequence
Flag_Z0_Input Integer 1 Zero-Phase Sequence Input Data
1: Z0/Z1 and R0/X0
2: R0 and X0
3: Z0 identical Z1
Flag_Z0 Integer 0 Grounding
0: Not grounded
1: Fixed grounded
2: Grounded w. impedances
Z0_Z1 Double Z0/Z1 pu 0 Ratio Zero-Phase to Positive-Phase Sequence
Impedance
Z0_Z1max Double Z0/Z1 pu 0 Ratio Zero-Phase to Positive-Phase Sequence
Impedance at Sk"max
Z0_Z1min Double Z0/Z1 pu 0 Ratio Zero-Phase to Positive-Phase Sequence
Impedance at Sk"min
R0_X0 Double R0/X0 pu 0 Ratio R/X – Zero-Phase Sequence
R0_X0max Double R0/X0 pu 0 Ratio R/X – Maximum Short Circuit Power in
Zero-Phase Sequence
R0_X0min Double R0/X0 pu 0 Ratio R/X – Minimum Short Circuit Power in
Zero-Phase Sequence
R0 Double R0 Ohm 0 Resistance – Zero-Phase Sequence
R0max Double R0max Ohm 0 Maximum Resistance – Zero-Phase Sequence
R0min Double R0min Ohm 0 Minimum Resistance – Zero-Phase Sequence
X0 Double X0 Ohm 0 Reactance – Zero-Phase Sequence
X0max Double X0max Ohm 0 Maximum Reactance – Zero-Phase Sequence
X0min Double X0min Ohm 0 Minimum Reactance – Zero-Phase Sequence
Control Range
Flag_LfLimit Integer Lim 0 Limits in Load Flow
0: None
1: V
2: V and P
3: V and Q
4: V and P, Q
5: P and Q
6: V and P, cosφ
7: P and cosφ
ull Double vll % 98 Voltage Lower Limit
uul Double vul % 103 Voltage Upper Limit
Pmin Double Pmin MW 0 Active Power – Lower Limit
Pmax Double Pmax MW 0 Active Power – Upper Limit
Qmin Double Qmin Mvar 0 Reactive Power – Lower Limit
Qmax Double Qmax Mvar 0 Reactive Power – Upper Limit
cosphi_lim Double cosφl 1 0,85 Limit Power Factor
Zero-Phase Sequence
Flag_Z0_Input Integer 0 Zero-Phase Sequence Input Data
1: Z0/Z1 and R0/X0
2: R0 and X0
3: R0/R1 and X0/X1
4: ZABNL, ZBANL and ZABSC
Z0_Z1 Double Z0/Z1 pu 0 Ratio Zero-Phase to Positive-Phase Sequence
Impedance
R0_X0 Double R0/X0 pu 0 Ratio R/X – Zero-Phase Sequence
R0 Double R0 Ohm 0 Resistance – Zero-Phase Sequence
X0 Double X0 Ohm 0 Reactance – Zero-Phase Sequence
X0_X1 Double X0/X1 pu 0 Ratio Zero-Phase to Positive-Phase Reactance
R0_R1 Double R0/R1 pu 0 Ratio Zero-Phase to Positive-Phase Resistance
ZABNL Double ZABNL Ohm 0 Impedance between A and B in No Load
ZBANL Double ZBANL Ohm 0 Impedance between B and A in No Load
ZABSC Double ZABSC Ohm 0 Impedance between A and B in Short Circuit
Flag_Ct Integer 0 Center Tapped
0: No
1: Yes
uk_Ct Double vscct % 16 Ref. Short Circuit Voltage Half Winding
ur_Ct Double vrct % 0 SC Voltage – Ohmic Part Half Winding
Transformer Controller
Flag_roh Integer State – Tap Position
1: Fixed
2: Variable
rohl Double ρl 0 Minimum Tap Position
Smax2 Double Smax2 MVA 0 Second Additional Full Load Power
rohu Double ρu 0 Maximum Tap Position
alpha Double α ° 0 Additional Voltage Angle
ukr Double vtap % 0 Additional Voltage per Tap Position
phi Double φ ° 0 Voltage Phase Shift per Tap Pos
ukl Double vscl % 0 Short Circuit Voltage at Minimum Tap Position
uku Double vscu % 0 Short Circuit Voltage at Maximum Tap Position
Smax1_1 Double Smax1-1 MVA 0 First Additional Full Load Power (Side 1)
Smax2_1 Double Smax2-1 MVA 0 First Additional Full Load Power (Side 2)
Smax3_1 Double Smax3-1 MVA 0 First Additional Full Load Power (Side 3)
Smax1_2 Double Smax1-2 MVA 0 Second Additional Full Load Power (Side 1)
Smax2_2 Double Smax2-2 MVA 0 Second Additional Full Load Power (Side 2)
Smax3_2 Double Smax3-2 MVA 0 Second Additional Full Load Power (Side 3)
Smax1_3 Double Smax1-3 MVA 0 Third Additional Full Load Power (Side 1)
Smax2_3 Double Smax2-3 MVA 0 Third Additional Full Load Power (Side 2)
Smax3_3 Double Smax3-3 MVA 0 Third Additional Full Load Power (Side 3)
uK12 Double vsc12 % 8 Reference Short Circuit Voltage (Side 1-2)
uk23 Double vsc23 % 8 Reference Short Circuit Voltage (Side 2-3)
uk31 Double vsc31 % 8 Reference Short Circuit Voltage (Side 3-1)
ur12 Double vr12 % 0,001 Ohmic Short Circuit Voltage (Side 1-2)
ur23 Double vr23 % 0,001 Ohmic Short Circuit Voltage (Side 2-3)
ur31 Double vr31 % 0,001 Ohmic Short Circuit Voltage (Side 3-1)
i0 Double i0 % 0 No Load Current
Vfe Double Vfe kW 0 Iron Losses
VecGrp1 Integer VecGrp 1 Vector Group (Side 1)
1: Y0, 2: YN0, 3: Y6, 4: YN6, 5: D1, 6: D5,
7: D7, 8: D11, 9: Z1, 10: ZN1, 11: Z5, 12: ZN5,
13: Z7, 14: ZN7, 15: Z11, 16: ZN11, 17: ATN,
18: AT
VecGrp2 Integer VecGrp 2 Vector Group (Side 2)
1: Y0, 2: YN0, 3: Y6, 4: YN6, 5: D1, 6: D5,
7: D7, 8: D11, 9: Z1, 10: ZN1, 11: Z5, 12: ZN5,
13: Z7, 14: ZN7, 15: Z11, 16: ZN11, 17: ATN,
18: AT
VecGrp3 Integer VecGrp 3 Vector Group (Side 3)
1: Y0, 2: YN0, 3: Y6, 4: YN6, 5: D1, 6: D5,
7: D7, 8: D11, 9: Z1, 10: ZN1, 11: Z5, 12: ZN5,
13: Z7, 14: ZN7, 15: Z11, 16: ZN11, 17: ATN,
18: AT
Zero-Phase Sequence
Flag_Z0_Input Integer Input
1: Z0/Z1 and R0/X0
2: R0 and X0
3: R0/R1 and X0/X1
Z0_Z1_12 Double Z0/Z1 pu 0 Ratio Zero-Phase to Positive-Phase Sequence
Impedance
Z0_Z1_23 Double Z0/Z1 pu 0 Ratio Zero-Phase to Positive-Phase Sequence
Impedance
Z0_Z1_31 Double Z0/Z1 pu 0 Ratio Zero-Phase to Positive-Phase Sequence
Impedance
R0_X0_12 Double R0/X0 pu 0 Ratio R/X – Zero-Phase Sequence
R0_X0_23 Double R0/X0 pu 0 Ratio R/X – Zero-Phase Sequence
R0_X0_31 Double R0/X0 pu 0 Ratio R/X – Zero-Phase Sequence
R0_12 Double R0 Ohm 0 Resistance – Zero-Phase Sequence
R0_23 Double R0 Ohm 0 Resistance – Zero-Phase Sequence
R0_31 Double R0 Ohm 0 Resistance – Zero-Phase Sequence
X0_12 Double X0 Ohm 0 Reactance – Zero-Phase Sequence
X0_23 Double X0 Ohm 0 Reactance – Zero-Phase Sequence
X0_31 Double X0 Ohm 0 Reactance – Zero-Phase Sequence
X0_X1_12 Double X0/X1 pu 0 Ratio Zero-Phase to Positive-Phase Reactance
X0_X1_23 Double X0/X1 pu 0 Ratio Zero-Phase to Positive-Phase Reactance
X0_X1_31 Double X0/X1 pu 0 Ratio Zero-Phase to Positive-Phase Reactance
R0_R1_12 Double R0/R1 pu 0 Ratio Zero-Phase to Positive-Phase Resistance
Faults define faults for PSS SINCAL multiple fault, dynamic calculations and simulation
coordination.
Harmonics data are supplementary data added to the network elements that PSS SINCAL requires
for harmonics calculations. Ripple control data provide supplementary information for ripple control
calculations.
2.2.6 Protection
These tables have the required data for protection simulation. These data include the settings and
locations of the overcurrent-protection devices, the distance-protection devices and the differential
protection devices.
The following tables describe the characteristics of overcurrent protection devices. Select these
PSS SINCAL protection devices by name and type in the data screen form.
ProtOCCurve ProtOCCurveValue
ProtOCFuncValue
Pickup (ProtPickup)
Teleprotection (ProtInterlock)
Current Limiting
Flag_Limit Integer Limiting 0 Current Limiting
0: None
1: Individual
2: IEEE 1584
ip_min Double Ipstart kA 0 Minimum RMS Value of Prospective Short
Circuit Current
ic_min Double Icstart kA 0 Minimum Peak Value of Short Circuit Current
ip_max Double Ipmax kA 0 Maximum RMS Value of Prospective Short
Circuit Current
ic_max Double Icmax kA 0 Maximum Peak Value of Short Circuit Current
Flag_BreakerType Integer Breaker 1 Breaker Type
1: Molded-case CB
2: Insulated-case CB
3: Low-voltage power CB
Flag_TripUnit Integer Unit 1 Trip Unit Type
1: Thermal-magnetic
2: Magnetic
3: Electronic
Flag_Electronic Integer Electronic 1 Electronic Trip Unit Characteristics
1: Long
2: Short
3: Instantaneous
4: Long/short
5: Long/instantaneous
6: Short/instantaneous
7: Long/short/instantaneous
Flag_FuseClass Integer Class 1 Fuse Class
1: Class L
2: Class RK1
Tolerance
Flag_Tol Integer Tols 0 Tolerances
0: No
1: Yes
Tol_Ip Double Tol Ip % 0 Tolerance Current Ip Tripping
Transformer Polarity
Flag_CTP Integer CTp pol 0 Polarity Current Transformer (Phase)
0: Normal
1: Invers
Flag_AddCTP1 Integer CT1p pol 0 Polarity First Additional Current Transformer
(Phase)
0: Ignore
1: Normal
2: Invers
Flag_AddCTP2 Integer CT2p pol 0 Polarity Second Additional Current Transformer
(Phase)
0: Ignore
1: Normal
2: Invers
Flag_AddCTP3 Integer CT3p pol 0 Polarity Third Additional Current Transformer
(Phase)
0: Ignore
1: Normal
2: Invers
Flag_CTE Integer CTe pol 0 Polarity Current Transformer (Ground)
0: Normal
1: Invers
Flag_AddCTE1 Integer CT1e pol 0 Polarity First Additional Current Transformer
(Ground)
0: Ignore
1: Normal
2: Invers
This table is obsolete and is only provided for historical reasons to ensure compatibility with old
data sets. This table is no longer used in new networks. Table ProtDIRelais with Flag_Relais =
(General) is used instead. This enables use of all available DI setting values.
Ground
Flag_Er Integer E Trip. act. 1 Ground Tripping
0: Off
1: On
Flag_D1e Integer E Z1 Dir. 1 Direction – Zone 1 (Ground Fault)
1: Non-dir.
2: Forward
3: Reverse
Flag_e_st1t Integer E Z1 TTB 1 Tripping Time Behavior – Zone 1 (Ground
Fault)
1: Individual
2: Common
Flag_A1e Integer E Z1 Area 1 Area Description – Zone 1
1: I
2: A
e_st1t Double E Z1 Trip. t s 0,25 Tripping Time – Zone 1 (Ground Fault)
e_st1r Double E Z1 Res. Ohm 1 Active Resistance – Zone 1 (Ground Fault)
e_st1x Double E Z1 React. Ohm 1 Reactance – Zone 1 (Ground Fault)
Flag_D2e Integer E Z2 Dir. 1 Direction – Zone 2 (Ground Fault)
1: Non-dir.
2: Forward
3: Reverse
Flag_e_st2t Integer E Z2 TTB 1 Tripping Time Behavior – Zone 2 (Ground
Fault)
1: Individual
2: Common
Flag_A2e Integer E Z2 Area 1 Area Description – Zone 2
1: I
2: A
e_st2t Double E Z2 Trip. t s 0,5 Tripping Time – Zone 2 (Ground Fault)
e_st2r Double E Z2 Res. Ohm 1 Active Resistance – Zone 2 (Ground Fault)
e_st2x Double E Z2 React. Ohm 1 Reactance – Zone 2 (Ground Fault)
Flag_D3e Integer E Z3 Dir. 1 Direction – Zone 3 (Ground Fault)
1: Non-dir.
2: Forward
3: Reverse
Flag_e_st3t Integer E Z3 TTB 1 Tripping Time Behavior – Zone 3 (Ground
Fault)
1: Individual
2: Common
Flag_A3e Integer E Z3 Area 1 Area Description – Zone 3
1: I
2: A
e_st3t Double E Z3 Trip. t s 0,75 Tripping Time – Zone 3 (Ground Fault)
e_st3r Double E Z3 Res. Ohm 1 Active Resistance – Zone 3 (Ground Fault)
e_st3x Double E Z3 React. Ohm 1 Reactance – Zone 3 (Ground Fault)
st1_GrndFct_ID Long Integer Z1 Grnd 0 Secondary Key – Factor Ground Impedance –
Zone 1
st2_GrndFct_ID Long Integer Z2 Grnd 0 Secondary Key – Factor Ground Impedance –
Zone 2
st3_GrndFct_ID Long Integer Z3 Grnd 0 Secondary Key – Factor Ground Impedance –
Zone 3
Basic Data
ProtSet_ID Long Integer 0 Primary Key – Settings
Variant_ID Long Integer 1 Secondary Key – Variant
Flag_Variant Integer 1 Element of Current Variant
0: No
1: Yes
typ Text (50) Type ID
ProtLoc_ID Long Integer Dev. Name 0 Secondary Key – Protection Device
Version (ProtVersion)
2.2.7 Dynamics
Dynamics data are supplementary data added to the network elements that PSS SINCAL requires
for calculations for dynamics.
Model (Macro)
2.2.8 Reliability
Reliability data are supplementary data added to the network elements that PSS SINCAL requires
for reliability calculations.
Substations and routes data are supplementary data added to the network elements that
PSS SINCAL requires for economy calculations.
Substation (EcoStation)
Optimization
Pout Double Pno MW 0 Rated Active Power Output
Qout Double Qno Mvar 0 Rated Reactive Power Output
Pload Double Pnl MW 0 Rated Active Power of Connected Loads
Qload Double Qnl Mvar 0 Rated Reactive Power of Connected Loads
DayOpSer_ID Long Integer Profile 1 0 Secondary Key – Profile 1
YearOpSer_ID Long Integer Profile 2 0 Secondary Key – Profile 2
WeekOpSer_ID Long Integer OP 0 Secondary Key – Operating Points
IncrSer_ID Long Integer Load Incr. 0 Secondary Key – Load Increase
Economic Data
Cb Double Cib 0 Acquisition Costs Building
ci Double Ci 0 Acquisition Costs
Cs Double Cs 0 Shutdown Costs
cm Double cm 0 Annual Maintenance Costs
coo Double co 0 Other Annual Costs
Tl Double Tl y 0 Calculatory Life Span
Bay (EcoField)
Route (Route)
The following illustration shows the basic structure of the universal protection device database.
In the illustration the different areas of the protection database are shown in different colors. Red
tables represent the structure of a protection device, such as the available settings, methods, etc.
Blue tables are for values that can be set at the protection device or data assigned to the device.
Green tables are required for administration.
In the data model the ProtDev table models a protection device. As you can see in the illustration,
this protection device is at the center of the data model. Methods described by the ProtMethod
table are connected to the protection device. The methods are mainly used to structure the many
different functions of a modern protection device. Specific properties and functions of the protection
device are grouped together as a method.
The possible settings – described by the ProtSet table – are connected to the method itself. This
table describes in detail all available protection device settings along with the permissible value
range, the unit, the address of the settings, etc. The values that have actually been set are stored
in the tables for ProtSetTxtVal, ProtSetIntVal and ProtSetDblVal.
Protection device functions are also connected to the method. These functions are not required to
document the settings. It characteristic curves and RX protection zones can be stored here. These
data are mainly needed when the protection device is used in PSS SINCAL calculations, where the
stored characteristics are required.
The ProtLoc table is used to describe a protection location and place protection devices anywhere
you want.
The tables for ProtBlobData and ProtDevExData can store any external supplementary data you
want in the protection device database and assign these to a protection device. These are normally
PDF documents that describe the structure and the functions of the protection device.
The tables for ProtDevCategory and ProtSetCategory structure the data making them easier to
edit, since they are assigned to the category you want to edit.
The ProtSetGrp table assigns protection device settings a protection setting group. This lets you
keep as many setting groups as you want for individual protection devices and use these to reflect
different network operating states and their corresponding protection device configurations (e.g.
summer operation or winter operation).
The tables for ProtUser and ProtUserLock are only required for administration purposes. The
ProtUser table stores the users and their authorizations to use PSS PDMS. The ProtUserLock
table is needed to lock specific tables and thus prevent conflicts when more than one user is
working at the same time.
Blob (ProtBlobData)
User (ProtUser)
2.4 Results
PSS SINCAL stores the results of its different calculation methods in the following tables:
Results are provided for the following methods and network planning tools:
● Tools
● Load Flow
● Harmonics and Ripple Control
● Multiple Faults
● Protection
● Short Circuit
● Optimizations
● Reliability
● Economic Efficiency
2.4.1 Tools
PSS SINCAL stores the results of network planning tools in the following tables:
PSS SINCAL stores the results of the load flow calculations in the following tables:
PSS SINCAL stores the results of harmonics and ripple control calculations in the following tables:
PSS SINCAL stores the results of multiple fault calculations in the following tables:
Protection
PSS SINCAL stores the results of protection calculations and low-voltage network dimensioning in
the following tables:
Fault Information
FaultType Text (20) Fault 0 Type of Fault
Terminal_ID Long Integer Terminal 0 Terminal for Recalculation
ElementDist Double Elem.Dist. % 0 Distance for Recalculation
Result Data
State Integer State 0 State Protection Coordination
0: Selective
1: Unable to clear
2: Underfunction
3: Overfunction
4: Not Calculable
t_clear Double tclr s 0 Clearing Time
tmax Double 0 Max. Allowed Clearing Time
Ikmax Double Ikmax kA 0 Max. Fault Current
Amount_Loops Integer Loop 0 Amount of Time Loops
Amount_Trip Integer Trip 0 Amount of Tripping Devices
Amount_Pickedup Integer Pickup 0 Amount of Picked-up Devices
Min_SelTripTime Double tmin s 0 Minimum Selective Tripping Time over all
Loops
PSS SINCAL stores the results of the short circuit calculations in the following tables:
Phase Values
IRa Double IL1a kA 0 Current L1 – Absolute
IRr Double IL1r kA 0 Current L1 – Real
IRi Double IL1i kA 0 Current L1 – Imaginary
ISa Double IL2a kA 0 Current L2 – Absolute
ISr Double IL2r kA 0 Current L2 – Real
ISi Double IL2i kA 0 Current L2 – Imaginary
ITa Double IL3a kA 0 Current L3 – Absolute
ITr Double IL3r kA 0 Current L3 – Real
ITi Double IL3i kA 0 Current L3 – Imaginary
I0a Double 3I0a kA 0 Current Return – Absolute
I0r Double 3I0r kA 0 Current Return – Real
I0i Double 3I0i kA 0 Current Return – Imaginary
URa Double VL1a kV 0 Voltage L1 – Absolute
URr Double VL1r kV 0 Voltage L1 – Real
URi Double VL1i kV 0 Voltage L1 – Imaginary
USa Double VL2a kV 0 Voltage L2 – Absolute
USr Double VL2r kV 0 Voltage L2 – Real
USi Double VL2i kV 0 Voltage L2 – Imaginary
UTa Double VL3a kV 0 Voltage L3 – Absolute
UTr Double VL3r kV 0 Voltage L3 – Real
UTi Double VL3i kV 0 Voltage L3 – Imaginary
U0a Double V0a kV 0 Voltage Displacement – Absolute
U0r Double V0r kV 0 Voltage Displacement – Real
U0i Double V0i kV 0 Voltage Displacement – Imaginary
Components
i_1a Double Isys1a kA 0 Current Positive-Phase System – Absolute
i_1r Double Isys1r kA 0 Current Positive-Phase System – Real
i_1i Double Isys1i kA 0 Current Positive-Phase System – Imaginary
i_2a Double Isys2a kA 0 Current Negative-Phase System – Absolute
i_2r Double Isys2r kA 0 Current Negative-Phase System – Real
i_2i Double Isys2i kA 0 Current Negative-Phase System – Imaginary
i_0a Double Isys0a kA 0 Current Zero-Phase System – Absolute
i_0r Double Isys0r kA 0 Current Zero-Phase System – Real
i_0i Double Isys0i kA 0 Current Zero-Phase System – Imaginary
u_1a Double Vsys1a kV 0 Voltage Positive-Phase System – Absolute
u_1r Double Vsys1r kV 0 Voltage Positive-Phase System – Real
u_1i Double Vsys1i kV 0 Voltage Positive-Phase System – Imaginary
u_2a Double Vsys2a kV 0 Voltage Negative-Phase System – Absolute
u_2r Double Vsys2r kV 0 Voltage Negative-Phase System – Real
u_2i Double Vsys2i kV 0 Voltage Negative-Phase System – Imaginary
u_0a Double Vsys0a kV 0 Voltage Zero-Phase System – Absolute
u_0r Double Vsys0r kV 0 Voltage Zero-Phase System – Real
u_0i Double Vsys0i kV 0 Voltage Zero-Phase System – Imaginary
Phase Values
IRa Double IL1a kA 0 Current L1 – Absolute
IRr Double IL1r kA 0 Current L1 – Real
IRi Double IL1i kA 0 Current L1 – Imaginary
ISa Double IL2a kA 0 Current L2 – Absolute
ISr Double IL2r kA 0 Current L2 – Real
ISi Double IL2i kA 0 Current L2 – Imaginary
ITa Double IL3a kA 0 Current L3 – Absolute
ITr Double IL3r kA 0 Current L3 – Real
ITi Double IL3i kA 0 Current L3 – Imaginary
I0a Double 3I0a kA 0 Current Return – Absolute
I0r Double 3I0r kA 0 Current Return – Real
I0i Double 3I0i kA 0 Current Return – Imaginary
URa Double VL1a kV 0 Voltage L1 – Absolute
URr Double VL1r kV 0 Voltage L1 – Real
URi Double VL1i kV 0 Voltage L1 – Imaginary
USa Double VL2a kV 0 Voltage L2 – Absolute
USr Double VL2r kV 0 Voltage L2 – Real
USi Double VL2i kV 0 Voltage L2 – Imaginary
UTa Double VL3a kV 0 Voltage L3 – Absolute
UTr Double VL3r kV 0 Voltage L3 – Real
UTi Double VL3i kV 0 Voltage L3 – Imaginary
U0a Double V0a kV 0 Voltage Displacement – Absolute
U0r Double VL0r kV 0 Voltage Displacement – Real
U0i Double V0i kV 0 Voltage Displacement – Imaginary
Z0_Z1a Double Z0/Z1a pu 0 Ratio Zero-Phase to Positive-Phase Impedance
– Absolute
Z0_Z1r Double Z0/Z1r pu 0 Ratio Zero-Phase to Positive-Phase Impedance
– Real
Z0_Z1i Double Z0/Z1i pu 0 Ratio Zero-Phase to Positive-Phase Impedance
– Imaginary
Z1a Double Z1a Ohm 0 Impedance Absolute at Positive-Phase System
Z1r Double Z1r Ohm 0 Impedance Real at Positive-Phase System
Z1i Double Z1i Ohm 0 Impedance Imaginary at Positive-Phase
System
Z0a Double Z0a Ohm 0 Impedance Absolute at Zero-Phase System
Z0r Double Z0r Ohm 0 Impedance Real at Zero-Phase System
Z0i Double Z0i Ohm 0 Impedance Imaginary at Zero-Phase System
Components
i_1a Double Isys1a kA 0 Current Positive-Phase System – Absolute
i_1r Double Isys1r kA 0 Current Positive-Phase System – Real
i_1i Double Isys1i kA 0 Current Positive-Phase System – Imaginary
i_2a Double Isys2a kA 0 Current Negative-Phase System – Absolute
i_2r Double Isys2r kA 0 Current Negative-Phase System – Real
i_2i Double Isys2i kA 0 Current Negative-Phase System – Imaginary
i_0a Double Isys0a kA 0 Current Zero-Phase System – Absolute
i_0r Double Isys0r kA 0 Current Zero-Phase System – Real
i_0i Double Isys0i kA 0 Current Zero-Phase System – Imaginary
u_1a Double Vsys1a kV 0 Voltage Positive-Phase System – Absolute
u_1r Double Vsys1r kV 0 Voltage Positive-Phase System – Real
u_1i Double Vsys1i kV 0 Voltage Positive-Phase System – Imaginary
u_2a Double Vsys2a kV 0 Voltage Negative-Phase System – Absolute
2.4.6 Optimizations
PSS SINCAL stores the results of optimal branching calculations and the determination of
compensation power in the following tables:
2.4.7 Reliability
PSS SINCAL stores the results of reliability calculations in the following tables:
PSS SINCAL stores the results of the calculation of economic efficiency in the following tables:
The categories of tables for the PSS SINCAL Pipe Data Model are:
● Topology
● Elements
● Supplementary Data
● Results
Table Descriptions have an attribute name, data type (text has text length) and description.
3.1 Topology
Topology describes the network structure. Nodes are the fixing points in the network. Terminal links
nodes to network elements.
Heating/
Table name ID Description Water Gas
Cooling
FlowNode 4 Node x x x
FlowElement 7 Network element x x x
FlowTerminal 8 Terminal x x x
Node (FlowNode)
Terminal (FlowTerminal)
3.2 Elements
PSS SINCAL elements simulate equipment found in the real network. PSS SINCAL uses element
data in the calculations.
Heating/
Table name ID Description Water Gas
Cooling
FlowLine 17 Line x x x
FlowValve 23 Sliding valve/non-return valve x x x
FlowPumpLine 18 Pressure increase pump x x
FlowConstLine 19 Const. pressure decrease/const. flow x x x
FlowPressureReg 20 Pressure regulator x x x
FlowCompressor 21 Compressor x
FlowHeatExchanger 22 Heat exchanger x
FlowPump 10 Pump x x
FlowConsumer 13 Consumer x x x
FlowLeakage 15 Leakage x x x
FlowWaterTower 9 Water tower x
FlowPressureBuffer 14 Pressure buffer x x x
FlowInfeederG 11 Infeeder gas x
FlowInfeederH 12 Infeeder heating/cooling x
FlowThermoReg 16 Temperature regulator x
Line (FlowLine)
Compressor (FlowCompressor)
Pump (FlowPump)
Consumer (FlowConsumer)
Leakage (FlowLeakage)
General supplementary data provide additional information that describes the network.
Heating/
Table name ID Description Water Gas
Cooling
FlowVersion 1 Version x x x
FlowVariant 2 Variant x x x
FlowCalcParameter 24 Calculation settings x x x
FlowNetworkLevel 6 Network level x x x
FlowNetworkGroup 5 Network area x x x
FlowNetworkZone 71 Network zone x x x
FlowGroup 55 Network element group x x x
FlowGroupRelationship 56 Network element group relationship x x x
FlowManipulation 31 Manipulation x x x
FlowInclDatabase 53 Include Network x x x
FlowElementState 96 Element State x x x
FlowDescription 3 Description x x x
FlowScenario 104 Scenario x x x
FlowScenarioFile 105 Scenario File x x x
FlowOp 64 Operating point x x x
FlowOpSer 65 Operating points/ time series x x x
FlowOpSerVal 66 Operating point/time series values x x x
FlowIncrSer 67 Increase series x x x
Version (FlowVersion)
Variant (FlowVariant)
PRegOpSer_ID Long Integer Press. Reg. 0 Secondary Key – Operating Points Pressure
Regulator
ValveOpSer_ID Long Integer Valve 0 Secondary Key – Operating Points Valve
LeakOpSer_ID Long Integer Leakage 0 Secondary Key – Operating Points Leakage
TregOpSer_ID Long Integer Thermo Reg. 0 Secondary Key – Operating Points Thermo
Regulator
InfHSupOpSer_ID Long Integer Inf. Heat SL 0 Secondary Key – Operating Points Infeeder
Heating/Cooling Supply Line
InfHRetOpSer_ID Long Integer Inf. Heat RL 0 Secondary Key – Operating Points Infeeder
Heating/Cooling Return Line
HexSupOpSer_ID Long Integer Heat Ex. SL 0 Secondary Key – Operating Points Heat
Exchanger Supply Line
HexRetOpSer_ID Long Integer Heat Ex. RL 0 Secondary Key – Operating Points Heat
Exchanger Return Line
CompOpSer_ID Long Integer Compressor 0 Secondary Key – Operating Points Compressor
InfGOpSer_ID Long Integer Inf. Gas 0 Secondary Key – Operating Points Infeeder
Gas
WtOpSer_ID Long Integer Water Tower 0 Secondary Key – Operating Points Water
Tower
ConIncrSer_ID Long Integer Consumer 0 Secondary Key – Increase Series Consumer
PmpIncrSer_ID Long Integer Pump 0 Secondary Key – Increase Series Pump
PmpLIncrSer_ID Long Integer Press. Incr. 0 Secondary Key – Increase Series Pressure
Pump Increase Pump
PBufIncrSer_ID Long Integer Press. Buffer 0 Secondary Key – Increase Series Pressure
Buffer
CLineIncrSer_ID Long Integer Const. Line 0 Secondary Key – Increase Series Constant
Line
PRegIncrSer_ID Long Integer Press. Reg. 0 Secondary Key – Increase Series Pressure
Regulator
ValveIncrSer_ID Long Integer Valve 0 Secondary Key – Increase Series Valve
TregIncrSer_ID Long Integer Thermo Reg. 0 Secondary Key – Increase Series Thermo
Regulator
LeakIncrSer_ID Long Integer Leakage 0 Secondary Key – Increase Series Leakage
InfHSupIncrSer_ID Long Integer Inf. Heat SL 0 Secondary Key – Increase Series Infeeder
Heating/Cooling Supply Line
InfHRetIncrSer_ID Long Integer Inf. Heat RL 0 Secondary Key – Increase Series Infeeder
Heating/Cooling Return Line
HexSupIncrSer_ID Long Integer Heat Ex. SL 0 Secondary Key – Increase Series Heat
Exchanger Supply Line
HexRetIncrSer_ID Long Integer Heat Ex. RL 0 Secondary Key – Increase Series Heat
Exchanger Return Line
CompIncrSer_ID Long Integer Compressor 0 Secondary Key – Increase Series Compressor
InfgIncrSer_ID Long Integer Inf. Gas 0 Secondary Key – Increase Series Infeeder Gas
Contingency Analysis
Flag_MarkedForCa Integer Caused Malf. 1 Marked for Caused Malfunction
used 0: No
1: Yes
Flag_Malfunc Integer Malfunc. 0 Malfunction
0: None
1: All elements
2: All lines
3: All restricted elements
4: All restricted lines
Speed_BaseLimit Double vB m/s 0,75 Base Speed Limit
Flag_CausedMalfu Integer Caused 0 Caused Malfunction
nc Malfunc. 0: None
1: Marked areas
2: Own area
Speed_CausedLimi Double vsC m/s 1 Caused Speed Limit
t
Flag_CausedElem Integer Elements 1 Caused Elements
1: Restricted elements
2: Restricted lines
Flag_Report Integer Reporting 1 Reporting
0: None
1: Elements and nodes
2: Lines and nodes
3: Elements
4: Lines
5: Nodes
Flag_FireWater Integer 0 Join Fire Water Simulation
0: No
1: Yes
ConLineLength Double l m 1 Connection Line Length
ConLineDiameter Double d mm 100 Connection Line Diameter
ConLineRoughness Double R mm 1,25 Connection Line Sand Roughness
ConLineZeta Double Z 0 Connection Line Sand Zeta Value
dsh Double dsh m 1 Delta Elevation
QFireWater Double Qf l/s 8 Fire Flow
pFireWater Double pf bar 4 Fire Pressure
tFireWater Double tf h 5 Fire Time
pRelMinLimit Double pfmin bar 1,5 Minimum Pressure – Relative at Fire Water
Simulation
Manipulation (FlowManipulation)
Description (FlowDescription)
Scenario (FlowScenario)
Element supplementary data include additional information for the network elements such as
characteristic curves.
Heating/
Table name ID Description Water Gas
Cooling
FlowPumpChar 25 Pump characteristics x x
FlowPumpCharValue 26 Pump characteristics values x x
FlowWaterTowerChar 29 Water tower characteristics x
FlowWaterTowerCharValue 30 Water tower characteristics values x
FlowPressereBufferChar 27 Pressure buffer characteristics x x x
FlowPressureBufferCharValue 28 Pressure buffer characteristics values x x x
FlowPlossChar 73 Pressure drop characteristics x x x
FlowPlossCharValue 74 Pressure drop characteristics values x x x
FlowTempChar 97 Temperature consumption x x x
characteristics
FlowTempCharValue 98 Temperature consumption x x x
characteristics values
FlowElementExt 72 Extended element data x x x
FlowNodeExt 91 Extended node data x x x
FlowMasterResource 78 Master resource x x x
Standard types administers the input data of network elements in an external database (standard
database). It can centrally administer the input data of often used standardized equipment such as
lines, transformers etc.. For a detailed description of how standard types work and how they are
used, see the section on Standard Types in Screen Forms in the chapter on Screen Forms in the
System Manual.
Heating/
Table name ID Description Water Gas
Cooling
StdFlowLine 2 Standard line x x x
3.4 Results
PSS SINCAL stores the results of its different calculation methods in the following tables.
● General Results
● Water
● Gas
● Heating/Cooling
PSS SINCAL stores the general calculation results of pipe networks in the following tables.
Heating/
Table name ID Description Water Gas
Cooling
FlowTRNodeResult 41 Network track – node results x x x
3.4.2 Water
PSS SINCAL stores the results of water calculations in the following tables.
Heating/
Table name ID Description Water Gas
Cooling
FlowWSResult 32 Water – results x
FlowWSNodeResult 33 Water – node results x
FlowWSBranchResult 34 Water – branch results x
FlowWFResult 69 Water tower fill results x
FlowFireWaterResult 88 Fire water results x
FlowWSNetGroupResult 82 Water – network area results x
FlowWSNetGroupTransResult 83 Water – network area transfer results x
FlowWSNetLevelResult 84 Water – network level results x
Example:
21 = evaporation (bit 4)
+ under min. pressure (bit 0),
+ under min. pressure difference (bit 2)
3.4.3 Gas
PSS SINCAL stores the results of gas calculations in the following tables.
Heating/
Table name ID Description Water Gas
Cooling
FlowGSResult 35 Gas – results x
FlowGSNodeResult 36 Gas – node results x
FlowGSBranchResult 37 Gas – branch results x
FlowGSNetGroupResult 79 Gas – network area results x
FlowGSNetGroupTransResult 80 Gas – network area transfer results x
FlowGSNetLevelResult 81 Gas – network level results x
Example:
21 = evaporation (bit 4)
+ under min. pressure (bit 0),
+ under min. pressure difference (bit 2)
QNrm Double Qs m³/h 0 Flow – Standard
QOpr Double Qo m³/h 0 Flow – Operating Cond.
pDecAbs Double Δpa bar 0 Pressure Drop – Absolute
pDecRel Double Δpr bar 0 Pressure Drop – Relative
pDecRatAbs Double Δpra mbar/m 0 Rated Pressure Drop – Absolute
pDecRatRel Double Δprr mbar/m 0 Rated Pressure Drop – Relative
pDecStatic Double Δps mbar 0 Pressure Drop – Static
LossesNrm Double Qls m³/h 0 Losses – Standard
LossesOpr Double Qlo m³/h 0 Losses – Operating Cond.
pAir Double pA bar 0 Air Pressure
FlowRate Double v m/s 0 Flow Rate
FlowTime Double t s 0 Flow Time
Flag_Result Integer Type 0 Result Type
0: Stationary
1: Time series
2: Operating points
3: Filling
4: Increase Load
5: Fire Water – Flow
6: Fire Water – Pressure
7: Malfunction
Op_ID Long Integer Op. Point 0 Secondary Key – Operating Point
ResDate T Date 0 Date
ResTime Double t s 0 Time
3.4.4 Heating/Cooling
PSS SINCAL stores the results of heating/cooling calculations in the following tables.
Heating/
Table name ID Description Water Gas
Cooling
FlowHSResult 38 Heating/cooling – results x
FlowHSNodeResult 39 Heating/cooling – node results x
FlowHSBranchResult 40 Heating/cooling – branch results x
FlowHSNetGroupResult 85 Heating/cooling – network area results x
FlowHSNetGroupTransResult 86 Heating/cooling – network area transfer x
results
FlowHSNetLevelResult 87 Heating/cooling – network level results x
Example:
21 = evaporation (bit 4)
+ under min. pressure (bit 0),
+ under min. pressure difference (bit 2)
QSupply1 Double Psup MW 0 Supply
QSupply2 Double Qms t/h 0 Supply
QSupply3 Double Qvs l/s 0 Supply
QConsumption1 Double Pcon MW 0 Consumption
QConsumption2 Double Qmc t/h 0 Consumption
QConsumption3 Double Qvc l/s 0 Consumption
pAbs Double pa bar 0 Pressure – Absolute
hAbs Double hpa m 0 Pressure Height – Absolute
pRel Double pr bar 0 Pressure – Relative
hRel Double hpr m 0 Pressure Height – Relative
pDiff Double dp bar 0 Pressure Difference
TNode Double Tn °C 0 Node Temperature
tEnd Double te s 0 End Time
Flag_Result Integer Type 0 Result Type
0: Stationary
1: Time series
2: Operating points
3: Filling
4: Increase Load
5: Fire Water – Flow
6: Fire Water – Pressure
7: Malfunction
Op_ID Long Integer Op. Point 0 Secondary Key – Operating Point
ResDate T Date 0 Date
ResTime Double t s 0 Time
tAvrg Double ta s 0 Average Time
Example:
21 = evaporation (bit 4)
+ under min. pressure (bit 0),
+ under min. pressure difference (bit 2)
Flow1 Double P MW 0 Flow – Power
Flow2 Double Qm t/h 0 Flow – Mass
Flow3 Double Qv l/s 0 Flow – Volume
pDecAbs Double Δpa bar 0 Pressure Drop – Absolute
pDecRel Double Δpr bar 0 Pressure Drop – Relative
pDecRatAbs Double Δpra mbar/m 0 Rated Pressure Drop – Absolute
pDecRatRel Double Δprr mbar/m 0 Rated Pressure Drop – Relative
Losses1 Double Pll MW 0 Losses due to Line Excess
Losses2 Double Qmll t/h 0 Losses due to Line Excess
Losses3 Double Qvll l/s 0 Losses due to Line Excess
LossesTemp Double Plt MW 0 Losses due to Temp. Decrease
TDiff Double dt °C 0 Temperature Difference
FlowRate Double v m/s 0 Flow Rate
FlowTime Double tQ s 0 Flow Time
Flag_Result Integer Type 0 Result Type
0: Stationary
1: Time series
2: Operating points
3: Filling
4: Increase Load
5: Fire Water – Flow
6: Fire Water – Pressure
7: Malfunction
Op_ID Long Integer Op. Point 0 Secondary Key – Operating Point
ResDate T Date 0 Date
ResTime Double t s 0 Time
PSS SINCAL stores the results of contingency analysis in the following tables.
Heating/
Table name ID Description Water Gas
Cooling
FlowMalfuncNetResult 75 Contingency analysis – results x x x
FlowMalfuncBranchResult 76 Contingency analysis – branch results x x x
FlowMalfuncNodeResult 77 Contingency analysis – node results x x x
Network graphics contain all information needed for the network diagram. These data are used
only to create the network on the screen and are not considered by the calculation methods.
at arc:
0x01: Pie
at text field:
0x00: horizontal alignment – left
0x01: horizontal alignment – center
0x02: horizontal alignment – right
0x00: vertical alignment – top
0x10: vertical alignment – center
0x20: vertical alignment – bottom
at image:
0x00: stretched
0x01: fitted
0x10: embedded
0x20: linked
ArrowType Integer 0 Arrow Type
ArrowSize Integer 0.25mm 0 Arrow Size
ArrowStyle Integer 0 Arrow Style
GroupID Integer 0 Group ID
GroupPos Integer 0 Position within Group
MarginLeft Integer 0 Margin Left
MarginRight Integer 0 Margin Right
MarginTop Integer 0 Margin Top
MarginBottom Integer 0 Margin Bottom
Flag_ConType Integer 0 Type of Connected Network Object
ConObj_ID Long Integer Con. Object 0 Secondary Key – Connected Network Object
GraphicType_ID Long Integer 0 Secondary Key – Object Type
TextContent_ID Long Integer 0 Text Content ID
GraphicPos_ID Long Integer 0 Secondary Key – Graphic Area Position