Go to the documentation of this file.
36 namespace implicitFunctions
42 cylinderImplicitFunction,
63 project_(
tensor::
I - direction_*direction_)
69 const dictionary&
dict
74 radius_(
dict.
get<scalar>(
"radius")),
75 scale_(
dict.getOrDefault<scalar>(
"scale", 1)),
77 project_(
tensor::
I - direction_*direction_)
addToRunTimeSelectionTable(decompositionMethod, kahipDecomp, dictionary)
Macros for easy insertion into run-time selection tables.
Vector< scalar > vector
A scalar version of the templated Vector.
cylinderImplicitFunction(const point &origin, const scalar radius, const scalar scale, const vector &direction)
VectorSpace< Form, Cmpt, Ncmpts > normalised(const VectorSpace< Form, Cmpt, Ncmpts > &vs)
List< ReturnType > get(const UPtrList< T > &list, const AccessOp &aop)
vector point
Point is a vector.
defineTypeNameAndDebug(combustionModel, 0)
Tensor< scalar > tensor
Tensor of scalars, i.e. Tensor<scalar>.
static const Identity< scalar > I