rizer.hybrid.engineering_model.model.recirculation#
Classes#
Module Contents#
- class rizer.hybrid.engineering_model.model.recirculation.RecirculationModel(inputs: rizer.hybrid.engineering_model.dataclass.recirculation.RecirculationInputs)#
- inputs#
- solve(t_eval: numpy.ndarray, T3: Callable[[float], float], P3: Callable[[float], float]) rizer.hybrid.engineering_model.dataclass.recirculation.RecirculationOutputs#
Compute the temperature and pressure at the given time points.
- Parameters:
t_eval (
numpy.ndarray) – Time points at which to evaluate the temperature and pressure.- Returns:
Temperature and pressure at the given time points.
- Return type: