Skip to content

Commit

Permalink
Compute Panel Dimensions in TACS for Stiffened Panel Optimizations (#339
Browse files Browse the repository at this point in the history
)

* fix typo in test bdf utils callbacks

* update the nlbgs driver

* fix plot_manager with new history file setup

* update the plot manager function

* update the tacs interface to work with panel length and width constraints

* add temp debug statements to tacs interface for ML oneway opt

* fix sparse gradients for panel length, width in tacs closed form

* update the oneway struct driver to make init transfer default true

* fix the sparse gradient for adjacency constraints

* remove some of the print statements

* remove printouts in funtofem

* make sparse opt manager default True

* remove plot hist with option

* fix linear gradients in pyoptsparse

* add new sparse linear constraint settings for efficient memory management

* None checks
  • Loading branch information
sean-engelstad authored Oct 22, 2024
1 parent 80ee4b4 commit 7c11577
Show file tree
Hide file tree
Showing 6 changed files with 439 additions and 133 deletions.
1 change: 1 addition & 0 deletions funtofem/driver/oneway_struct_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,7 @@ def _transfer_fixed_aero_loads(self):
# the mesh for the new structural shape
body.transfer_loads(scenario)
body.transfer_heat_flux(scenario)

return

def solve_forward(self):
Expand Down
Loading

0 comments on commit 7c11577

Please sign in to comment.