mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
TUT: remove superfluous 'sourceInfo' (topo sets)
- update annotated dicts, remove tabs - use point1/point2 for cylinder sources
This commit is contained in:
@ -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 | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
@ -22,7 +22,7 @@ geometry
|
||||
{
|
||||
BoxRefinement_1
|
||||
{
|
||||
type searchableBox ;
|
||||
type box;
|
||||
min (-3.8 -0.8 -0.2 );
|
||||
max (3.8 0.8 0.75 );
|
||||
}
|
||||
@ -36,7 +36,7 @@ castellatedMeshControls
|
||||
nCellsBetweenLevels 4;
|
||||
maxLoadUnbalance 0.1;
|
||||
allowFreeStandingZoneFaces true;
|
||||
resolveFeatureAngle 30;
|
||||
resolveFeatureAngle 30;
|
||||
features
|
||||
(
|
||||
);
|
||||
|
||||
@ -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 | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
@ -21,10 +21,8 @@ actions
|
||||
type cellSet;
|
||||
action new;
|
||||
source regionsToCell;
|
||||
sourceInfo
|
||||
{
|
||||
insidePoints ((-6 0 0.0));
|
||||
}
|
||||
|
||||
insidePoints ((-6 0 0.0));
|
||||
}
|
||||
|
||||
{
|
||||
@ -32,10 +30,8 @@ actions
|
||||
type cellSet;
|
||||
action new;
|
||||
source cellToCell;
|
||||
sourceInfo
|
||||
{
|
||||
set c0;
|
||||
}
|
||||
|
||||
set c0;
|
||||
}
|
||||
|
||||
{
|
||||
@ -49,11 +45,9 @@ actions
|
||||
type cellSet;
|
||||
action new;
|
||||
source regionsToCell;
|
||||
sourceInfo
|
||||
{
|
||||
set c1;
|
||||
insidePoints ((-3.4 0.1 0.1));
|
||||
}
|
||||
|
||||
set c1;
|
||||
insidePoints ((-3.4 0.1 0.1));
|
||||
}
|
||||
|
||||
{
|
||||
@ -61,10 +55,8 @@ actions
|
||||
type cellSet;
|
||||
action delete;
|
||||
source cellToCell;
|
||||
sourceInfo
|
||||
{
|
||||
set c2;
|
||||
}
|
||||
|
||||
set c2;
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
@ -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 | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
@ -21,10 +21,7 @@ actions
|
||||
type cellSet;
|
||||
action new;
|
||||
source cellToCell;
|
||||
sourceInfo
|
||||
{
|
||||
set c1;
|
||||
}
|
||||
set c1;
|
||||
}
|
||||
|
||||
{
|
||||
@ -32,10 +29,7 @@ actions
|
||||
type cellSet;
|
||||
action add;
|
||||
source cellToCell;
|
||||
sourceInfo
|
||||
{
|
||||
set c2;
|
||||
}
|
||||
set c2;
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
@ -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 | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
@ -39,14 +39,14 @@ geometry
|
||||
|
||||
BoxRefinement_1
|
||||
{
|
||||
type searchableBox ;
|
||||
type box;
|
||||
min ( -3.60318 -0.20025 -0.039084 );
|
||||
max ( -3.20311 0.20025 0.395883 );
|
||||
}
|
||||
|
||||
BoxRefinement_3_hub
|
||||
{
|
||||
type searchableBox ;
|
||||
type box;
|
||||
min ( -3.54 -0.12 0.010);
|
||||
max ( -3.34 0.12 0.26);
|
||||
}
|
||||
@ -193,4 +193,4 @@ mergeTolerance 1e-08;
|
||||
debug 0;
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -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 | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
@ -46,7 +46,7 @@ geometry
|
||||
|
||||
BoxRefinement_3
|
||||
{
|
||||
type searchableBox ;
|
||||
type box;
|
||||
min ( -4 -0.135 0.0085 );
|
||||
max ( -3.3 0.135 0.26 );
|
||||
}
|
||||
@ -202,4 +202,4 @@ mergeTolerance 1e-08;
|
||||
debug 0;
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user