Skip to content
Snippets Groups Projects
Commit 9d5adad2 authored by sroscher's avatar sroscher
Browse files

run_your_first_design.md:

- FIxed some formatting
- Changed some information
parent 17c336f3
No related branches found
No related tags found
No related merge requests found
Pipeline #1602168 waiting for manual action
......@@ -3,6 +3,7 @@ Let's dive into the fun part and design a fuselage!
## Tool single execution
The tool can be executed from the console directly if all paths are set. The following will happen:
- [Console output](#console-output)
- [Generation of reports and plots](#reporting)
- [Writing output to aircraft exchange file](#acxml)
......@@ -50,9 +51,10 @@ Finally, you receive information about the reports and plots created (depending
### Reporting {#reporting}
In the following, a short overview is given on the generated reports:
- A `fuselage_design.log` file is written within the directory of the executable
- Depending on your settings, the following output is generated and saved in the `reporting` folder, located in the directory of the aircraft exchange file:
- an HTML report in the `report_html` folder (not implemented yet)
- an HTML report in the `report_html` folder
- a TeX report in the `report_tex` folder (not implemented yet)
- an XML file with additional output data in the `report_xml` folder
- plots in the `plots` folder
......@@ -67,16 +69,14 @@ Aircraft exchange file
|- Component design
| |- Fuselage
| | |- Position*
| | |- Mass properties
| | | |- ...
| | |- Mass properties**
| | |- Specific
| | | |- Geometry
| | | | |- Fuselage (ID="0")
| | | | | |- Name
| | | | | |- Position*
| | | | | |- Direction*
| | | | | |- Mass properties
| | | | | | |- ...
| | | | | |- Mass properties**
| | | | | |- Sections
| | | | | | |- Section (ID="0")
| | | | | | | |- Name
......@@ -134,7 +134,9 @@ Aircraft exchange file
| | | | | | | | | |- Payload deck required galley power
```
<sup>*</sup> Node contains the following sub-nodes: x, y, z
<sup>*</sup> Node has been shortened. It contains the following sub-nodes: x, y, z
<sup>*</sup> Node has been shortened. It contains sub-nodes with information on the mass, inertia, and center of gravity.
### Write geometry data to .json file {#geometry-data}
The calculated geometry data is written to the `fuselage_design_ellipses.json` file and can then be used if the `use_existing_geometry` flag is set to `true`.
......
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