vector2DField.H File Reference

Foam::vector2DField. More...

Include dependency graph for vector2DField.H:
This graph shows which files directly or indirectly include this file:

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. More...
 
template<class Cmpt >
void unzip (const UList< Vector2D< Cmpt > > &input, Field< Cmpt > &x, Field< Cmpt > &y)
 Unzip 2D vector field into components. More...
 

Detailed Description

Foam::vector2DField.

Original source file vector2DField.H

Note
There is no 'zip(const scalarField& x, const scalarField& y)' function since it would not be easily distinguishable between vector2DField and complexField.
Source files

Definition in file vector2DField.H.