41 void Foam::cylinderToCell::combine(topoSet&
set,
const bool add)
const 43 const vector axis = point2_ - point1_;
44 const scalar rad2 =
sqr(radius_);
45 const scalar magAxis2 =
magSqr(axis);
51 vector d = ctrs[celli] - point1_;
52 scalar magD = d & axis;
54 if ((magD > 0) && (magD < magAxis2))
56 scalar d2 = (d & d) -
sqr(magD)/magAxis2;
59 addOrDelete(
set, celli, add);
92 radius_(dict.
lookup<scalar>(
"radius"))
112 Info<<
" Adding cells with centre within cylinder, with point1 = " 113 << point1_ <<
", point2 = " << point2_ <<
" and radius = " 120 Info<<
" Removing cells with centre within cylinder, with point1 = " 121 << point1_ <<
", point2 = " << point2_ <<
" and radius = " #define forAll(list, i)
Loop across all elements in list.
A list of keyword definitions, which are a keyword followed by any number of values (e...
dimensionedSymmTensor sqr(const dimensionedVector &dv)
Ostream & endl(Ostream &os)
Add newline and flush stream.
virtual void applyToSet(const topoSetSource::setAction action, topoSet &) const
Vector< scalar > vector
A scalar version of the templated Vector.
Macros for easy insertion into run-time selection tables.
Base class of a source for a topoSet.
vectorField pointField
pointField is a vectorField.
setAction
Enumeration defining the valid actions.
cylinderToCell(const polyMesh &mesh, const vector &point1, const vector &point2, const scalar radius)
Construct from components.
dimensioned< scalar > magSqr(const dimensioned< Type > &)
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
virtual ~cylinderToCell()
Destructor.
General set of labels of mesh quantity (points, cells, faces).
Mesh consisting of general polyhedral cells.
ITstream & lookupBackwardsCompatible(const wordList &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream, trying a list of keywords.
treeBoundBox combine(const treeBoundBox &a, const treeBoundBox &b)
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.