heatExchanger tutorial: removed unnecessary creation of empty baffle patch

This commit is contained in:
Chris Greenshields
2018-06-09 13:26:38 +01:00
parent 338af65685
commit 5aeb17d9e7
5 changed files with 7 additions and 20 deletions

View File

@ -2,9 +2,9 @@
cd ${0%/*} || exit 1 # Run from this directory
./Allrun.pre
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions
./Allmesh
runApplication $(getApplication)

View File

@ -5,7 +5,7 @@ cd ${0%/*} || exit 1 # Run from this directory
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions
./Allrun.pre
./Allmesh
runApplication -s air decomposePar -region air
runApplication -s porous decomposePar -region porous

View File

@ -133,13 +133,6 @@ boundary
(20 21 22 23)
);
}
blades
{
type wall;
faces
();
}
);
mergePatchPairs

View File

@ -19,30 +19,24 @@ FoamFile
// faces.
internalFacesOnly true;
// Baffles to create.
baffles
{
baffleFaces
baffles
{
//- Use predefined faceZone to select faces and orientation.
type faceZone;
zoneName rotorBlades;
patches
{
master
{
//- Master side patch
name blades;
type patch;
name blades;
type wall;
}
slave
{
//- Slave side patch
name blades;
type patch;
$master;
}
}
}