-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuffer.tex
More file actions
60 lines (48 loc) · 3.73 KB
/
buffer.tex
File metadata and controls
60 lines (48 loc) · 3.73 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
\section{Format of data files}
\subsection{EXC and TOR models}
The data of EXC and TOR models are embedded in the synchronous machine model according to the following format:
{\tt \hspace*{5ex} SYNC\_MACH $<$machine data$>$ EXC $<$name of exc model$>$ $<$data of exc model$>$ \\
\hspace*{10ex} TOR $<$name of tor model$>$ $<$data of tor model$>$ ;}
where:
\begin{itemize}
\item {\tt $<$machine data$>$} is the set of machine data (including its name, the name of the connection bus, etc.) as detailed in Section~\ref{sec-mach-data}
\item {\tt EXC} is a keyword indicating the beginning of the exc-related section
\item {\tt $<$name of exc model$>$} is the complete name of the exc model as defined in the header of the model file (see Section~\ref{sec-model-header}). This is a string of at most 20 characters
\item {\tt $<$data of exc model$>$} is the corresponding list of data, in the same order as in the data section of the exc model (see Section~\ref{sec-model-data})
\item {\tt TOR} is a keyword indicating the beginning of the tor-related section
\item {\tt $<$name of tor model$>$} is the complete name of the tor model as defined in the header of the model file. This is a string of at most 20 characters
\item {\tt $<$data of tor model$>$} is the corresponding list of data, in the same order as in the data section of the tor model.
\end{itemize}
\subsection{INJ model}
The record describing an injector, with keyword INJEC, includes the following fields:
{\tt \hspace*{5ex} INJEC MODEL NAME BUS FP FQ P Q $<$injector data$>$ ;}
where:
\begin{itemize}
\item{\tt MODEL} is the complete name of the injector model as defined in the header of the model file (see Section~\ref{sec-model-header}). This is a string of at most 20 characters
\item{\tt NAME} is the name of the injector. This is a string of at most 20 characters
\item{\tt BUS} is the name of the bus to which the injector is connected. This is a string of at most 8 characters defined in a BUS record
\item{\tt FP}: please refer to synchronous machine
\item{\tt FQ}: please refer to synchronous machine
\item{\tt P}: please refer to synchronous machine
\item{\tt Q}: please refer to synchronous machine
\item{\tt $<$injector data$>$} is the corresponding list of data, in the same order as in the data section of the inj model (see Section~\ref{sec-model-data}).
\end{itemize}
\subsection{TWOP model}
The record describing a two-port, with keyword TWOP, includes the following fields:
{\tt \hspace*{1ex} TWOP MODEL NAME BUS1 BUS2 FP1 FQ1 P1 Q1 FP2 FQ2 P2 Q2 $<$two-port data$>$ ;}
where:
\begin{itemize}
\item{\tt MODEL} is the complete name of the two-port model as defined in the header of the model file (see Section~\ref{sec-model-header}). This is a string of at most 20 characters
\item{\tt NAME} is the name of the two-port. This is a string of at most 20 characters
\item{\tt BUS1} is the name of the first bus to which the two-port is connected. This is a string of at most 8 characters defined in a BUS record
\item{\tt BUS2} is the name of the second bus to which the two-port is connected. This is a string of at most 8 characters defined in a BUS record
\item{\tt FP1}: please refer to synchronous machine
\item{\tt FQ1}: please refer to synchronous machine
\item{\tt P1}: please refer to synchronous machine
\item{\tt Q1}: please refer to synchronous machine
\item{\tt FP2}: please refer to synchronous machine
\item{\tt FQ2}: please refer to synchronous machine
\item{\tt P2}: please refer to synchronous machine
\item{\tt Q2}: please refer to synchronous machine
\item{\tt $<$two-port data$>$} is the corresponding list of data, in the same order as in the data section of the twop model (see Section~\ref{sec-model-data}).
\end{itemize}