plane: Removed unnecessary sub-dictionaries from caseDicts and tutorials

This commit is contained in:
Will Bainbridge
2020-07-24 12:37:30 +01:00
parent 36731b2fe9
commit dee1e4f4c2
9 changed files with 20 additions and 49 deletions

View File

@ -42,15 +42,10 @@ surface
plane
{
planeType embeddedPoints;
embeddedPointsDict
{
// point1 (-937.259845440205 160.865349115986 240.738791238078);
// point2 (-934.767379895778 9.63875523747379 14.412359671298);
// point3 (44.4744688899417 121.852927962709 182.352485273106);
point1 (-957.895294591874 242.865936478961 162.286611511875);
point2 (-961.43140327772 4.53895551562943 3.04159982093444);
point3 (91.2414146173805 72.1504381996692 48.2181961945329);
}
// Distance from plane
distance 0.1;

View File

@ -23,11 +23,8 @@ cuttingPlane
{
type cuttingPlane;
planeType pointAndNormal;
pointAndNormalDict
{
basePoint $origin;
normalVector $x;
}
point $origin;
normal $x;
interpolate true;
}

View File

@ -24,11 +24,8 @@ cuttingPlane
{
type cuttingPlane;
planeType pointAndNormal;
pointAndNormalDict
{
point (0 0 0);
normal (0 0 1);
}
interpolate true;
}
);

View File

@ -17,11 +17,8 @@ FoamFile
planeType pointAndNormal;
pointAndNormalDict
{
point (0 0 0);
normal (-1 0 0);
}
planeTolerance 1e-06;

View File

@ -17,11 +17,8 @@ FoamFile
planeType pointAndNormal;
pointAndNormalDict
{
point (0 0 0);
normal (0 -1 0);
}
planeTolerance 1e-06;

View File

@ -24,11 +24,8 @@ surfaces
{
type cuttingPlane;
planeType pointAndNormal;
pointAndNormalDict
{
point (0 0 0);
normal (0 0 1);
}
interpolate true;
}

View File

@ -25,11 +25,8 @@ cuttingPlane
{
type cuttingPlane;
planeType pointAndNormal;
pointAndNormalDict
{
point (0 0 0);
normal (0 0 1);
}
interpolate true;
}
);

View File

@ -24,11 +24,8 @@ cuttingPlane
{
type cuttingPlane;
planeType pointAndNormal;
pointAndNormalDict
{
point (0 0 0);
normal (0 1 0);
}
interpolate true;
}
);

View File

@ -23,11 +23,8 @@ cuttingPlane
{
type cuttingPlane;
planeType pointAndNormal;
pointAndNormalDict
{
point (0 0 0);
normal (0 1 0);
}
interpolate true;
}
);