diff --git a/src/libecalc/core/models/compressor/train/variable_speed_compressor_train_common_shaft_multiple_streams_and_pressures.py b/src/libecalc/core/models/compressor/train/variable_speed_compressor_train_common_shaft_multiple_streams_and_pressures.py index 80ba50cfa5..e3994c7488 100644 --- a/src/libecalc/core/models/compressor/train/variable_speed_compressor_train_common_shaft_multiple_streams_and_pressures.py +++ b/src/libecalc/core/models/compressor/train/variable_speed_compressor_train_common_shaft_multiple_streams_and_pressures.py @@ -872,6 +872,11 @@ def calculate_compressor_train_given_rate_ps_speed( stage_number=stage_number ) if fluid_to_recirculate: + logger.warning( + f"For stage number {stage_number}, there is no fluid entering the stage at at this time step. " + f"The compressor is only recirculating fluid. Standard rates are " + f"{std_rates_std_m3_per_day_per_stream}." + ) inlet_stream = fluid_to_recirculate else: raise ValueError(