Go to the documentation of this file.
36 namespace implicitFunctions
42 cylinderImplicitFunction,
63 project_(
tensor::
I - direction_*direction_)
69 const dictionary&
dict
72 cylinderImplicitFunction
75 dict.get<scalar>(
"radius"),
76 dict.getOrDefault<scalar>(
"scale", 1),
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)
Construct from components.
VectorSpace< Form, Cmpt, Ncmpts > normalised(const VectorSpace< Form, Cmpt, Ncmpts > &vs)
vector point
Point is a vector.
defineTypeNameAndDebug(combustionModel, 0)
Tensor< scalar > tensor
Tensor of scalars, i.e. Tensor<scalar>.
static const Identity< scalar > I