Skip to content
Snippets Groups Projects
Commit 531f6d9e authored by Mark OLESEN's avatar Mark OLESEN
Browse files

TUT: add inner-region cellZone to simpleFoam/motorBike

- useful for post-processing and data conversion tests
parent 553c01d5
Branches
Tags
No related merge requests found
......@@ -26,6 +26,8 @@ fi
runParallel $decompDict snappyHexMesh -overwrite
runParallel $decompDict topoSet
#- For non-parallel running: - set the initial fields
# restore0Dir
......
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2006 |
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "system";
object topoSetDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
actions
(
// For easier post-processing, and data-conversion tests
{
name inner;
type cellZoneSet;
action new;
source boxToCell;
min (-1 -0.5 0);
max ( 6 0.5 2);
}
);
// ************************************************************************* //
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment