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 }
mesh
dynamicFvMesh & mesh
Definition: createDynamicFvMesh.H:6
fvMesh.H
Foam
Definition: atmBoundaryLayer.C:26
Foam::wordHashSet
HashSet< word, Hash< word > > wordHashSet
A HashSet with word keys and string hasher.
Definition: HashSet.H:73
Foam::writeFields
void writeFields(const fvMesh &mesh, const wordHashSet &selectedFields, const bool writeFaceFields)