Write faces with fields. More...
Public Member Functions | |
| surfaceMeshWriter (const bool binary, const indirectPrimitivePatch &pp, const word &name, const fileName &) | |
| Construct from components. More... | |
| std::ofstream & | os () |
| template<class Type > | |
| tmp< Field< Type > > | getFaceField (const SurfaceField< Type > &) const |
| Extract face data. More... | |
| template<class Type > | |
| void | write (const UPtrList< const SurfaceField< Type > > &) |
| Write surfaceFields. More... | |
Write faces with fields.
Definition at line 58 of file surfaceMeshWriter.H.
| surfaceMeshWriter | ( | const bool | binary, |
| const indirectPrimitivePatch & | pp, | ||
| const word & | name, | ||
| const fileName & | |||
| ) |
Construct from components.
|
inline |
Definition at line 85 of file surfaceMeshWriter.H.
| tmp<Field<Type> > getFaceField | ( | const SurfaceField< Type > & | ) | const |
Extract face data.
| void write | ( | const UPtrList< const SurfaceField< Type > > & | ) |
Write surfaceFields.