Go to the documentation of this file.
35 namespace extrudeModels
56 point radial::operator()
58 const point& surfacePoint,
59 const vector& surfaceNormal,
64 scalar rs =
mag(surfacePoint);
65 vector rsHat = surfacePoint/rs;
67 scalar r = R_->value(layer);
69 Pout<<
"** for layer " << layer <<
" r:" << r <<
endl;
defineTypeNameAndDebug(cyclicSector, 0)
Top level extrusion model class.
Ostream & endl(Ostream &os)
Top level data entry class for use in dictionaries. Provides a mechanism to specify a variable as a c...
radial(const dictionary &dict)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
addToRunTimeSelectionTable(extrudeModel, cyclicSector, dictionary)
Macros for easy insertion into run-time selection tables.
Extrudes radially according to the Function1 description.
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
dimensioned< typename typeOfMag< Type >::type > mag(const dimensioned< Type > &dt)