INT: splineEdge: allowing usage in extrudeMesh. See #1983.

This commit is contained in:
Mattijs Janssens
2021-05-26 12:22:24 +00:00
parent 8be49d8683
commit 4a87e2d0b4
5 changed files with 125 additions and 17 deletions

View File

@ -3,12 +3,20 @@ cd "${0%/*}" || exit # Run from this directory
. ${WM_PROJECT_DIR:?}/bin/tools/RunFunctions # Tutorial run functions
#------------------------------------------------------------------------------
runApplication extrudeMesh
# Extrude using arcs
USE_ARC=true runApplication -s arc extrudeMesh
# For output fields from checkMesh
mkdir -p 1
runApplication -s arc checkMesh -writeAllFields -time 1
runApplication checkMesh -writeAllFields
# Extrude using splines
USE_ARC=false runApplication -s spline extrudeMesh
# For output fields from checkMesh
mkdir -p 2
runApplication -s spline checkMesh -writeAllFields -time 2
paraFoam -touch -vtk