writeFields.H
Go to the documentation of this file.
1#include "fvMesh.H"
2
3namespace Foam
4{
6 (
7 const fvMesh& mesh,
8 const wordHashSet& selectedFields,
9 const bool writeFaceFields
10 );
11}
Mesh data needed to do the Finite Volume discretisation.
Definition: fvMesh.H:91
dynamicFvMesh & mesh
Namespace for OpenFOAM.
void writeFields(const fvMesh &mesh, const wordHashSet &selectedFields, const bool writeFaceFields)