RCAIDE.Library.Attributes.Gases

Gases#

This module provides gas handling capabilities for RCAIDE.

It includes classes for managing different types of gases and their thermodynamic properties, with specific implementations for air, carbon dioxide (CO2), and steam. The Gas class serves as the base class for all gas implementations.

See also

RCAIDE.Library.Attributes.Cryogens

Related module for cryogenic fluid handling

Modules

Air(*args, **kwarg)

A class representing air and its thermodynamic properties.

CO2(*args, **kwarg)

A class representing carbon dioxide gas and its thermodynamic properties.

Gas(*args, **kwarg)

Base class for all gas implementations in RCAIDE.

Steam(*args, **kwarg)

A class representing water vapor (steam) and its thermodynamic properties.