Helper class used by fvc::sweep function. More...
Public Member Functions | |
| sweepData () | |
| Construct null. More... | |
| sweepData (const scalar value, const point &origin) | |
| Construct from component. More... | |
| scalar | value () const |
| Return value. More... | |
| const point & | origin () const |
| Return origin. More... | |
| template<class TrackingData > | |
| bool | valid (TrackingData &td) const |
| Check whether origin has been changed at all or. More... | |
| template<class TrackingData > | |
| bool | sameGeometry (const fvMesh &, const sweepData &, const scalar, TrackingData &td) const |
| Check for identical geometrical data. More... | |
| template<class TrackingData > | |
| void | transform (const fvPatch &patch, const label patchFacei, const transformer &transform, TrackingData &td) |
| Transform across an interface. More... | |
| template<class TrackingData > | |
| bool | updateCell (const fvMesh &, const label thisCelli, const labelPair &neighbourPatchAndFacei, const sweepData &svf, const scalar tol, TrackingData &td) |
| Influence of neighbouring face. More... | |
| template<class TrackingData > | |
| bool | updateFace (const fvMesh &, const labelPair &thisPatchAndFacei, const label neighbourCelli, const sweepData &svf, const scalar tol, TrackingData &td) |
| Influence of neighbouring cell. More... | |
| template<class TrackingData > | |
| bool | updateFace (const fvMesh &, const labelPair &thisPatchAndFacei, const sweepData &svf, const scalar tol, TrackingData &td) |
| Influence of different value on same face. More... | |
| template<class TrackingData > | |
| bool | equal (const sweepData &, TrackingData &td) const |
| Same (like operator==) More... | |
| void | operator= (const scalar value) |
| bool | operator== (const sweepData &) const |
| bool | operator!= (const sweepData &) const |
Friends | |
| Ostream & | operator<< (Ostream &os, const sweepData &svf) |
| Istream & | operator>> (Istream &is, sweepData &svf) |
|
inline |
Construct null.
Definition at line 77 of file sweepDataI.H.
Construct from component.
Definition at line 84 of file sweepDataI.H.
|
inline |
Return value.
Definition at line 97 of file sweepData.H.
Referenced by sweepData::operator=().

|
inline |
Return origin.
Definition at line 103 of file sweepData.H.
References sweepData::equal(), sweepData::operator!=(), sweepData::operator=(), sweepData::operator==(), sweepData::sameGeometry(), sweepData::transform(), sweepData::updateCell(), sweepData::updateFace(), and sweepData::valid().
Referenced by sweepData::operator==().


|
inline |
Check whether origin has been changed at all or.
still contains original (invalid) value
Definition at line 94 of file sweepDataI.H.
References sweepData::sameGeometry().
Referenced by sweepData::origin().


|
inline |
Check for identical geometrical data.
Used for cyclics checking
Definition at line 102 of file sweepDataI.H.
References sweepData::transform().
Referenced by sweepData::origin(), and sweepData::valid().


|
inline |
Transform across an interface.
Definition at line 115 of file sweepDataI.H.
References transformer::transformPosition(), and sweepData::updateCell().
Referenced by sweepData::origin(), and sweepData::sameGeometry().


|
inline |
Influence of neighbouring face.
Definition at line 128 of file sweepDataI.H.
References fvMesh::C(), and sweepData::updateFace().
Referenced by sweepData::origin(), and sweepData::transform().


|
inline |
Influence of neighbouring cell.
Definition at line 143 of file sweepDataI.H.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), fvMesh::Cf(), Pair< Type >::first(), and Pair< Type >::second().
Referenced by sweepData::origin(), and sweepData::updateCell().


|
inline |
Influence of different value on same face.
Definition at line 171 of file sweepDataI.H.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), fvMesh::Cf(), sweepData::equal(), Pair< Type >::first(), and Pair< Type >::second().

Same (like operator==)
Definition at line 197 of file sweepDataI.H.
References sweepData::operator==().
Referenced by sweepData::origin(), and sweepData::updateFace().


|
inline |
Definition at line 209 of file sweepDataI.H.
References sweepData::value().
Referenced by sweepData::origin().


Definition at line 218 of file sweepDataI.H.
References sweepData::origin().
Referenced by sweepData::equal(), and sweepData::origin().


Definition at line 227 of file sweepDataI.H.
Referenced by sweepData::origin().

Definition at line 188 of file sweepData.H.
Definition at line 193 of file sweepData.H.