Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update master #141

Merged
merged 3 commits into from
Feb 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.