

Go to the source code of this file.
Classes | |
| class | wallPointData< Type > |
| Holds information (coordinate and normal) regarding nearest wall point. More... | |
| class | wallPointData< Type > |
| Holds information (coordinate and normal) regarding nearest wall point. More... | |
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Functions | |
| template<class Type > | |
| Istream & | operator>> (Istream &is, wallPointData< Type > &wDist) |
| template<class Type > | |
| Ostream & | operator<< (Ostream &os, const wallPointData< Type > &wDist) |
| template<> | |
| bool | contiguous< wallPointData< bool > > () |
| Data associated with wallPointData type are contiguous. List the usual. More... | |
| template<> | |
| bool | contiguous< wallPointData< label > > () |
| template<> | |
| bool | contiguous< wallPointData< scalar > > () |
| template<> | |
| bool | contiguous< wallPointData< vector > > () |
| template<> | |
| bool | contiguous< wallPointData< sphericalTensor > > () |
| template<> | |
| bool | contiguous< wallPointData< symmTensor > > () |
| template<> | |
| bool | contiguous< wallPointData< tensor > > () |
Original source file wallPointData.H
Definition in file wallPointData.H.
1.8.11