Skip to content
Snippets Groups Projects
Commit cf0d7a60 authored by Henry Weller's avatar Henry Weller Committed by Andrew Heather
Browse files

BUG: compressibleMultiphaseInterFoam: Corrected update of dgdt for multiple phases

Resolves bug-report https://bugs.openfoam.org/view.php?id=2677
parent 791e1ca2
Branches
Tags
No related merge requests found
......@@ -106,6 +106,8 @@
phase().dgdt() =
pos0(phase())
*(p_rghEqnComps[phasei] & p_rgh)/phase().thermo().rho();
phasei++;
}
phi = phiHbyA + p_rghEqnIncomp.flux();
......
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