Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
531f6d9e
Commit
531f6d9e
authored
Feb 07, 2020
by
Mark OLESEN
Browse files
TUT: add inner-region cellZone to simpleFoam/motorBike
- useful for post-processing and data conversion tests
parent
553c01d5
Changes
2
Hide whitespace changes
Inline
Side-by-side
tutorials/incompressible/simpleFoam/motorBike/Allrun
View file @
531f6d9e
...
...
@@ -26,6 +26,8 @@ fi
runParallel
$decompDict
snappyHexMesh
-overwrite
runParallel
$decompDict
topoSet
#- For non-parallel running: - set the initial fields
# restore0Dir
...
...
tutorials/incompressible/simpleFoam/motorBike/system/topoSetDict
0 → 100644
View file @
531f6d9e
/*--------------------------------*- 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);
}
);
// ************************************************************************* //
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment