INT: polyline: new extrusion model

Allows specification of extrusion path using blockMesh 'edges' syntax.
See tutorials/mesh/extrudeMesh/polyline

Contribution by Ivor Clifford/Paul Scherrer Institut
This commit is contained in:
Ivor Clifford
2020-10-22 10:12:46 +01:00
committed by mattijs
parent e11c072bc4
commit d8525f1746
12 changed files with 732 additions and 2 deletions

View File

@ -0,0 +1,8 @@
#!/bin/sh
cd "${0%/*}" || exit # Run from this directory
. ${WM_PROJECT_DIR:?}/bin/tools/CleanFunctions # Tutorial clean functions
#------------------------------------------------------------------------------
cleanCase0
#------------------------------------------------------------------------------