tutorials/incompressibleVoF/DTCHullMoving: Changed the featureAngle to 180
to improve the mesh adjacent to the symmetry plane to avoid excessive mesh distortion during mesh motion.
This commit is contained in:
@ -197,7 +197,7 @@ addLayersControls
|
|||||||
|
|
||||||
// When not to extrude surface. 0 is flat surface, 90 is when two faces
|
// When not to extrude surface. 0 is flat surface, 90 is when two faces
|
||||||
// are perpendicular
|
// are perpendicular
|
||||||
featureAngle 100;
|
featureAngle 180;
|
||||||
|
|
||||||
// At non-patched sides allow mesh to slip if extrusion direction makes
|
// At non-patched sides allow mesh to slip if extrusion direction makes
|
||||||
// angle larger than slipFeatureAngle. Default is 0.5*featureAngle.
|
// angle larger than slipFeatureAngle. Default is 0.5*featureAngle.
|
||||||
|
|||||||
Reference in New Issue
Block a user