34 namespace extrudeModels
49 axisPt_(coeffDict_.
lookup(
"axisPt")),
50 axis_(coeffDict_.
lookup(
"axis")),
66 point sector::operator()
68 const point& surfacePoint,
69 const vector& surfaceNormal,
81 sliceAngle = -angle_/2.0;
85 sliceAngle = angle_/2.0;
96 point d = surfacePoint - axisPt_;
98 d -= (axis_ & d)*axis_;
100 scalar dMag =
mag(d);
102 point edgePt = surfacePoint - d;
105 point rotatedPoint = edgePt;
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Unit conversion functions.
defineTypeNameAndDebug(cyclicSector, 0)
Macros for easy insertion into run-time selection tables.
scalar degToRad(const scalar deg)
Conversion from degrees to radians.
Top level extrusion model class.
stressControl lookup("compactNormalStress") >> compactNormalStress
dimensionedScalar cos(const dimensionedScalar &ds)
dimensionedScalar sin(const dimensionedScalar &ds)
scalar sumThickness(const label layer) const
Helper: calculate cumulative relative thickness for layer.
virtual ~sector()
Destructor.
addToRunTimeSelectionTable(extrudeModel, cyclicSector, dictionary)
dimensioned< scalar > mag(const dimensioned< Type > &)
sector(const dictionary &dict)
Construct from dictionary.