Skip to content

Commit

Permalink
add new turbomachinery folder with a single blade and with a stage (s…
Browse files Browse the repository at this point in the history
…tator-rotor)
  • Loading branch information
salvovitale committed Oct 28, 2015
1 parent 596f9ab commit 48c7baf
Show file tree
Hide file tree
Showing 5 changed files with 76,334 additions and 0 deletions.
18 changes: 18 additions & 0 deletions turbomachinery/centrifugal_blade/rotating_equation_tecplot.eqn
@@ -0,0 +1,18 @@
#!MC 1200
# Created by Tecplot 360 build 12.0.0.4231
$!ALTERDATA [1]
EQUATION = '{Vx} = V4/V3'
$!ALTERDATA [1]
EQUATION = '{Vy} = V5/V3'
$!ALTERDATA [1]
EQUATION = '{V} = sqrt({Vx}*{Vx} + {Vy}*{Vy})'
$!ALTERDATA [1]
EQUATION = '{c} = {V}/V14'
$!ALTERDATA [1]
EQUATION = '{Wx} = {Vx} - V9'
$!ALTERDATA [1]
EQUATION = '{Wy} = {Vy} - V10'
$!ALTERDATA [1]
EQUATION = '{W} = sqrt({Wx}*{Wx} + {Wy}*{Wy})'
$!ALTERDATA [1]
EQUATION = '{Mr} = {W}/{c}'

0 comments on commit 48c7baf

Please sign in to comment.