set trimdist=-1

This commit is contained in:
James E McClure 2015-11-14 12:04:36 -05:00
parent b4991caece
commit 6ad044fd36

View File

@ -249,7 +249,7 @@ void TwoPhase::ComputeDelPhi()
void TwoPhase::Initialize()
{
trimdist=1.0;
trimdist=-1.0;
fluid_isovalue=solid_isovalue=0.0;
// Initialize the averaged quantities
awn = aws = ans = lwns = 0.0;