Changes between Version 1 and Version 2 of doc/app/virtual_flight_parameters


Ignore:
Timestamp:
Jul 5, 2016 2:34:50 PM (9 years ago)
Author:
suehring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/virtual_flight_parameters

    v1 v2  
    2020}}}
    2121{{{#!td
    22 Horizontal flight angle in degrees describing the flight direction. For example, if [#flight_angle flight_angle] = 0.0 (180.0), the aircraft moves parallel to the x-axis in positive (negative) x-direction, respectively. If [#flight_angle flight_angle] = 90.0 (270.0), the aircraft moves parallel to the y-axis in positive (negative) y-direction, respectively. Please note, the parameters has only an effect if the respective [#leg leg] is in 'cyclic'-mode, else the flight direction is determined by [#x_start x_start], [#x_end x_end], [#y_start y_start] and [#y_end y_end]
     22Horizontal flight angle (in degrees) describing the flight direction.
     23For example, if [#flight_angle flight_angle] = 0.0 (180.0), the aircraft moves parallel to the x-axis in positive (negative) x-direction, respectively. If [#flight_angle flight_angle] = 90.0 (270.0), the aircraft moves parallel to the y-axis in positive (negative) y-direction, respectively. Please note, the parameters has only an effect if the respective [#leg_mode leg_mode] is in 'cyclic'-mode, else the flight direction is determined directly by [#x_start x_start], [#x_end x_end], [#y_start y_start] and [#y_end y_end].
    2324}}}
    2425|----------------
     
    3738|----------------
    3839{{{#!td style="vertical-align:top;width: 150px"
    39 [=#flight_start '''flight_start''']
     40[=#flight_begin '''flight_begin''']
    4041}}}
    4142{{{#!td style="vertical-align:top;width: 50px"
     
    5051|----------------
    5152{{{#!td style="vertical-align:top;width: 150px"
    52 [=#leg '''leg''']
     53[=#leg_mode '''leg_mode''']
    5354}}}
    5455{{{#!td style="vertical-align:top;width: 50px"
     
    5960}}}
    6061{{{#!td
    61 Flight mode, either 'cyclic' or 'return'. In case of 'cyclic', the sensor keep moving further if the end-position (see [#x_end x_end] and [#y_end y_end]) is reached, i.e. the sensor moves cyclically through the model domain. Instead, in case of 'return', the sensor turns around at the end-position and flies back, where it turns around again at the start-position. This case, the sensor only moves between start- and end-position.   
     62Flight mode, either 'cyclic' or 'return'. In case of 'cyclic', the sensor keep moving further if the end-position (see [#x_end x_end] and [#y_end y_end]) is reached, i.e. the sensor moves cyclically through the model domain. Instead, in case of 'return', the sensor turns around at the end-position and flies back, where it turns around again at the start-position and so on, i.e. the sensor only moves between start- and end-position until [#flight_end flight_end] is reached.    
    6263}}}
    6364|----------------
    6465{{{#!td style="vertical-align:top;width: 150px"
    65 [=#level '''level''']
     66[=#flight_level '''flight_level''']
    6667}}}
    6768{{{#!td style="vertical-align:top;width: 50px"
     
    8586}}}
    8687{{{#!td
    87 Maximum possible elevation change in case [#rate_of_climb rate_of_climb] is not equal to zero. If the maximum elevation change is reached, the virtual aircraft start descending until the original start level is reached again. For longer flights, the sensor moves vertically between [#level level] and [#level level] + [#max_elev_change max_elev_change].
     88Maximum possible elevation change in case [#rate_of_climb rate_of_climb] is not equal to zero. If the maximum elevation change is reached, the virtual aircraft start descending until the original start level is reached again. For longer flights, the sensor moves vertically between [#flight_level flight_level] and [#flight_level flight_level] + [#max_elev_change max_elev_change]. Please note, [#flight_level flight_level] + [#max_elev_change max_elev_change] must not exceed the top of the model domain.
    8889}}}
    8990|----------------
     
    125126}}}
    126127{{{#!td
    127 End-position of the flight leg along x in meter. Please note, in case [#leg leg]='cyclic', the aircraft moves beyond the x-end-position until it reaches the lateral boundary of the model domain, where cyclic boundary conditions are assumed.
     128End-position of the flight leg along x in meter. Please note, this parameter has only an effect if [#leg_mode leg_mode]='return'.
     129In case [#leg_mode leg_mode]='cyclic', the aircraft moves cyclically through the model domain.
    128130}}}
    129131|----------------
     
    143145|----------------
    144146{{{#!td style="vertical-align:top;width: 150px"
    145 [=#y_end '''y_end''']
     147[=#y_start '''y_start''']
    146148}}}
    147149{{{#!td style="vertical-align:top;width: 50px"
     
    167169}}}
    168170{{{#!td
    169 End-position of the flight leg along y in meter.
     171End-position of the flight leg along y in meter. Please note, this parameter has only an effect if [#leg_mode leg_mode]='return'.
     172In case [#leg_mode leg_mode]='cyclic', the aircraft moves cyclically through the model domain.
    170173}}}