mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
interfaceProperties: correct alpha1 gradient following curvature calculation.
This commit is contained in:
@ -100,6 +100,7 @@ void Foam::interfaceProperties::correctContactAngle
|
|||||||
nHatp /= (mag(nHatp) + deltaN_.value());
|
nHatp /= (mag(nHatp) + deltaN_.value());
|
||||||
|
|
||||||
acap.gradient() = (nf & nHatp)*mag(gradAlphaf[patchi]);
|
acap.gradient() = (nf & nHatp)*mag(gradAlphaf[patchi]);
|
||||||
|
acap.evaluate();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user