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  );
10 }
Foam::writeFields
void writeFields(const fvMesh &mesh, const wordHashSet &selectedFields)
mesh
dynamicFvMesh & mesh
Definition: createDynamicFvMesh.H:6
fvMesh.H
Foam
Namespace for OpenFOAM.
Definition: atmBoundaryLayer.C:33
Foam::wordHashSet
HashSet< word > wordHashSet
A HashSet with word keys.
Definition: HashSet.H:407