Package CompAero

Expand source code
# __init__.py

# Version
__version__ = "0.1.0"

Sub-modules

CompAero.Calculator
CompAero.fanno_flow_relations

Provides a class around the Fanno Flow State

CompAero.greek_letters

Contains dataclass for converting Greek letters to strings

CompAero.internal

Contains helper functions used by the CompAero Project

CompAero.isentropic_relations

This module contains the class that represents the Isentropic Flow State

CompAero.normal_shock_relations

This module contains the relationships for a normal shock flow

CompAero.oblique_shock_relations

This file contains the relationships for oblique shock waves

CompAero.prandtl_meyer

This class defines the relations for the Prandtl Meyer flows

CompAero.rayleigh_flow_relations

This module contains the relationships for rayleigh flows

CompAero.rocket_nozzle

This module defines relationships for rocket nozzles

CompAero.types

This module defines the basic types (Enumerations) for the module