Skip to content

Commit 043638a

Browse files
committed
Added text to help files explaining SMN calculation.
1 parent 1d73b1d commit 043638a

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

Trunk/TMATS_Library/TMATS_Support/Turbo_TMATS_Cmp.html

+21-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ <h1>
242242
<i>Wc<sub>In</sub></i> is equal to zero.
243243
</p>
244244
<p>
245-
To determine the available stall margin, the following equation was used:
245+
To determine the available stall margin, the following equation was used by default:
246246

247247
$$SMavail = \frac{SPR - PR}{PR} * 100 $$
248248

@@ -255,6 +255,25 @@ <h1>
255255

256256
$$SMMap = \frac{SPRMap - PRMap}{PRMap} * 100$$
257257
</p>
258+
<p>
259+
The alternative definiton of stall margin (based on the distance of the
260+
operating point from the stall line by following a constant speed line
261+
instead of constant flow line) can be used by checking the appropriate
262+
box in the Surge Margin tab of the block mask. The following equation
263+
is used to compute this constant speed stall margin:
264+
265+
$$SMavail = \Bigg(\frac{Wc / SWc}{PR / SPR} - 1\Bigg) * 100 $$
266+
267+
In this definition, <i>SPR</i> and <i>SWc</i> are the pressure ratio
268+
and corrected mass flow obtained where the current speed line intersects with
269+
the stall line. These parameters are found via an iterative search
270+
process.
271+
272+
The speed-based, map stall margin is calculated using the unscaled map
273+
data with the equation below:
274+
275+
$$SMMap = \Bigg(\frac{WcMap / SWcMap}{PRMap / SPRMap} - 1\Bigg) * 100 $$
276+
</p>
258277
<p>
259278
For information on which output values are contained within the block outputs,
260279
see the Compressor Output table below.
@@ -457,6 +476,7 @@ <h1>
457476
<br>Set - use SRline_M
458477
<br>
459478
<br>Un-set - define manually via X_C_Map_WcSurgeVec_M and T_C_Map_PRSurgeVec_M </td></tr>
479+
<tr><td>SMNEn_M</td><td>Enable alternative (constant speed) surge margin calculation [check - enabled]</td></tr>
460480
<tr><td>SRline_M</td><td>Rline defined as the surge line (typically defined as 1)</td></tr>
461481
<tr><td>X_C_Map_WcSurgeVec_M</td><td>Compensated flow surge vector (map value)(sx1)</td></tr>
462482
<tr><td>T_C_Map_PRSurgeVec_M</td><td>Surge line pressure ratio vector (map value)(sx1)</td></tr>

Trunk/TMATS_Library/TMATS_Support/Turbo_TMATS_CmpVG.html

+1
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ <h1>
230230
<br> Set - use SRline_M
231231
<br>
232232
<br> Un-set - define manually via X_C_Map_WcSurgeVec_M and T_C_Map_PRSurgeVec_M </td></tr>
233+
<tr><td>SMNEn_M</td><td>Enable alternative (constant speed) surge margin calculation [check - enabled]</td></tr>
233234
<tr><td>SRline_M</td><td>Rline defined as the surge line (typically defined as 1)</td></tr>
234235
<tr><td>X_C_Map_WcSurgeVec_M</td><td>Compensated flow surge vector (map value)(Vec = f(Alpha))(sxr)</td></tr>
235236
<tr><td>T_C_Map_PRSurgeVec_M</td><td>Surge line pressure ratio vector (map value)(Vec = f(Alpha)(sxr)</td></tr>

0 commit comments

Comments
 (0)