Module huracan.components

Huracan engine components

Expand source code
# SPDX-FileCopyrightText: © 2021 Antonio López Rivera <antonlopezr99@gmail.com>
# SPDX-License-Identifier: GPL-3.0-only

"""
Huracan engine components
-------------------------
"""

from huracan.components.static import intake, inlet, nozzle
from huracan.components.rotary import fan, prop, propfan, compressor, turbine
from huracan.components.power.combustion import combustion_chamber, afterburner
from huracan.components.power.sinks import electrical_system
from huracan.components.heat_exchangers import intercooler

Sub-modules

huracan.components.heat_exchangers

System heat exchangers

huracan.components.power

Engine power plants

huracan.components.rotary

Rotary components

huracan.components.static

Static components