Skip to content
Snippets Groups Projects

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

Merged Boman Romain requested to merge adrien into master
4 files
+ 5
5
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 1
1
@@ -91,7 +91,7 @@ def main():
# post process
tms['post'].start()
if canPost:
fU.writeSlices(msh.name,[0.01, 0.37, 0.75])
fU.writeSlices(msh.name,[0.01, 0.37, 0.75],5)
data = tU.read('slice_1.dat')
tU.plot(data[:,3], data[:,4], 'x', 'Cp', 'Pressure distribution at MAC', True)
tms['post'].stop()
Loading