cedar.physics.cop

cedar.physics.cop

Core thermodynamic routine for a single-stage vapor-compression cycle.

This module is deliberately minimal: it computes the COP for one state point given refrigerant, evaporator temperature, condenser temperature, and efficiency.

Warning, following layered architecture best practices, this module does NOT perform any input validation, logging, or plotting. Those features belong in higher-level modules.

Functions

cop_single(fluid, t_evap_k, t_cond_k[, eta_is])

Compute the coefficient of performance (COP) for a single-stage vapor-compression refrigeration cycle.