Skip to content
Snippets Groups Projects
Select Git revision
  • a7d860ffcd5cffa58feaa0b6804b7a09f434ff8f
  • main default protected
  • feature/add_assessment_repo
  • feature/documentation_flight_mechanic_assessment
  • feature/update_create_mission_docs
  • feature/update_mission_analysis_docs
  • documentation/initial_sizing_readonly
  • fix/missing-API-documentation-for-python-modules
  • fix/missing-api-documentation
  • feature/python_example_folder_update
  • beta_release protected
  • fix/revert-gitlab-config
  • fix/citationEcologicalAssessment
  • documentation/styleupdate
  • feature/lightMode
  • documentation/create_mission_xml
  • 28-empennage-design-update-documentation-according-to-workshop
  • documentation/fix-dot-equations
  • documentation/propulsion-design-module
  • documentation/gitlab-workflow
  • documentation/cost_estimation_update
  • 0.5.0
22 results

getting-started.md

Blame
  • Alfin Johny's avatar
    Alfin Johny authored and Kristina Mazur committed
    b6e67594
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    getting-started.md 2.02 KiB

    Getting Started {#getting-started}

    Tool execution

    This guide will show you the basic usage of the ecological_assessment tool.

    !!! note It is assumed that you have the UNICADO Package installed, including the executables and UNICADO libraries. If you are a developer, you need to build the tool first (see build instructions on the UNICADO website).

    The following steps are necessary:

    1. Create a dummy aircraft_exchange_file and provide all other required inputs (for submodule-dependent minimal required inputs see here).
    2. Fill out the configuration file:
      • change at least in control_settings:
        • aircraft_exchange_file_name and aircraft_exchange_file_directory to your respective settings
        • set console_output at least to mode_1
        • set plot_output to false (or define inkscape_path and gnuplot_path)
      • all other parameters can be left at default values.
    3. Open the terminal and run ecological_assessment.exe

    The following will happen:

    • you will see output in the console window
    • a .log file is written within the directory of the executable
    • an HTML report is created in the directory of aircraft_exchange_file_directory/reporting/reportHTML
    • depending on your chosen methods, results are saved in
      • /aircraft_exchange_file/assessment/average_temperature_response
      • and/or in the files you'll find in the aircraft_exchange_file_directory/reporting/plots/ directory
      • and/or in the files you'll find in the aircraft_exchange_file_directory/reporting/plots/csv_files directory.

    Be aware of the files' timestemp as there could be leftovers of earlier programm executions!

    Changing user input

    If you want to adapt the tool's execution, you can modify the parameters within the configuration file. There, you can enable or disable specific aspects of the ecological assessment and select the methods to be used for the calculations. At the submodule pages, you can check which parameters are available.