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 GeometricField< Type, fvsPatchField, surfaceMesh > &) const |
| Extract face data. More... | |
| template<class Type > | |
| void | write (const UPtrList< const GeometricField< Type, fvsPatchField, surfaceMesh > > &) |
| 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.
References surfaceMeshWriter::getFaceField(), and surfaceMeshWriter::write().

| tmp<Field<Type> > getFaceField | ( | const GeometricField< Type, fvsPatchField, surfaceMesh > & | ) | const |
Extract face data.
Referenced by surfaceMeshWriter::os().

| void write | ( | const UPtrList< const GeometricField< Type, fvsPatchField, surfaceMesh > > & | ) |
Write surfaceFields.
Referenced by surfaceMeshWriter::os().

1.8.11