Files
openfoam/applications/solvers/combustion/chemFoam/createSingleCellMesh.H
Andrew Heather 4e8fd19d3d ENH: Refactored creation of simplified meshes for -dry-run operation
TODO: migrate singleCellFvMesh into simplified mesh framework (?)
2018-06-11 12:42:09 +01:00

4 lines
108 B
C

Info<< "Constructing single cell mesh" << nl << endl;
Foam::simplifiedMeshes::hexCellFvMesh mesh(runTime);