Skip to content

Commit

Permalink
Deleated flag_run_anbax, should always be true. Deleted flag_DeamDyn_…
Browse files Browse the repository at this point in the history
…def_transform
  • Loading branch information
KIDEVLIN committed Jun 12, 2024
1 parent f3c6ad0 commit 890f17d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions SONATA/classBlade.py
Original file line number Diff line number Diff line change
Expand Up @@ -768,3 +768,4 @@ def blade_post_3dtopo(self, flag_wf=True, flag_lft=False, flag_topo=False, flag_
# job.blade_run_anbax()
# job.blade_plot_sections()
# job.blade_post_3dtopo(flag_lft = False, flag_topo = True)

4 changes: 0 additions & 4 deletions examples/1_IEA15MW/1_sonata_IEA15.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,8 @@

# Define flags
flag_3d = False
flag_run_anbax = True
flag_DeamDyn_def_transform = True # transform from SONATA to BeamDyn coordinate system
flag_csv_export = True # export csv files with structural data
# Update flags dictionary
flags_dict['flag_run_anbax'] = flag_run_anbax
flags_dict['flag_DeamDyn_def_transform'] = flag_DeamDyn_def_transform
flags_dict['flag_csv_export'] = flag_csv_export
Loads_dict = {"Forces":[1.,1.,1.],"Moments":[1.,1.,1.]}

Expand Down

0 comments on commit 890f17d

Please sign in to comment.