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
Merge requests
!87
trim is turned off
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
trim is turned off
fix/disable_trim_and_tweak_takeoff
into
develop
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Lukas Neuerburg
requested to merge
fix/disable_trim_and_tweak_takeoff
into
develop
4 months ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
46badb5a
1 commit,
4 months ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
aerodynamic_analysis/aerodynamic_analysis_conf.xml
+
2
−
2
Options
@@ -57,8 +57,8 @@
</CLModeAirfoilSelection>
<Trim>
<DoTrim
description=
"Switch for calculating trimmed aircraft polars with linear interpolation"
>
<value>
tru
e
</value>
<default>
tru
e
</default>
<value>
fals
e
</value>
<default>
fals
e
</default>
</DoTrim>
<design_trim_MTOM_fraction
description=
"Center of gravity in cruise flight lies between MTOM and OME. This value gives the fraction of MTOM."
>
<value>
0.45
</value>
Loading