mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
wallDist: Set BCs for y and n appropriately for solving PDEs
This commit is contained in:
@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user