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#
F_advection(t: float) float#
T4(t: float, T3: Callable[[float], float]) float#
P4(t: float, P3: Callable[[float], float]) float#
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:

RecirculationOutputs