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

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

parent 7ec44a88
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