Skip to content
Snippets Groups Projects
Commit 7904a273 authored by mattijs's avatar mattijs
Browse files

BUG: twoPhaseEuler: incorrect phase. Fixes #3295.

parent 45e7c4a0
No related merge requests found
......@@ -50,7 +50,7 @@
+ (
he2.name() == thermo2.phasePropertyName("e")
? fvc::div(fvc::absolute(alphaPhi2, alpha2, U2), p)
+ p*fvc::ddt(alpha1)
+ p*fvc::ddt(alpha2)
: -alpha2*dpdt
)
......
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