Skip to content

[Rans][OneEq] Missing outflow condition for one eq model, updated reference

Ned Coltman requested to merge fix/test_rans_oneeq into master

The boundary condition for the RANS one-eq model's variable (ViscosityTilde) is incorrectly set. No condition was set for this variable at the outflow, so a Dirichlet boundary is incorrectly assigned. All other tests including the one-eq RANS model set an outflow condition for this variable.

Merge request reports