Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Aircraft Design
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
UNICADO
Aircraft Design
Commits
beedd623
Commit
beedd623
authored
4 months ago
by
AndiGob
Browse files
Options
Downloads
Patches
Plain Diff
tank_design: - update factory path of aircraft geometry 2 to Pep8 standard
parent
7ad5ca72
Branches
feature/lightMode
No related tags found
5 merge requests
!263
Apply 1 suggestion(s) to 1 file(s)
,
!261
Reintruduced automatic flight condition selection
,
!245
Apply 1 suggestion(s) to 1 file(s)
,
!233
Initial open source version
,
!29
tank_design: - update factory path of aircraft geometry 2 to Pep8 standard
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/general/tankdesigntuberlin.py
+1
-1
1 addition, 1 deletion
...rical/tank_design_tu_berlin/general/tankdesigntuberlin.py
with
1 addition
and
1 deletion
tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/general/tankdesigntuberlin.py
+
1
−
1
View file @
beedd623
...
@@ -36,7 +36,7 @@ def tank_design_tu_berlin(paths_and_names, routing_dict, dict_ac_data, runtime_o
...
@@ -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.
"""
"""
Extract aerodynamic surfaces values using the aircraftGeometry2 library.
"""
# Create the factory
# Create the factory
airfoil_data_dir
=
f
'
{
paths_and_names
[
"
project_directory
"
]
}
/geometry
D
ata/airfoil
D
ata
'
airfoil_data_dir
=
f
'
{
paths_and_names
[
"
project_directory
"
]
}
/geometry
_d
ata/airfoil
_d
ata
'
aircraft_exchange_file
=
aixml
.
openDocument
(
paths_and_names
[
'
path_to_aircraft_exchange_file
'
])
aircraft_exchange_file
=
aixml
.
openDocument
(
paths_and_names
[
'
path_to_aircraft_exchange_file
'
])
factory
=
geom2
.
factory
.
WingFactory
(
aircraft_exchange_file
,
airfoil_data_dir
)
factory
=
geom2
.
factory
.
WingFactory
(
aircraft_exchange_file
,
airfoil_data_dir
)
# Create the surface
# Create the surface
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment