![]() |
|
Public Member Functions | |
patchWave (const polyMesh &mesh, const labelHashSet &patchIDs, bool correctWalls=true) | |
Construct from mesh and patches to initialize to 0 and flag. | |
virtual | ~patchWave () |
virtual void | correct () |
Correct for mesh geom/topo changes. | |
label | nUnset () const |
const scalarField & | distance () const |
scalarField & | distance () |
Non const access so we can 'transfer' contents for efficiency. | |
const FieldField< Field, scalar > & | patchDistance () const |
FieldField< Field, scalar > & | patchDistance () |
|
Construct from mesh and patches to initialize to 0 and flag. whether or not to correct wall. Calculate for all cells. correctWalls : correct wall (face&point) cells for correct distance, searching neighbours. |
|
|
|
Correct for mesh geom/topo changes.
|
|
Non const access so we can 'transfer' contents for efficiency.
Definition at line 148 of file patchWave.H. |
|
Definition at line 142 of file patchWave.H. |
|
Definition at line 137 of file patchWave.H. |
|
Definition at line 158 of file patchWave.H. |
|
Definition at line 153 of file patchWave.H. |