mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
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:
@ -71,9 +71,9 @@ nLayers 10;
|
||||
|
||||
expansionRatio 1.0;
|
||||
|
||||
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,8 +92,7 @@ linearDirectionCoeffs
|
||||
linearRadialCoeffs
|
||||
{
|
||||
R 0.1;
|
||||
// Optional inner radius
|
||||
Rsurface 0.01;
|
||||
Rsurface 0.01; // Optional inner radius
|
||||
}
|
||||
|
||||
radialCoeffs
|
||||
|
||||
@ -85,9 +85,9 @@ linearNormalCoeffs
|
||||
thickness 0.05;
|
||||
}
|
||||
|
||||
wedgeCoeffs
|
||||
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
|
||||
}
|
||||
@ -100,9 +100,8 @@ linearDirectionCoeffs
|
||||
|
||||
linearRadialCoeffs
|
||||
{
|
||||
R 0.1;
|
||||
// Optional inner radius
|
||||
Rsurface 0.01;
|
||||
R 0.1;
|
||||
Rsurface 0.01; // Optional inner radius
|
||||
}
|
||||
|
||||
radialCoeffs
|
||||
|
||||
@ -32,9 +32,11 @@ linearDirectionCoeffs
|
||||
thickness 0.1;
|
||||
}
|
||||
|
||||
wedgeCoeffs
|
||||
sectorCoeffs //<- Also used for wedge
|
||||
{
|
||||
axisPt (0 0 0);
|
||||
point (0 0 0);
|
||||
axis (1 0 0);
|
||||
angle 10;
|
||||
}
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
@ -175,14 +175,12 @@ extrusion
|
||||
thickness 0.1;
|
||||
}
|
||||
|
||||
wedgeCoeffs
|
||||
sectorCoeffs //<- Also used for wedge
|
||||
{
|
||||
axisPt (0 0 0);
|
||||
point (0 0 0);
|
||||
axis (1 0 0);
|
||||
angle 10;
|
||||
}
|
||||
|
||||
thickness 0.1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user