TUT: remove superfluous 'sourceInfo' (topo sets)

- update annotated dicts, remove tabs

- use point1/point2 for cylinder sources
This commit is contained in:
Mark Olesen
2022-05-25 10:48:24 +02:00
parent 832fbd954f
commit 500c7047b2
30 changed files with 197 additions and 331 deletions

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2112 |
| \\ / O peration | Version: v2206 |
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
@ -44,7 +44,7 @@ geometry
{
refinement1
{
type searchableBox;
type box;
min (-1 -2 -1);
max ( 1 2 1);
}
@ -52,7 +52,7 @@ geometry
// Shell for directional refinement
wakeBox
{
type searchableBox;
type box;
min (1.5 1 -0.5);
max (3.5 2 0.5);
}
@ -85,7 +85,7 @@ geometry
/*
sphere2
{
type searchableSphere;
type sphere;
centre (1.5 1.5 1.5);
radius 1.03;
}