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
!76
[FEATURE] Added UNICADO header to empennage design
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[FEATURE] Added UNICADO header to empennage design
feature/empennage_design_header
into
develop
Overview
0
Commits
3
Pipelines
0
Changes
28
Merged
Christopher Ruwisch
requested to merge
feature/empennage_design_header
into
develop
4 months ago
Overview
0
Commits
3
Pipelines
0
Changes
28
Expand
Added unicado header to
empennage_design
.
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
abe61e24
3 commits,
4 months ago
28 files
+
487
−
222
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
28
Search (e.g. *.vue) (Ctrl+P)
empennage_design/src/bwb/vertical_tails/low/LowVerticalTailsBwb.cpp
+
18
−
7
Options
/**
* \file LowVerticalTailsBwb.cpp
* \author Christopher Ruwisch (christopher.ruwisch@tu-berlin.de)
* \brief Source file for low fidelity vertical tails design for blended wing body
* \version 0.1
* \date 2023-11-15
/*
* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
*
*
@copyright
Copyright (
c
) 202
3
* Copyright (
C
) 202
4 UNICADO consortium
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* Description:
* This file is part of UNICADO.
*/
#include
"LowVerticalTailsBwb.h"
Loading