Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Documentation
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
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rotare
Documentation
Commits
8d38b3c8
Verified
Commit
8d38b3c8
authored
2 years ago
by
Thomas Lambert
Browse files
Options
Downloads
Patches
Plain Diff
add intro to tech part
parent
401c73a4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
contents/tech-intro.tex
+26
-0
26 additions, 0 deletions
contents/tech-intro.tex
rotare-doc.tex
+2
-2
2 additions, 2 deletions
rotare-doc.tex
with
28 additions
and
2 deletions
contents/tech-intro.tex
0 → 100644
+
26
−
0
View file @
8d38b3c8
% -----------------------------------------------------------------------------
% Introduction of the technical documentation
%
% Author: Thomas Lambert <t.lambert@uliege.be>
% ULiege - Aeroelasticity and Experimental Aerodynamics
% https://gitlab.uliege.be/thlamb/Rotare-doc
%
% License: CC-BY-SA-4.0
% This work is licensed under a Creative Commons Attribution-ShareAlike 4.0
% International License (https://creativecommons.org/licenses/by-sa/4.0/)
% ------------------------------------------------------------------------------
\chapter*
{
Introduction
}
\label
{
chap:tech:intro
}
This second part of
\rotare
's documentation concerns the technical aspect of
the code and its implementation. The goal is not to give a full lecture on the
Blade Element Momentum Theory, but rather to write out the main equations and
detail the way they are implemented and solved within
\rotare
.
The first chapter details the architecture of the code itself, which can be
useful if the developers that want to extend the possibilities offered by the
software.
The following ones are more directed to users that want an in-depth knowledge of
the equations and solving process employed by the program. Finally, some basic
validation cases are provided against well-known literature examples.
This diff is collapsed.
Click to expand it.
rotare-doc.tex
+
2
−
2
View file @
8d38b3c8
...
...
@@ -25,7 +25,7 @@ titlepage=on, % own page for each title page
captions=tableabove,
% display table captions above the float env
chapterprefix=false,
% do not display a prefix for chapters
appendixprefix=false,
% do not display a prefix for appendix chapter
draft,
% toggle if draft version
%
draft, % toggle if draft version
]
{
scrreprt
}
%
...
...
@@ -85,7 +85,7 @@ draft, % toggle if draft version
\part
{
Technical documentation
}
\label
{
part:tech
}
\input
{
contents/
definitions
}
\input
{
contents/
tech-intro
}
%\input{contents/tech-architecture}
\input
{
contents/tech-solvers
}
\input
{
contents/tech-extensions
}
...
...
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