wallDist: Set BCs for y and n appropriately for solving PDEs

This commit is contained in:
Henry
2015-01-08 17:21:07 +00:00
parent f524fa1e9f
commit af3fbf9095
3 changed files with 42 additions and 8 deletions

View File

@ -126,6 +126,12 @@ public:
// Member Functions
//- Return the patchIDs
const labelHashSet& patchIDs() const
{
return patchIDs_;
}
//- Update cached geometry when the mesh moves
virtual bool movePoints()
{