Skip to content
Snippets Groups Projects
Commit ff6418dd authored by kutscher's avatar kutscher
Browse files

remove warnings

parent 5d1fa369
No related branches found
No related tags found
1 merge request!36Implements pressure and stress correction for multiphase model with density contrast.
......@@ -124,7 +124,7 @@ void MultiphaseVelocityBCAlgorithm::applyBC()
if (bcPtr->hasVelocityBoundaryFlag(fdir))
{
const int invDir = D3Q27System::INVDIR[fdir];
LBMReal q = bcPtr->getQ(invDir);// m+m q=0 stabiler
//LBMReal q = bcPtr->getQ(invDir);// m+m q=0 stabiler
LBMReal velocity = bcPtr->getBoundaryVelocity(invDir);
//16.03.2021 quick fix for velocity BC
LBMReal fReturn = f[invDir] - velocity;
......
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