interfaceProperties: correct alpha1 gradient following curvature calculation.

This commit is contained in:
Henry 2011-06-24 13:41:21 +01:00
parent 0143dd5b34
commit ff2bafa330

View File

@ -100,6 +100,7 @@ void Foam::interfaceProperties::correctContactAngle
nHatp /= (mag(nHatp) + deltaN_.value());
acap.gradient() = (nf & nHatp)*mag(gradAlphaf[patchi]);
acap.evaluate();
}
}
}