Skip to content

Linear BL progression

Mashy Green requested to merge mgreen/nektar:fix/linear-BL-splitting into master

Fixed a small error where selecting <P PARAM="BndLayerProgression" VALUE="1.0"/> in the .mcf file caused an error.

The issue is from the way the progression of the boundary layers was derived caused a division by 0 when m_prog = 1.0.

Solution is a simple one-liner condition to use linear progression when the value is 1.

Edited by Mashy Green

Merge request reports