Skip to content
Snippets Groups Projects

Update waves

Merged Boman Romain requested to merge adrien into master
11 files
+ 113
53
Compare changes
  • Side-by-side
  • Inline
Files
11
+ 2
1
@@ -186,7 +186,7 @@ Mesh.Smoothing = 10;
Mesh.SmoothNormals = 1;
// Physical
Physical Line("teTip") = {21};
Physical Line("teTip") = {21, 62};
Physical Line("wakeTip") = {62};
Physical Surface("cylinder") = {1, 2, 5, 6};
Physical Surface("cylinder_") = {3, 4, 7, 8};
@@ -199,3 +199,4 @@ Physical Surface("farfield") = {15, 16, 17, 18};
Physical Surface("wake") = {19};
Physical Volume("field") = {1};
Physical Volume("field_") = {2};
Loading