m-meliani / cpacs

Automatically exported from code.google.com/p/cpacs
0 stars 0 forks source link

ControlSurface Deflections in trajectoryFlightPointsType #364

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
For a simpler calculation of noise emissions additional information about the 
controlsurface deflections in CPACS is necessary: 

controlSurfacesDeflection 0..1
 controlSurfaceDeflection 1..*
   controlSurfaceUID  stringUIDBaseType
   deflection         doubleBaseType

Original issue reported on code.google.com by daniel.b...@googlemail.com on 31 Oct 2012 at 10:40

GoogleCodeExporter commented 8 years ago

Original comment by daniel.b...@googlemail.com on 31 Oct 2012 at 10:44

GoogleCodeExporter commented 8 years ago
Also add landingGear deflection as a boolean value. Currently this is a bit 
simplified....

Original comment by daniel.b...@googlemail.com on 31 Oct 2012 at 10:49

GoogleCodeExporter commented 8 years ago
Vorschlag:

Gear:
../trajectories/trajectory[uID='abc']/gearDeflections/gearDeflection/gearUID 
../trajectories/trajectory[uID='abc']/gearDeflections/gearDeflection/relDeflecti
on

controlsurfaces: 
../trajectories/trajectory[uID='abc']/controlSurfaceDeflections/controlSurfaceDe
flection/controlSurfaceUID
../trajectories/trajectory[uID='abc']/controlSurfaceDeflections/controlSurfaceDe
flection/relDeflection

the absolute deflection values can then be obtained via the path definitions in 
componentSegments (through the uID link)

Original comment by moerland...@gmail.com on 31 Oct 2012 at 1:27

GoogleCodeExporter commented 8 years ago
included

Original comment by daniel.b...@googlemail.com on 31 Oct 2012 at 3:36