Skip to content
Snippets Groups Projects

[Flow-v1.3] API change and improved scripts

Merged Boman Romain requested to merge adrien into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -28,7 +28,7 @@ def main():
# define flow variables
alpha0 = 0 # must be zero for this testfile
U_inf = [np.cos(alpha0), np.sin(alpha0)] # norm should be 1
M_inf = 0.31
M_inf = 0.25
gamma = 1.4
M_crit = 5 # Squared critical Mach number (above which density is modified)
c_ref = 1
Loading