BUG: curvatureSeparation: incorrect modelling constant
The curvatureSeparation
model of the finite-area framework is based on Owen & Ryley (1983), Eq. 11:
where
is the radial stress at the wall, and the rest of the variables are well-defined in the original-research
paper.
The implementation of the Foam::curvatureSeparation::correct
function (as of December 2024, SHA:e1d45ec26e
) is as follows:
The original paper and implementation differ in terms of the leading coefficient of the inertial-force term, that is
vs
.