Skip to content
Snippets Groups Projects
Commit 11fe905e authored by Timo Koch's avatar Timo Koch
Browse files

Merge branch 'fix/test_rans_oneeq' into 'master'

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

See merge request !1317
parents 5f20e45b a4caedc7
No related branches found
No related tags found
2 merge requests!1337WIP Fix/dirichlet caching v2,!1317[Rans][OneEq] Missing outflow condition for one eq model, updated reference
......@@ -253,6 +253,10 @@ public:
values.setOutflow(Indices::turbulentKineticEnergyEqIdx);
values.setOutflow(Indices::dissipationEqIdx);
#endif
#if ONEEQ
values.setOutflow(Indices::viscosityTildeIdx);
#endif
}
else // walls and inflow
{
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment