Changes between Version 1 and Version 2 of doc/app/virtual_flight_parameters
- Timestamp:
- Jul 5, 2016 2:34:50 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/virtual_flight_parameters
v1 v2 20 20 }}} 21 21 {{{#!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] 22 Horizontal flight angle (in degrees) describing the flight direction. 23 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_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]. 23 24 }}} 24 25 |---------------- … … 37 38 |---------------- 38 39 {{{#!td style="vertical-align:top;width: 150px" 39 [=#flight_ start '''flight_start''']40 [=#flight_begin '''flight_begin'''] 40 41 }}} 41 42 {{{#!td style="vertical-align:top;width: 50px" … … 50 51 |---------------- 51 52 {{{#!td style="vertical-align:top;width: 150px" 52 [=#leg '''leg''']53 [=#leg_mode '''leg_mode'''] 53 54 }}} 54 55 {{{#!td style="vertical-align:top;width: 50px" … … 59 60 }}} 60 61 {{{#!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.62 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 and so on, i.e. the sensor only moves between start- and end-position until [#flight_end flight_end] is reached. 62 63 }}} 63 64 |---------------- 64 65 {{{#!td style="vertical-align:top;width: 150px" 65 [=# level '''level''']66 [=#flight_level '''flight_level'''] 66 67 }}} 67 68 {{{#!td style="vertical-align:top;width: 50px" … … 85 86 }}} 86 87 {{{#!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].88 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 [#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. 88 89 }}} 89 90 |---------------- … … 125 126 }}} 126 127 {{{#!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. 128 End-position of the flight leg along x in meter. Please note, this parameter has only an effect if [#leg_mode leg_mode]='return'. 129 In case [#leg_mode leg_mode]='cyclic', the aircraft moves cyclically through the model domain. 128 130 }}} 129 131 |---------------- … … 143 145 |---------------- 144 146 {{{#!td style="vertical-align:top;width: 150px" 145 [=#y_ end '''y_end''']147 [=#y_start '''y_start'''] 146 148 }}} 147 149 {{{#!td style="vertical-align:top;width: 50px" … … 167 169 }}} 168 170 {{{#!td 169 End-position of the flight leg along y in meter. 171 End-position of the flight leg along y in meter. Please note, this parameter has only an effect if [#leg_mode leg_mode]='return'. 172 In case [#leg_mode leg_mode]='cyclic', the aircraft moves cyclically through the model domain. 170 173 }}}