Skip to content
Snippets Groups Projects
Commit eb7f123b authored by Andrew Heather's avatar Andrew Heather Committed by Mark OLESEN
Browse files

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

parent 1bd7b855
Branches
Tags
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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment