56point 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);
Macros for easy insertion into run-time selection tables.
#define addToRunTimeSelectionTable(baseType, thisType, argNames)
Add to construction table with typeName as the key.
Top level data entry class for use in dictionaries. Provides a mechanism to specify a variable as a c...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Top level extrusion model class.
static autoPtr< extrudeModel > New(const dictionary &dict)
Select null constructed.
extrudeModel(const extrudeModel &)=delete
No copy construct.
const dictionary & coeffDict_
Extrudes radially according to the Function1 description.
radial(const dictionary &dict)
Construct from dictionary.
#define defineTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information.
const word GlobalIOList< Tuple2< scalar, vector > >::typeName("scalarVectorTable")
dimensioned< typename typeOfMag< Type >::type > mag(const dimensioned< Type > &dt)
vector point
Point is a vector.