

Go to the source code of this file.
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Functions | |
| template<class Cmpt> | |
| void | zip (Field< Vector2D< Cmpt > > &result, const UList< Cmpt > &x, const UList< Cmpt > &y) |
| Zip together 2D vector field from components. | |
| template<class Cmpt> | |
| void | unzip (const UList< Vector2D< Cmpt > > &input, Field< Cmpt > &x, Field< Cmpt > &y) |
| Unzip 2D vector field into components. | |
Original source file vector2DField.H
Definition in file vector2DField.H.