Skip to content

Commit

Permalink
Added get_ndof to the builder
Browse files Browse the repository at this point in the history
  • Loading branch information
friedenhe authored Jul 24, 2023
1 parent f1eacd3 commit a00afb1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dafoam/mphys/mphys_dafoam.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ def get_number_of_nodes(self, groupName=None):
nodes += 1 + parameters["nNodes"]
return nodes

def get_ndof(self):
# The number of degrees of freedom used at each output location.
return -1


class DAFoamGroup(Group):
"""
Expand Down

0 comments on commit a00afb1

Please sign in to comment.