AircraftCostCalculation:

Path: ACPro/ACDesign

% Computes aircraft cost.
 Enter data as parameter pairs. It creates 3 latex tables in the files:

   filename_TotalRDTE.tex
   filename_TotalMA.tex
   filename_TotalOperations.tex
 
 These can be imported into any Latex document.

--------------------------------------------------------------------------
   Form:
   c = AircraftCostCalculation( varargin )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   varargin    Parameter pairs

               'filename'
               'weight'
               'cpi_now'
               'year'
               'speed'
               'cost per engine'            
               'number of engines'
               'number of static test airplanes'
               'number of rdte airplanes'
               'block distance'
               'fuel weight'            
               'fuel price'           
               'fuel density'
               'number of airplanes'
               'number of years'
               'number of crew'
               'number of passengers'
               'rdte production rate'
               'cost passenger insurance'
               'cost cabin attendants'
               'cost passenger handling'
               'cost of maintaining ground equipment'
               'cost of depreciation of ground equipment'
               'cost of airplane servicing'
               'cost engine'
               'average flight time'
               'average block time'
               'material' - string (aluminum, stainless steel, alloy, composite
               'difficult'
               'cad savubg'
               'engineering dollar rate airframe'
               'observability'
               'cost meal service'
               'tooling labor rate'
               'profit r&d'
               'interest rate r&d'
               'interest rate manufacturing'
               'profit manufacturing'
               'hull insurace'
               'interior cost factor'
               'amount of mission fuel'
               'airframe and systems maintenance materials cost'
               'engine maintenance materials cost'
               'cost freight handling'
               'airframe depreciation factor'
               'propeller rpice'
               'number of aircraft'
               'number of flight hours per year per crew member'
               'cost propellers'
               'number of propellers per airplane'
               'engine spare parts depreciation factor'
               'engine spare parts factor'
               'engine spare parts depreciation period'
               'engine spare parts price factor'
               'test and simulation facilities cost'
               'spare parts depreciation factor'
               'spare parts factor '
               'spare parts depreciation period'
               'manufacturing manhour rate'
               'production flight test operation cost'
               'vacation pay constant'
               'salary reference year'
               'oil density'
               'oil cost'
               'aircraft naintenance rate'
               'engine maintenance hours'
               'engine maintenance labor rate'
               'engine depreciation factor'
               'maintenance hours flight'
               'overhead factor labor'
               'overhead factor materials'
               'cost depreciation propellers'
               'avionics depreciation factor'
               'avionics  depreciation period'
               'airplane depreciation period'
               'engine depreciation period'
   -------
   Outputs
   -------
   All outputs are in latex tables

-----------------------------------------------------------------------
   Reference: J. Roskam, "Airplane Design: Part VII: Airplane Cost
              Estimation Design, Development, Manufacturing and
              Operating," 1990.
              CPI Data, http://minneapolisfeorg/research/data/us/calc/hist1913.cfm
              CPI Calculator http://www.bls.gov/cpi/
-----------------------------------------------------------------------

Children:

AerospaceUtils: AeroData/AtmData
Common: Atmosphere/StdAtm
Common: CommonData/SwooshWatermark
Common: General/CellToMat
Common: General/CreateLatexTable
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle

Back to the ACPro Module page