168 inline bool valid()
const
212 template<
class Po
int,
class Po
intRef>
A 1D vector of objects of type <T> with a fixed size <Size>.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of keyword definitions, which are a keyword followed by any number of values (e....
PointRef start() const
Return first vertex.
Point vec() const
Return start-end vector.
A direction and a reference point.
const point & refPoint() const
ray(const point &refPoint, const vector &dir)
const vector & dir() const
Geometric class that creates a 2D plane and can return the intersection point between a line and the ...
const point & refPoint() const
Return the plane base point.
point mirror(const point &p) const
Mirror the supplied point in the plane. Return the mirrored point.
FixedList< scalar, 4 > planeCoeffs() const
Return coefficients for the plane equation, ax + by + cz + d = 0.
friend bool operator!=(const plane &, const plane &)
scalar normalIntersect(const point &pnt0, const vector &dir) const
Return cut coefficient for plane and line defined by.
side sideOfPlane(const point &p) const
Return the side of the plane that the point is on.
bool valid() const
Return whether or not this plane is valid.
plane(const vector &normalVector)
Construct from normal vector through the origin.
friend Ostream & operator<<(Ostream &, const plane &)
Write plane properties.
scalar distance(const point &p) const
Return distance from the given point to the plane.
const vector & normal() const
Return the plane normal.
point aPoint() const
Return a point on the plane.
void writeDict(Ostream &) const
Write to dictionary.
scalar lineIntersect(const line< Point, PointRef > &l) const
Return the cutting point between the plane and.
point nearestPoint(const point &p) const
Return nearest point in the plane for the given point.
ray planeIntersect(const plane &) const
Return the cutting line between this plane and another.
friend bool operator==(const plane &, const plane &)
point planePlaneIntersect(const plane &, const plane &) const
Return the cutting point between this plane and two other planes.
scalar signedDistance(const point &p) const
Return signed distance from the given point to the plane.
const dimensionedScalar c
Speed of light in a vacuum.
bool operator!=(const particle &, const particle &)
tmp< fvMatrix< Type > > operator==(const fvMatrix< Type > &, const fvMatrix< Type > &)
Ostream & operator<<(Ostream &os, const fvConstraints &constraints)