STYLE: clarify input requirements for extrusion models (#1181)

- changed the sectorCoeffs keyword to 'point' from 'axisPt'
  for more similarity with other dictionaries.
  Continue to accept 'axisPt' for compatibility.
This commit is contained in:
Mark Olesen
2019-01-24 09:40:12 +01:00
parent 8b3a00efcc
commit 1c85c64984
38 changed files with 224 additions and 222 deletions

View File

@ -71,9 +71,9 @@ nLayers 10;
expansionRatio 1.02;
sectorCoeffs
sectorCoeffs //<- Also used for wedge
{
axisPt (0 0.1 -0.05);
point (0 0.1 -0.05);
axis (-1 0 0);
angle 360; // For nLayers=1 assume symmetry so angle/2 on each side
}
@ -92,14 +92,13 @@ planeCoeffs
linearDirectionCoeffs
{
direction (0 1 0);
thickness 0.5;
thickness 0.5;
}
linearRadialCoeffs
{
R 0.1;
// Optional inner radius
Rsurface 0.01;
Rsurface 0.01; // Optional inner radius
}
radialCoeffs