interfaceProperties: correct alpha1 gradient following curvature calculation.
This commit is contained in:
parent
0143dd5b34
commit
ff2bafa330
@ -100,6 +100,7 @@ void Foam::interfaceProperties::correctContactAngle
|
||||
nHatp /= (mag(nHatp) + deltaN_.value());
|
||||
|
||||
acap.gradient() = (nf & nHatp)*mag(gradAlphaf[patchi]);
|
||||
acap.evaluate();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user