rizer.hybrid.engineering_model.dataclass.base#
Classes#
Module Contents#
- class rizer.hybrid.engineering_model.dataclass.base.TimeSeriesState#
- t: numpy.ndarray#
Time array [s].
- T: numpy.ndarray#
Temperature array [K].
- P: numpy.ndarray#
Pressure array [Pa].
- plot(show: bool = True) tuple[matplotlib.figure.Figure, tuple[matplotlib.axes.Axes, matplotlib.axes.Axes]]#