Skip to content

Commit

Permalink
Fix in NoAero Solver
Browse files Browse the repository at this point in the history
Update noaero.py for consistency in function input
  • Loading branch information
sduess authored Jan 22, 2024
2 parents 029fe56 + d03a99b commit 9cdb599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sharpy/solvers/noaero.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def update_grid(self, beam):
-1,
beam_ts=-1)

def update_custom_grid(self, structure_tstep, aero_tstep):
def update_custom_grid(self, structure_tstep, aero_tstep, nl_body_tstep = None):
# called by DynamicCoupled
if self.settings['update_grid']:
self.data.aero.generate_zeta_timestep_info(structure_tstep,
Expand Down

0 comments on commit 9cdb599

Please sign in to comment.