.. currentmodule:: ccp.point

Performance Functions
=====================

These functions are available in the ccp.point module and they are mainly used
by the ccp.Point class in the performance calculation.

.. automodule:: ccp.point
    :members:
        head_isentropic,
        head_pol_mallen_saville,
        head_pol_sandberg_colby,
        head_pol_schultz,
        head_pol_huntington,
        head_pol,
        head_reference,
        head_reference_2017,
        eff_isentropic,
        eff_pol_mallen_saville,
        eff_pol_sandberg_colby,
        eff_pol_schultz,
        eff_pol_huntington,
        eff_pol,
        f_schultz,
        f_sandberg_colby,
        disch_from_suc_head_eff,
        flow_from_phi,
        head_from_psi,
        mach,
        n_exp,
        phi,
        power_calc,
        reynolds,
        speed_from_psi,
        u_calc,

.. bibliography::
    :filter: docname in docnames
