Skip to content
Snippets Groups Projects
Commit beedd623 authored by AndiGob's avatar AndiGob
Browse files

tank_design: - update factory path of aircraft geometry 2 to Pep8 standard

parent 7ad5ca72
No related branches found
No related tags found
5 merge requests!263Apply 1 suggestion(s) to 1 file(s),!261Reintruduced automatic flight condition selection,!245Apply 1 suggestion(s) to 1 file(s),!233Initial open source version,!29tank_design: - update factory path of aircraft geometry 2 to Pep8 standard
......@@ -36,7 +36,7 @@ def tank_design_tu_berlin(paths_and_names, routing_dict, dict_ac_data, runtime_o
"""
""" Extract aerodynamic surfaces values using the aircraftGeometry2 library."""
# Create the factory
airfoil_data_dir = f'{paths_and_names["project_directory"]}/geometryData/airfoilData'
airfoil_data_dir = f'{paths_and_names["project_directory"]}/geometry_data/airfoil_data'
aircraft_exchange_file = aixml.openDocument(paths_and_names['path_to_aircraft_exchange_file'])
factory = geom2.factory.WingFactory(aircraft_exchange_file, airfoil_data_dir)
# Create the surface
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment