|
| | FvWallInfoYPlusBase () |
| | Construct null. More...
|
| |
| | FvWallInfoDataBase () |
| | Construct null. More...
|
| |
| | FvWallInfoDataBase (const scalar &data, const Geometry &... geometry) |
| | Construct from data and other geometry. More...
|
| |
| const scalar & | data () const |
| |
| scalar & | data () |
| |
| const scalar & | data (TrackingData &td) const |
| |
| void | transform (const fvPatch &patch, const label patchFacei, const transformer &transform, TrackingData &td) |
| | Transform across an interface. 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 FvWallInfoBase< WallInfo, Derived > &neighbourInfo, const scalar tol, TrackingData &td) |
| | Influence of neighbouring face. More...
|
| |
| template<class TrackingData > |
| bool | updateFace (const fvMesh &, const labelPair &thisPatchAndFacei, const label neighbourCelli, const FvWallInfoBase< WallInfo, Derived > &neighbourInfo, const scalar tol, TrackingData &td) |
| | Influence of neighbouring cell. More...
|
| |
| template<class TrackingData > |
| bool | updateFace (const fvMesh &, const labelPair &thisPatchAndFacei, const FvWallInfoBase< WallInfo, Derived > &neighbourInfo, const scalar tol, TrackingData &td) |
| | Influence of different value on same face. More...
|
| |
template<class WallInfo, class Derived>
class Foam::FvWallInfoYPlusBase< WallInfo, Derived >
Definition at line 54 of file FvWallInfoYPlus.H.