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

@ -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;
}
);

View File

@ -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;

View File

@ -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;

View File

@ -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;
}

View File

@ -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;
}
);

View File

@ -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;
}
);

View File

@ -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;
}
);