Digital Datcom
   HOME

TheInfoList



OR:

The
United States The United States of America (USA), also known as the United States (U.S.) or America, is a country primarily located in North America. It is a federal republic of 50 U.S. state, states and a federal capital district, Washington, D.C. The 48 ...
Air Force An air force in the broadest sense is the national military branch that primarily conducts aerial warfare. More specifically, it is the branch of a nation's armed services that is responsible for aerial warfare as distinct from an army aviati ...
Stability and Control Digital DATCOM is a computer program that implements the methods contained in the USAF Stability and Control DATCOM to calculate the static stability, control and dynamic derivative characteristics of
fixed-wing aircraft A fixed-wing aircraft is a heavier-than-air aircraft, such as an airplane, which is capable of flight using aerodynamic lift. Fixed-wing aircraft are distinct from rotary-wing aircraft (in which a rotor mounted on a spinning shaft generate ...
. Digital DATCOM requires an input file containing a geometric description of an aircraft, and outputs its corresponding dimensionless stability derivatives according to the specified flight conditions. The values obtained can be used to calculate meaningful aspects of
flight dynamics Flight dynamics in aviation and spacecraft, is the study of the performance, stability, and control of vehicles flight, flying through the air or in outer space. It is concerned with how forces acting on the vehicle determine its velocity and at ...
.


History

In February 1976, work commenced to automate the methods contained in the USAF Stability and Control DATCOM, specifically those contained in sections 4, 5, 6 and 7. The work was performed by the
McDonnell Douglas Corporation McDonnell Douglas Corporation was a major American aerospace manufacturing corporation and defense contractor, formed by the merger of McDonnell Aircraft and the Douglas Aircraft Company in 1967. Between then and its own merger with Boeing in 1 ...
under contract with the United States Air Force in conjunction with engineers at the Air Force Flight Dynamics Laboratory in
Wright-Patterson Air Force Base Wright-Patterson Air Force Base (WPAFB) is a United States Air Force base and census-designated place just east of Dayton, Ohio, in Greene County, Ohio, Greene and Montgomery County, Ohio, Montgomery counties. It includes both Wright and Patte ...
. Implementation of the Digital DATCOM concluded in November 1978. The program is written in FORTRAN IV and has since been updated; however, the core of the program remains the same. A report was published, separated into three volumes, which explains the use of Digital DATCOM. The report consists of * Volume I, User's Manual * Volume II, Implementation of DATCOM Methods * Volume III, Plot Module


Inputs

Section 3 of the USAF Digital DATCOM Manual Volume I defines the inputs available for modeling an aircraft. The inputs are categorized by namelists to facilitate reading the file into FORTRAN.


Flight conditions and options

The FLTCON Namelist describes the flight conditions for the case. A maximum of 400 Mach-altitude combinations can be run at once, with up to 20 angles of attack for each combination. The user can specify whether the Mach number and altitude varies together, the
Mach number The Mach number (M or Ma), often only Mach, (; ) is a dimensionless quantity in fluid dynamics representing the ratio of flow velocity past a boundary to the local speed of sound. It is named after the Austrian physicist and philosopher Erns ...
varies at a constant altitude, or the altitude varies at a constant Mach number. Both subsonic and supersonic analysis can be run in Digital DATCOM. The OPTINS Namelist defines the reference parameters for the aircraft. The theoretical wing area, mean aerodynamic chord, and wing span are input along with a parameter defining the surface roughness of the aircraft.


Synthesis parameters

The SYNTHS Namelist allows the user to define the positions of the
center of gravity In physics, the center of mass of a distribution of mass in space (sometimes referred to as the barycenter or balance point) is the unique point at any given time where the weighted relative position of the distributed mass sums to zero. For ...
and apexes of the wings. The X- and Z- coordinates are needed for the
wing A wing is a type of fin that produces both Lift (force), lift and drag while moving through air. Wings are defined by two shape characteristics, an airfoil section and a planform (aeronautics), planform. Wing efficiency is expressed as lift-to-d ...
, horizontal tail, and vertical tail in order for the aircraft to be synthesized correctly. DATCOM does not require that the origin for the aircraft has to be the nose of the aircraft; any arbitrary point will do, but all of the dimensions need to be referenced from that point. Incidence angles can also be added to the wing and horizontal tail.


Body parameters

The BODY Namelist defines the shape of the body. Digital DATCOM assumes an axisymmetrical shape for the body. Up to 20 stations can be specified with the fuselage half-width, upper coordinate and lower coordinate being defined at each station. For supersonic analysis, additional parameters can be input.


Wing, Horizontal and Vertical Tail parameters

The WGPLNF, HTPLNF and VTPLNF Namelists define the wing, horizontal tail and vertical tail, respectively. The basic parameters such as root chord, tip chord, half-span, twist, dihedral and
sweep Sweep or swept may refer to: Cleaning * Sweep, the action of using a brush to clean * Chimney sweep, a worker who clears ash and soot from chimneys * Street sweeper, a person's occupation, or a machine that cleans streets * Swept quartz, a cle ...
are input. Digital DATCOM also accepts wing planforms which change geometry along the span such as the F4 Phantom II which had 15 degrees of outboard dihedral. Canards can also be analyzed in Digital DATCOM. The canard must be specified as the forward lifting surface (i.e. wing) and the wing as the aft lift surface. For airfoil designations, most traditional NACA 4-, 5-, and 6- airfoils can be specified in Digital DATCOM. Additionally, custom airfoils can be input using the appropriate namelists. Also, twin vertical tails can be designated in Digital DATCOM, but not twin booms.


High Lift and Control Devices

Using the SYMFLP and ASYFLP Namelists, flaps,
elevators An elevator (American English) or lift (English in the Commonwealth of Nations, Commonwealth English) is a machine that vertically transports people or freight between levels. They are typically powered by electric motors that drive tracti ...
, and
ailerons An aileron (French for "little wing" or "fin") is a hinged flight control surface usually forming part of the trailing edge of each wing of a fixed-wing aircraft. Ailerons are used in pairs to control the aircraft in roll (or movement around ...
can be defined. Digital DATCOM allows a multitude of flap types including plain, single-slotted, and fowler flaps. Up to 9 flap deflections can be analyzed at each Mach-altitude combination. Unfortunately, the
rudder A rudder is a primary control surface used to steer a ship, boat, submarine, hovercraft, airship, or other vehicle that moves through a fluid medium (usually air or water). On an airplane, the rudder is used primarily to counter adverse yaw ...
is not implemented in Digital DATCOM. Digital DATCOM also offers an automated aircraft TRIM function which calculates elevator deflections needed to trim the aircraft.


Other Inputs

Other Digital DATCOM inputs include power effects (propeller and jet), ground effects, trim tabs, and experimental data. The EXPRXX Namelist allows a user to use experimental data (such as coefficient of lift, coefficient of drag, etc.) in lieu of the data Digital DATCOM produces in the intermediate steps of its component build-up. All dimensions are taken in feet and degrees unless specified otherwise. Digital DATCOM provides commands for outputting the dynamic derivatives (DAMP) as well as the stability coefficients of each components (BUILD).


Output

Digital DATCOM produces a copious amount of data for the relatively small amount of inputs it requires. By default, only the data for the aircraft is output, but additional configurations can be output: * Body alone * Wing alone * Horizontal tail alone * Vertical tail alone * Wing-Body Configuration * Body-Horizontal Tail Configuration * Body-Vertical Tail Configuration * Wing-Body-Horizontal Tail Configuration * Wing-Body-Vertical Tail Configuration * Wing-Body-Horizontal Tail-Vertical Tail Configuration For each configuration, stability coefficients and derivatives are output at each angle of attack specified. The details of this output are defined in Section 6 of the USAF Digital DATCOM Manual Volume I. The basic output includes: * CL -
Lift Coefficient In fluid dynamics, the lift coefficient () is a dimensionless quantity that relates the lift generated by a lifting body to the fluid density around the body, the fluid velocity and an associated reference area. A lifting body is a foil or a co ...
* CD - Drag Coefficient * Cm - Pitching Moment Coefficient * CN - Normal Force Coefficient * CA - Axial Force Coefficient * C - Lift Curve Slope (Derivative of Lift Coefficient with respect to angle of attack) * C - Pitching Moment Curve Slope (derivative of Pitching Moment Coefficient with respect to angle of attack) * C - Derivative of side-force coefficient with respect to
sideslip angle A slip is an aerodynamic state where an aircraft is moving ''somewhat'' sideways as well as forward relative to the oncoming airflow or relative wind. In other words, for a conventional aircraft, the nose will be pointing in the opposite directio ...
* C - Derivative of yawing-moment coefficient with respect to sideslip angle * C - Derivative of rolling-moment coefficient with respect to sideslip angle For complete aircraft configurations, downwash data is also included. When compared with modern methods of
computational fluid dynamics Computational fluid dynamics (CFD) is a branch of fluid mechanics that uses numerical analysis and data structures to analyze and solve problems that involve fluid dynamics, fluid flows. Computers are used to perform the calculations required ...
, Digital DATCOM may seem antiquated. However, in its day, the program was an advanced estimation tool, and certainly much faster than plowing through pages and pages of engineering texts. Digital DATCOM is no longer supported by the USAF and is now
public domain The public domain (PD) consists of all the creative work to which no Exclusive exclusive intellectual property rights apply. Those rights may have expired, been forfeited, expressly Waiver, waived, or may be inapplicable. Because no one holds ...
software.


Limitations

Inlets, external stores, and other protuberances cannot be input because Digital DATCOM analyzes the fuselage as a body of revolution. The simplification affects the coefficient of drag for the aircraft. Dynamic derivatives are not output for aircraft that have wings that are not straight-tapered or have leading edge extensions. This problem can be overcome by using experimental data for the wing-body (using non-straight tapered wing). There is no method to input twin vertical tails mounted on the fuselage, although there is a method for H-Tails. This problem can be addressed by approximating the twin vertical tails as a single equivalent vertical tail mounted to the fuselage. Digital DATCOM cannot provide outputs for the control derivatives with regard to the rudder control surface. According to the manual, there is no any input parameters which define the geometry of rudder. Digital DATCOM cannot analyze three lifting surfaces at once, such as a canard-wing-horizontal tail configuration. This problem can be addressed by superposition of lifting surfaces through the experimental input option.


Current Development

There are intentions among those that use this package to improve the overall package, through an easier user interface, as well as more comprehensive output data.


DATCOM+

While the original DIGDAT program has been left relatively untouched, there has been a new front-end created that will allow the user to name the input file with something more significant than FOR005.DAT. The new input file format allows the user to place comments in the input file. There have also been hooks placed in the DIGDAT that allow for alternate outputs in addition to the original output format, which is 132 columns wide and not easily imported into another application. There is a graphical representation of the aircraft output in AC3D, as well as data table output in
XML Extensible Markup Language (XML) is a markup language and file format for storing, transmitting, and reconstructing data. It defines a set of rules for encoding electronic document, documents in a format that is both human-readable and Machine-r ...
for the
JSBSim ''FlightGear Flight Simulator'' (often shortened to ''FlightGear'' or ''FGFS'') is a Freeware, free, Open-source software, open source cross-platform, multi-platform flight simulator developed by the project since 1997. David Murr started t ...
and FlightGear projects, as well as a free-format LFI (Linear Function Interpolation) data table file. Along with the DIGDAT program, there are viewers for the AC3D, XML, and LFI format output files. Data tables can easily be output to the screen or to PNG files for inclusion into reports.


Mathworks Aerospace Toolbox

Aerospace Toolbox includes a function for importing output files from Digital DATCOM into MATLAB. This function lets you collect aerodynamic coefficients from static and dynamic analyses and transfer them into MATLAB as a cell array of structures, with each structure containing information about a Digital DATCOM output file.


OpenDatcom

OpenDatcom is an open-source GUI for the Digital DATCOM created and hosted by the OpenA

community. OpenDatcom incorporates all the basic (non-experimental) functionality supported by the Digital DATCOM while providing real-time input error and bounds checking. An alpha version of the program was released November 1, 2009 to the general public. The OpenAE.org web site is no longer active.


Predicting Aerodynamics of Structurally Damaged Aircraft

There has been some research in using Digital DATCOM in conjunction with wind tunnel studies to predict aerodynamics of structurally impaired aircraft. Dr. Bilal Siddiqui at
DHA Suffa University DHA Suffa University (DSU) () is a non-profit private sector university named after Suffah of Masjid-e-Nabwi. It is located in the Phase VII (extension) of Defence Housing Authority, Karachi, in Sindh, Pakistan. The university received its ...
presented an approach
Using USAF DATCOM to Predict Nonlinear Aerodynamics of Structurally Impaired Aircraft, to predict the nonlinear aerodynamics of a structurally damaged aircraft model based on the engineering level aerodynamic prediction methods, DATCOM. Raw results from the code provide good correlation with wind tunnel data at very low angles of attack, but accuracy deteriorates rapidly as the angle of attack increases. A new methodology is then proposed which combines the experimental results of healthy aircraft with the predicted aerodynamics of the damaged cases, to yield better correlation between experimental and predicted aerodynamic coefficients for damaged aircraft. Three damage-configurations are studied at supersonic speeds. The methodology can be used to quickly generate aerodynamic model for damaged aircraft for simulation and reconfigurable control.


See also

*
Missile Datcom Missile DATCOM is a widely used semi-empirical datasheet component build-up method for the prediction of missile aerodynamic coefficients. It is an example of an engineering aeroprediction method which can be used to generate an aerodynamic database ...
* USAF Stability and Control DATCOM


References

* Williams, John E., Vukelich, Steven R. "The USAF Stability and Control Digital DATCOM. Volume I. Users Manual.
AFFDL-TR-79-3032 Volume I
Nov. 1979. * Williams, John E., Vukelich, Steven R. "The USAF Stability and Control Digital DATCOM. Volume II. Implementation of Datcom Methods.
AFFDL-TR-79-3032 Volume II
Nov. 1979. * Williams, John E., Vukelich, Steven R. "The USAF Stability and Control Digital DATCOM. Volume III. Plot Module.
AFFDL-TR-79-3032 Volume III
Nov. 1979. * Blake, W. B. "Prediction of Fighter Aircraft Dynamic Derivatives Using Digital Datcom," AIAA 3rd Applied Aerodynamics Conference
AIAA-1985-4070
Colorado Spring, CO, October 1985. * The Mathworks, Inc. "Model-Based Design of a New Light-weight Aircraft," AIAA Modeling and Simulation Technologies Conference and Exhibit
AIAA-2007-6371
Hilton Head, SC, August 2007. * Siddiqui, B.A. and Kassem, A. H., "Using USAF DATCOM to Predict Nonlinear Aerodynamics of Structurally Impaired Aircraft"

International Review of Aerospace Engineering (I.RE.AS.E), January 2010.


External links


OpenDatcom

Digital DATCOM at Embry-Riddle Aeronautical University

Yahoo Digital_Datcom Group


{cbignore, bot=medic
Aerospace Toolbox for MATLAB

JSBSim

FlightGear

1965-Datcom-Sections-1-5

1965-Datcom-Sections-6-9

AFRL-TR-79-3032 USAF DATCOM User's Manual, Volume 1

AFRL-TR-79-3032 USAF DATCOM User's Manual, Volume 2

AFRL-TR-79-3032 USAF DATCOM User's Manual, Volume 3

AFWAL-TR083-3048 McDonnell Douglas Corporation Final Report for DATCOM, April 1978
Aerospace engineering software Aerodynamics Aircraft controls Fortran software Wright-Patterson Air Force Base