Skip to content
Snippets Groups Projects

Update waves

Merged Boman Romain requested to merge adrien into master
2 files
+ 0
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
1
@@ -45,7 +45,6 @@ def main():
mshCrck = tbox.MshCrack(msh, dim, "wake", ["field", "field_", "airfoil", "airfoil_", "downstream", "downstream_"])
pbl = f.Problem(msh, dim, alpha0, M_inf, c_ref, c_ref, xc, 0., 0.)
# create mesh deformation handler
#mshDef = tbox.MshDeformation(msh, dim, "field", ["upstream", "side", "downstream"], ["airfoil"], ["wake", "wake_"])
mshDef = tbox.MshDeformation(msh, dim)
mshDef.setField("field")
mshDef.setFixed(["upstream", "side", "downstream"])
Loading