Skip to content
Snippets Groups Projects
Commit 36c56b1c authored by Thomas Fetzer's avatar Thomas Fetzer
Browse files

[freeflow] Fix calculation of Neumann boundaries

parent b1474f23
No related branches found
No related tags found
1 merge request!1049[rans][twoeq] Implement turbulent dilation term
......@@ -300,8 +300,7 @@ protected:
* extrusionFactor * scvf.area();
// treat the remaining (normal) faces of the staggered control volume
FluxVariables fluxVars;
residual += fluxVars.computeLateralMomentumFlux(problem, element, scvf, fvGeometry, elemVolVars, elemFaceVars);
residual += computeFluxForFace(problem, element, scvf, fvGeometry, elemVolVars, elemFaceVars, elemFluxVarsCache);
}
else if(bcTypes.isSymmetry())
{
......
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