Skip to content
Snippets Groups Projects
Commit 30d80266 authored by Melanie Lipp's avatar Melanie Lipp
Browse files

Remove unused and probably incorrect functions isWall.

parent 129bbe33
No related branches found
No related tags found
2 merge requests!1337WIP Fix/dirichlet caching v2,!1328Remove unused function isWall.
......@@ -255,11 +255,6 @@ private:
return globalPos[0] > this->fvGridGeometry().bBoxMax()[0] - eps_;
}
bool isWall(const GlobalPosition& globalPos) const
{
return globalPos[0] > eps_ || globalPos[0] < this->fvGridGeometry().bBoxMax()[0] - eps_;
}
Scalar eps_;
Scalar inletVelocity_;
TimeLoopPtr timeLoop_;
......
......@@ -322,11 +322,6 @@ private:
return globalPos[0] > this->fvGridGeometry().bBoxMax()[0] - eps_;
}
bool isWall(const GlobalPosition& globalPos) const
{
return globalPos[0] > eps_ || globalPos[0] < this->fvGridGeometry().bBoxMax()[0] - eps_;
}
const Scalar eps_;
Scalar inletVelocity_;
TimeLoopPtr timeLoop_;
......
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