From 890f17dc512f27095cc934e8feb870e7a3489da9 Mon Sep 17 00:00:00 2001 From: Kyle Devlin Date: Wed, 12 Jun 2024 10:43:51 -0600 Subject: [PATCH] Deleated flag_run_anbax, should always be true. Deleted flag_DeamDyn_def_transform --- SONATA/classBlade.py | 1 + examples/1_IEA15MW/1_sonata_IEA15.py | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/SONATA/classBlade.py b/SONATA/classBlade.py index f001776..445d554 100644 --- a/SONATA/classBlade.py +++ b/SONATA/classBlade.py @@ -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) + \ No newline at end of file diff --git a/examples/1_IEA15MW/1_sonata_IEA15.py b/examples/1_IEA15MW/1_sonata_IEA15.py index 42c39d5..d470b7c 100644 --- a/examples/1_IEA15MW/1_sonata_IEA15.py +++ b/examples/1_IEA15MW/1_sonata_IEA15.py @@ -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.]}