surfaceMeshWriter Class Reference

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...
 

Detailed Description

Write faces with fields.

Source files

Definition at line 58 of file surfaceMeshWriter.H.

Constructor & Destructor Documentation

◆ surfaceMeshWriter()

surfaceMeshWriter ( const bool  binary,
const indirectPrimitivePatch pp,
const word name,
const fileName  
)

Construct from components.

Member Function Documentation

◆ os()

std::ofstream& os ( )
inline

Definition at line 85 of file surfaceMeshWriter.H.

References surfaceMeshWriter::getFaceField(), and surfaceMeshWriter::write().

Here is the call graph for this function:

◆ getFaceField()

tmp<Field<Type> > getFaceField ( const GeometricField< Type, fvsPatchField, surfaceMesh > &  ) const

Extract face data.

Referenced by surfaceMeshWriter::os().

Here is the caller graph for this function:

◆ write()

void write ( const UPtrList< const GeometricField< Type, fvsPatchField, surfaceMesh > > &  )

Write surfaceFields.

Referenced by surfaceMeshWriter::os().

Here is the caller graph for this function:

The documentation for this class was generated from the following file: