Skip to content

Commit

Permalink
added the description for the velocity attribute of the halfway bounc…
Browse files Browse the repository at this point in the history
…eback
  • Loading branch information
hsalehipour committed Sep 19, 2023
1 parent 088e764 commit 21268fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/boundary_conditions.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,8 @@ class BounceBackHalfway(BoundaryCondition):
Whether the boundary condition needs extra configuration before it can be applied. For this class, it is True.
isSolid : bool
Whether the boundary condition represents a solid boundary. For this class, it is True.
vel : array-like
The prescribed value of velocity vector for the boundary condition. No-slip BC is assumed if vel=None (default).
"""
def __init__(self, indices, gridInfo, precision_policy, vel=None):
super().__init__(indices, gridInfo, precision_policy)
Expand Down

0 comments on commit 21268fb

Please sign in to comment.