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

BUG: enthalpy source term for dieselFoam solver corrected

parent f65fe324
Branches
Tags
No related merge requests found
......@@ -94,6 +94,8 @@ int main(int argc, char *argv[])
kappa = (runTime.deltaT() + tc)/(runTime.deltaT()+tc+tk);
}
chemistrySh = kappa*chemistry.Sh()();
#include "rhoEqn.H"
#include "UEqn.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