翻訳と辞書
Words near each other
・ JS Talangaï
・ JS Traput
・ JS Vieux-Habitants
・ JS Ōnami (DD-111)
・ JS/UIX
・ JS16
・ Js41
・ JSA
・ JSA Bordeaux Basket
・ JSAC Half Marathon
・ JSAD
・ JSAT Corporation
・ JSB
・ JSB Compétition
・ JSBML
JSBSim
・ JSC
・ JSC Information Satellite Systems
・ JSC Lokomotiv
・ JSC Moon Base
・ JSC RMG Copper
・ JSC Transmash
・ JSC ZAZ Stadium
・ JSCA International Stadium Complex
・ JScheme
・ Jschool
・ JSCM
・ Jscrambler
・ JScript
・ JScript .NET


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

JSBSim : ウィキペディア英語版
JSBSim

JSBSim is an open source Flight Dynamics Model (FDM) software library that models the flight dynamics of an aerospace vehicle. The library has been incorporated into the flight simulation packages FlightGear and OpenEaagles. It can also be called from a small standalone program to create a batch simulation tool. JSBSim has been in development and use since 1996, and has been built on all of the most popular platforms in use today including those running Linux, Macintosh, and Microsoft Windows operating systems. JSBSim is written in C++ and uses XML configuration files.
==History and Overview==

JSBSim was conceived in 1996 as a lightweight, data-driven, non-linear, six degree-of-freedom (6DoF), batch simulation application aimed at modeling flight dynamics and control for aircraft. Since the earliest versions, JSBSim has benefited from the open source development environment it has grown within, and the wide variety of users that have contributed ideas for its continued improvement. It has been incorporated into larger, full-featured, flight simulation applications and architectures (known examples are FlightGear and OpenEaagles), and has been used as a batch simulation tool in industry and academia.
As an example of ease of use, the following code illustrates how JSBSim could be called by a small program, with execution being controlled by a script:

#include
int main(int argc, char
*
*argv)

The above application works when built with the JSBSim library, and it only needs to be supplied with an aircraft configuration file, an initial conditions file, and a script file that controls execution. All of these files are defined using XML (eXtensible Markup Language). JSBSim is perhaps the first flight dynamics model to employ XML to describe an aircraft for simulation. An example of an aerodynamic definition is shown below:



aero/qbar-area

fcs/flap-pos-deg

0.0 0.0
10.0 0.007
20.0 0.012
30.0 0.018






抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「JSBSim」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.