Skip to content

Commit

Permalink
Merge pull request #141 from su2code/develop
Browse files Browse the repository at this point in the history
Update master
  • Loading branch information
pcarruscag authored Feb 25, 2024
2 parents 0e69ac5 + 07edd13 commit 996c02a
Show file tree
Hide file tree
Showing 8 changed files with 813,711 additions and 0 deletions.
19,538 changes: 19,538 additions & 0 deletions cgns_writer/mesh.su2

Large diffs are not rendered by default.

Binary file added rans/actuatordisk_bem/actuatordisk_bem.dat
Binary file not shown.
390,302 changes: 390,302 additions & 0 deletions rans/actuatordisk_bem/actuatordisk_bem.su2

Large diffs are not rendered by default.

403,844 changes: 403,844 additions & 0 deletions turbomachinery/Aachen_turbine/Aachen_3D_41_blade_coarse.su2

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions turbomachinery/Aachen_turbine/R_Theta_MachRel.eqn
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#!MC 1410
$!AlterData
Equation = '{Radius} = sqrt({x}**2 + {y}**2)'
$!AlterData
Equation = '{Theta} = atan2({x},{y})'
$!AlterData
Equation = '{RTheta} = {Radius}*{Theta}'
$!AlterData
Equation = '{vx} = {Momentum_x}/{Density}'
$!AlterData
Equation = '{vy} = {Momentum_y}/{Density}'
$!AlterData
Equation = '{vz} = {Momentum_z}/{Density}'
$!AlterData
Equation = '{v} = ({vx}**2+{vy}**2+{vz}**2)**(1/2)'
$!AlterData
Equation = '{Sound_Speed} = {v}/{Mach}'
$!AlterData
Equation = '{wx} ={vx}-{Grid_Velocity_x}'
$!AlterData
Equation = '{wy} = {vy}-{Grid_Velocity_y}'
$!AlterData
Equation = '{wz} = {vz}-{Grid_Velocity_z}'
$!AlterData
Equation = '{w} = ({wx}**2 + {wy}**2 +{wz}**2 )**(1/2)'
$!AlterData
Equation = '{Mach_rel} = {w}/{Sound_Speed}'
Binary file added turbomachinery/Aachen_turbine/restart_flow_0.dat
Binary file not shown.
Binary file added turbomachinery/Aachen_turbine/restart_flow_1.dat
Binary file not shown.
Binary file added turbomachinery/Aachen_turbine/restart_flow_2.dat
Binary file not shown.

0 comments on commit 996c02a

Please sign in to comment.