mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
compressibleMultiphaseInterFoam: Corrected update of dgdt for multiple phases
Resolves bug-report https://bugs.openfoam.org/view.php?id=2677
This commit is contained in:
@ -106,6 +106,8 @@
|
|||||||
phase().dgdt() =
|
phase().dgdt() =
|
||||||
pos0(phase())
|
pos0(phase())
|
||||||
*(p_rghEqnComps[phasei] & p_rgh)/phase().thermo().rho();
|
*(p_rghEqnComps[phasei] & p_rgh)/phase().thermo().rho();
|
||||||
|
|
||||||
|
phasei++;
|
||||||
}
|
}
|
||||||
|
|
||||||
phi = phiHbyA + p_rghEqnIncomp.flux();
|
phi = phiHbyA + p_rghEqnIncomp.flux();
|
||||||
|
|||||||
Reference in New Issue
Block a user