Retaining the interface speed locally from pmmc_InterfaceSpeed

This commit is contained in:
James E McClure
2015-11-05 19:11:41 -05:00
parent b9ba20246a
commit 625c63bbb2

View File

@@ -4359,6 +4359,7 @@ inline void pmmc_InterfaceSpeed(DoubleArray &dPdt, DoubleArray &P_x, DoubleArray
AvgVel(0) += temp*zeta*x;
AvgVel(1) += temp*zeta*y;
AvgVel(2) += temp*zeta*z;
SurfaceValues(r) = zeta;
}
}
//.............................................................................