Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
rhoPimpleDyMFoam: correct dpdt for mesh-motion
  • Loading branch information
Henry authored and Henry committed Oct 1, 2013
1 parent 4df2bdd commit 159650d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -110,5 +110,5 @@ K = 0.5*magSqr(U);

if (thermo.dpdt())
{
dpdt = fvc::ddt(p);
dpdt = fvc::ddt(p) - fvc::div(fvc::meshPhi(rho, U), p);
}

0 comments on commit 159650d

Please sign in to comment.