![]() |
|
Public Member Functions | |
patchDataWave (const polyMesh &mesh, const labelHashSet &patchIDs, const List< Field< Type > * > &initialPatchValuePtrs, bool correctWalls=true) | |
Construct from mesh, information on patches to initialize and flag. | |
virtual | ~patchDataWave () |
virtual void | correct () |
Correct for mesh geom/topo changes. | |
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 () |
const Field< Type > & | cellData () const |
Field< Type > & | cellData () |
const FieldField< Field, Type > & | patchData () const |
FieldField< Field, Type > & | patchData () |
label | nUnset () const |
|
Construct from mesh, information on patches to initialize and flag. whether or not to correct wall. Calculate for all cells. correctWalls : correct wall (face&point) cells for correct distance, searching neighbours. |
|
|
|
Definition at line 179 of file patchDataWave.H. |
|
Definition at line 174 of file patchDataWave.H. |
|
Correct for mesh geom/topo changes.
|
|
Non const access so we can 'transfer' contents for efficiency.
Definition at line 159 of file patchDataWave.H. |
|
Definition at line 153 of file patchDataWave.H. |
|
Definition at line 194 of file patchDataWave.H. |
|
Definition at line 189 of file patchDataWave.H. |
|
Definition at line 184 of file patchDataWave.H. References Foam::label. |
|
Definition at line 169 of file patchDataWave.H. |
|
Definition at line 164 of file patchDataWave.H. |