#
aerospace-engineering
Here are 73 public repositories matching this topic...
Open
16
Aircraft design optimization made fast through modern automatic differentiation. Plug-and-play analysis tools for aerodynamics, propulsion, structures, trajectory design, and much more.
python
analysis
simulation
optimization
aerospace
automatic-differentiation
airplane
cfd
aircraft
aerodynamics
vlm
xfoil
aerospace-engineering
aircraft-design
mdo
mdao
aerodynamic-analysis
3d-panel
-
Updated
Dec 23, 2021 - Jupyter Notebook
A list of space exploration related books (some are online, some are on paper)
-
Updated
Mar 19, 2021
Open
Testing
6
camUrban
commented
Mar 17, 2021
We should make sure that all the integration tests compare output against expected results. This means getting rid of all the "test_method_does_not_throw" tests.
We could also implement PyTests or some other methodology with a simpler syntax.
Open
GUI or CLI
Open
Setup Video
2
Educational Vibration programs. Intended for undergraduate and early graduate students.
engineering
mechanical-engineering
vibration
civil-engineering
aerospace-engineering
petroleum-engineering
-
Updated
Jul 15, 2021 - Python
Materials for the book "Python for Mechanical and Aerospace Engineering"
python
engineering
physics
numpy
aerospace
requests
mechanical-engineering
tkinter
matplotlib
openpyxl
pint
aerospace-engineering
book-python
-
Updated
Nov 16, 2021 - HTML
A curated list of aerospace/space related data and code resources for a community of independent hackers dedicated to furthering humanity's knowledge of the universe through open collaboration.
-
Updated
Dec 15, 2017
A Python implementation of the Apollo Entry Guidance algorithm used by NASA's MSL spacecraft
space
aerospace
trajectory-optimization
optimal-control
spacex
hypersonics
aerospace-engineering
guidance-law
-
Updated
Aug 27, 2021 - Jupyter Notebook
Resources for analyzing aircraft structures for aerospace engineers
-
Updated
Mar 15, 2020
SpaceLab Organization Info
-
Updated
Aug 23, 2021
This template aims to simplify and improve the (Xe)LaTeX template provided by the TU Delft. Major changes are a redesigned cover page and a rewritten class file for easier customization.
-
Updated
May 16, 2021 - TeX
Avionics team repository of the UAV-ART project
-
Updated
Dec 1, 2021 - Python
This repository keeps all the data used for the article "RocketPy: A Six Degree-of-freedom launch vehicle trajectory simulator"
simulation
paper
dynamics
aerospace
rocket
flight-simulator
flight
aerodynamics
trajectory
aerospace-engineering
flight-data
-
Updated
Sep 12, 2021 - Jupyter Notebook
Structural analysis of the aileron of a Boeing 737
-
Updated
Mar 6, 2018 - Python
Stripped down version of XFOIL as compiled python module.
design
optimization
python3
optimization-tools
airfoil
xfoil
aerospace-engineering
aerodynamic-surfaces
-
Updated
Jul 30, 2020 - Fortran
Demonstration of Conventional 2 Sensor Attitude Determination using VRML in Simulink
space
satellite
orbit
aerospace
magnetometer
earth
astrophysics
orientation
orientation-tracking
attitude
orbital-simulation
sun
orbital-mechanics
vrml
igrf
aerospace-engineering
orientation-detection
attitude-determination
astronautics
sun-sensor
-
Updated
Aug 26, 2017 - MATLAB
MScSim flight simulator documentation.
-
Updated
May 1, 2021 - TeX
This is a collection of Jupyter Notebooks for teaching and outreach purposes
-
Updated
Feb 11, 2021 - Jupyter Notebook
All About GLEE2023!
-
Updated
Dec 9, 2021 - C++
A program to calculate the parameters of a turbofan engine (Matlab).
-
Updated
May 29, 2017 - MATLAB
Pressure-Fed Based Liquid Rocket Engine with propellant - Ethanol and Liquid Oxygen (LOX)
-
Updated
Dec 25, 2021 - C++
Educational Vibration programs for Octave. Intended for undergraduate and early graduate students.
-
Updated
Sep 9, 2018 - MATLAB
Basic ISA Calculator for Python projects
-
Updated
Feb 9, 2021 - Python
Black-Box optimization of a rotor's shape using Projected Gradient Descent
optimization
gradient-descent
black-box-optimization
aerodynamics
aerospace-engineering
projected-gradients
autogyro
-
Updated
Mar 29, 2019 - Python
A simple article template following all the guidelines of AE2223-I, based on the official AIAA template. Supports one and two column layout.
-
Updated
Feb 7, 2021 - TeX
Community Starship Loads Model Experiment
-
Updated
Sep 8, 2020 - Jupyter Notebook
A Python implementation of the 1976 standard atmosphere model. Suitable to determine air properties at different altitudes.
aerospace
python3
atmosphere
aerodynamics
aerodynamic-studies
aerospace-engineering
aircraft-performance
aircraft-design
-
Updated
Apr 23, 2020 - Python
Script de monitoramento de telemetria para missões espaciais, cansat e foguetemodelismo.
space
satellite
aerospace
telemetry
rocket
telemetry-data
cansat
telemetria
cansat-competition
satelite
aerospace-engineering
newspace
rocketry
foguetemodelismo
-
Updated
Aug 1, 2021 - Python
A comprehensive note set for undergraduate, and first year graduate control theory! Contains concrete examples with the Julia Programming Language, and an approximate aircraft model.
simulation
notes
julia
modeling
aerospace
controls
control-systems
textbook
aerospace-engineering
control-systems-engineering
-
Updated
Jul 14, 2021
A library to track asteroids, written in C/C++
-
Updated
Nov 27, 2018 - C++
Improve this page
Add a description, image, and links to the aerospace-engineering topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the aerospace-engineering topic, visit your repo's landing page and select "manage topics."


JSBSim provides schemas for XML validation (
JSBSim.xsdfor flight models,JSBSimScript.xsdfor script files andJSBSimSystem.xsdfor system files) but they have not been updated for a while so they might reject perfectly valid XML files.XML files can be tested with
xmllint> xmllint --noout --schema JSBSim.xsd some_path/my_file.xmlIt might be interesting to: