

Go to the source code of this file.
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Macros | |
| #define | TEMPLATE |
Functions | |
| template<class Cmpt> | |
| void | zip (Field< SphericalTensor< Cmpt > > &result, const UList< Cmpt > &ii) |
| Zip together sphericalTensor field from components. | |
| template<class Cmpt> | |
| void | unzip (const UList< SphericalTensor< Cmpt > > &input, Field< Cmpt > &ii) |
| Unzip sphericalTensor field into components. | |
| template<class Cmpt> | |
| tmp< Field< SphericalTensor< Cmpt > > > | zip (const Field< Cmpt > &ii) |
| Zip together sphericalTensor field from components. | |
Original source file sphericalTensorField.H
Definition in file sphericalTensorField.H.
| #define TEMPLATE |
Definition at line 40 of file sphericalTensorField.H.