writeFields.H
Go to the documentation of this file.
1 #include "fvMesh.H"
2 
3 namespace Foam
4 {
5  void writeFields
6  (
7  const fvMesh& mesh,
8  const wordHashSet& selectedFields,
9  const bool writeFaceFields
10  );
11 }
dynamicFvMesh & mesh
HashSet< word, Hash< word > > wordHashSet
A HashSet of words, uses string hasher.
Definition: HashSet.H:73
void writeFields(const fvMesh &mesh, const wordHashSet &selectedFields, const bool writeFaceFields)
Namespace for OpenFOAM.