plane: Removed unnecessary sub-dictionaries from caseDicts and tutorials
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
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;
|
||||
|
||||
@ -23,11 +23,8 @@ cuttingPlane
|
||||
{
|
||||
type cuttingPlane;
|
||||
planeType pointAndNormal;
|
||||
pointAndNormalDict
|
||||
{
|
||||
basePoint $origin;
|
||||
normalVector $x;
|
||||
}
|
||||
point $origin;
|
||||
normal $x;
|
||||
interpolate true;
|
||||
}
|
||||
|
||||
|
||||
@ -24,11 +24,8 @@ cuttingPlane
|
||||
{
|
||||
type cuttingPlane;
|
||||
planeType pointAndNormal;
|
||||
pointAndNormalDict
|
||||
{
|
||||
point (0 0 0);
|
||||
normal (0 0 1);
|
||||
}
|
||||
point (0 0 0);
|
||||
normal (0 0 1);
|
||||
interpolate true;
|
||||
}
|
||||
);
|
||||
|
||||
@ -17,11 +17,8 @@ FoamFile
|
||||
|
||||
planeType pointAndNormal;
|
||||
|
||||
pointAndNormalDict
|
||||
{
|
||||
point (0 0 0);
|
||||
normal (-1 0 0);
|
||||
}
|
||||
point (0 0 0);
|
||||
normal (-1 0 0);
|
||||
|
||||
planeTolerance 1e-06;
|
||||
|
||||
|
||||
@ -17,11 +17,8 @@ FoamFile
|
||||
|
||||
planeType pointAndNormal;
|
||||
|
||||
pointAndNormalDict
|
||||
{
|
||||
point (0 0 0);
|
||||
normal (0 -1 0);
|
||||
}
|
||||
point (0 0 0);
|
||||
normal (0 -1 0);
|
||||
|
||||
planeTolerance 1e-06;
|
||||
|
||||
|
||||
@ -24,11 +24,8 @@ surfaces
|
||||
{
|
||||
type cuttingPlane;
|
||||
planeType pointAndNormal;
|
||||
pointAndNormalDict
|
||||
{
|
||||
point (0 0 0);
|
||||
normal (0 0 1);
|
||||
}
|
||||
point (0 0 0);
|
||||
normal (0 0 1);
|
||||
interpolate true;
|
||||
}
|
||||
|
||||
|
||||
@ -25,11 +25,8 @@ cuttingPlane
|
||||
{
|
||||
type cuttingPlane;
|
||||
planeType pointAndNormal;
|
||||
pointAndNormalDict
|
||||
{
|
||||
point (0 0 0);
|
||||
normal (0 0 1);
|
||||
}
|
||||
point (0 0 0);
|
||||
normal (0 0 1);
|
||||
interpolate true;
|
||||
}
|
||||
);
|
||||
|
||||
@ -24,11 +24,8 @@ cuttingPlane
|
||||
{
|
||||
type cuttingPlane;
|
||||
planeType pointAndNormal;
|
||||
pointAndNormalDict
|
||||
{
|
||||
point (0 0 0);
|
||||
normal (0 1 0);
|
||||
}
|
||||
point (0 0 0);
|
||||
normal (0 1 0);
|
||||
interpolate true;
|
||||
}
|
||||
);
|
||||
|
||||
@ -23,11 +23,8 @@ cuttingPlane
|
||||
{
|
||||
type cuttingPlane;
|
||||
planeType pointAndNormal;
|
||||
pointAndNormalDict
|
||||
{
|
||||
point (0 0 0);
|
||||
normal (0 1 0);
|
||||
}
|
||||
point (0 0 0);
|
||||
normal (0 1 0);
|
||||
interpolate true;
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user