mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
12 lines
180 B
C++
12 lines
180 B
C++
#include "fvMesh.H"
|
|
|
|
namespace Foam
|
|
{
|
|
void writeFields
|
|
(
|
|
const fvMesh& mesh,
|
|
const wordHashSet& selectedFields,
|
|
const bool writeFaceFields
|
|
);
|
|
}
|