Skip to content
Snippets Groups Projects
Commit 8cfdb4fe authored by Andrew Heather's avatar Andrew Heather
Browse files

BUG: simpleCoalParcelFoam - corrected dimensions of Qdot. Fixes #742

parent 30d57938
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ volScalarField Qdot
IOobject::AUTO_WRITE
),
mesh,
dimensionedScalar("Qdot", dimEnergy/dimTime, 0.0)
dimensionedScalar("Qdot", dimEnergy/dimVolume/dimTime, 0.0)
);
#include "createMRF.H"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment