tutorials/propeller: Mesh AMI-s as a face-zone, rather than patches
snappyHexMesh now generates a face-zone for the AMI-s, and createBaffles and mergeOrSplitPoints -split are used to create the patches. Before, snappy generated AMI patches directly, which were then converted to AMI-s with createPatch. This way, the AMI-s match exactly at the start of the simulation. For more complicated cases that may be derived from this tutorial, this could be important.
This commit is contained in:
@ -16,12 +16,9 @@ FoamFile
|
||||
|
||||
surfaces
|
||||
(
|
||||
"innerCylinderSmall.obj"
|
||||
"innerCylinder.obj"
|
||||
"outerCylinder.obj"
|
||||
"propellerStem1.obj"
|
||||
"propellerStem2.obj"
|
||||
"propellerStem3.obj"
|
||||
"propellerTip.obj"
|
||||
"propeller.obj"
|
||||
);
|
||||
|
||||
// Identify a feature when angle between faces < includedAngle
|
||||
|
||||
Reference in New Issue
Block a user