API Reference#

RCAIDE.Framework

RCAIDE Framework provides the foundational architecture for aircraft design and optimization.

RCAIDE.Library

RCAIDE Library provides core functionality for aircraft design and optimization through a collection of modules.

RCAIDE.load(filename[, pickle_format])

Imports a Pickle or JSON file into a RCAIDE data structure.

RCAIDE.save(data, filename[, pickle_format])

Converts a RCAIDE data structure to a JSON or Pickle file for storage.

RCAIDE.Vehicle(*args, **kwarg)

RCAIDE Vehicle container class with database and input/output functionality.