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


Ignore:
Timestamp:
Jul 4, 2016 4:22:27 PM (9 years ago)
Author:
suehring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/virtual_flight_parameters

    v1 v1  
     1
     2= Virtual flight parameters =
     3
     4\\\\
     5NAMELIST group name: [=#flight_par '''flight_par''']\\
     6----
     7
     8
     9[=#mode '''Mode:]\\
     10||='''Parameter Name'''  =||='''[../fortrantypes FORTRAN]\\[../fortrantypes Type]'''  =||='''Default\\Value'''  =||='''Explanation'''  =||
     11|----------------
     12{{{#!td style="vertical-align:top;width: 150px"
     13[=#flight_angle '''flight_angle''']
     14}}}
     15{{{#!td style="vertical-align:top;width: 50px"
     16R (100)
     17}}}
     18{{{#!td style="vertical-align:top;width: 75px"
     19100*45.0
     20}}}
     21{{{#!td
     22Horizontal 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]
     23}}}
     24|----------------
     25{{{#!td style="vertical-align:top;width: 150px"
     26[=#flight_end '''flight_end''']
     27}}}
     28{{{#!td style="vertical-align:top;width: 50px"
     29R
     30}}}
     31{{{#!td style="vertical-align:top;width: 75px"
     329999999.9
     33}}}
     34{{{#!td
     35End time of virtual flight measurement.
     36}}}
     37|----------------
     38{{{#!td style="vertical-align:top;width: 150px"
     39[=#flight_start '''flight_start''']
     40}}}
     41{{{#!td style="vertical-align:top;width: 50px"
     42R
     43}}}
     44{{{#!td style="vertical-align:top;width: 75px"
     450.0
     46}}}
     47{{{#!td
     48Start time of virtual flight measurement.
     49}}}
     50|----------------
     51{{{#!td style="vertical-align:top;width: 150px"
     52[=#leg '''leg''']
     53}}}
     54{{{#!td style="vertical-align:top;width: 50px"
     55C (100)
     56}}}
     57{{{#!td style="vertical-align:top;width: 75px"
     58100*'cyclic'
     59}}}
     60{{{#!td
     61Flight 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}}}
     63|----------------
     64{{{#!td style="vertical-align:top;width: 150px"
     65[=#level '''level''']
     66}}}
     67{{{#!td style="vertical-align:top;width: 50px"
     68R (100)
     69}}}
     70{{{#!td style="vertical-align:top;width: 75px"
     71100*100.0
     72}}}
     73{{{#!td
     74Flight level in meter. Please note, level is given with respect to sea level, not with respect to the underlying terrain.
     75}}}
     76|----------------
     77{{{#!td style="vertical-align:top;width: 150px"
     78[=#max_elev_change '''max_elev_change''']
     79}}}
     80{{{#!td style="vertical-align:top;width: 50px"
     81R (100)
     82}}}
     83{{{#!td style="vertical-align:top;width: 75px"
     84100*0.0
     85}}}
     86{{{#!td
     87Maximum 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}}}
     89|----------------
     90{{{#!td style="vertical-align:top;width: 150px"
     91[=#rate_of_climb '''rate_of_climb''']
     92}}}
     93{{{#!td style="vertical-align:top;width: 50px"
     94R (100)
     95}}}
     96{{{#!td style="vertical-align:top;width: 75px"
     97100*0.0
     98}}}
     99{{{#!td
     100Vertical speed of the aircraft in meter per second.
     101}}}
     102|----------------
     103{{{#!td style="vertical-align:top;width: 150px"
     104[=#speed_agl '''speed_agl''']
     105}}}
     106{{{#!td style="vertical-align:top;width: 50px"
     107R (100)
     108}}}
     109{{{#!td style="vertical-align:top;width: 75px"
     110100*25.0
     111}}}
     112{{{#!td
     113Horizontal speed of the aircraft above ground level in meter per second.
     114}}}
     115|----------------
     116{{{#!td style="vertical-align:top;width: 150px"
     117[=#x_end '''x_end''']
     118}}}
     119{{{#!td style="vertical-align:top;width: 50px"
     120R (100)
     121}}}
     122{{{#!td style="vertical-align:top;width: 75px"
     123100* \\
     124999999999.0
     125}}}
     126{{{#!td
     127End-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}}}
     129|----------------
     130{{{#!td style="vertical-align:top;width: 150px"
     131[=#x_start '''x_start''']
     132}}}
     133{{{#!td style="vertical-align:top;width: 50px"
     134R (100)
     135}}}
     136{{{#!td style="vertical-align:top;width: 75px"
     137100* \\
     138999999999.0
     139}}}
     140{{{#!td
     141Start-position of the flight leg along x in meter.
     142}}}
     143|----------------
     144{{{#!td style="vertical-align:top;width: 150px"
     145[=#y_end '''y_end''']
     146}}}
     147{{{#!td style="vertical-align:top;width: 50px"
     148R (100)
     149}}}
     150{{{#!td style="vertical-align:top;width: 75px"
     151100* \\
     152999999999.0
     153}}}
     154{{{#!td
     155Start-position of the flight leg along y in meter.
     156}}}
     157|----------------
     158{{{#!td style="vertical-align:top;width: 150px"
     159[=#y_end '''y_end''']
     160}}}
     161{{{#!td style="vertical-align:top;width: 50px"
     162R (100)
     163}}}
     164{{{#!td style="vertical-align:top;width: 75px"
     165100* \\
     166999999999.0
     167}}}
     168{{{#!td
     169End-position of the flight leg along y in meter.
     170}}}