carbatpy.models.components.one_phase_correlations

Submodules

Classes

VDIHeatTransfer

Nusselt-based heat transfer coefficient for single-phase tube flow

VDIPressureLoss

Frictional pressure gradient for single-phase tube flow.

Package Contents

class carbatpy.models.components.one_phase_correlations.VDIHeatTransfer(fluid, fluidstate, mdot, l, D, d_small=0)[source]

Bases: carbatpy.models.components.one_phase_correlations.base_class_one_phase.OnePhaseTubeBase

Nusselt-based heat transfer coefficient for single-phase tube flow (VDI Wärmeatlas G1).

Returns:

calc() -> dict with keys

Return type:

alpha [W/(m²K)], meta

calc()[source]

Return a dict with computed results.

class carbatpy.models.components.one_phase_correlations.VDIPressureLoss(fluid, fluidstate, mdot, l, D, d_small=0)[source]

Bases: carbatpy.models.components.one_phase_correlations.base_class_one_phase.OnePhaseTubeBase

Frictional pressure gradient for single-phase tube flow.

Returns:

calc() -> dict with keys

Return type:

dpdl [Pa/m], meta

calc()[source]

Return a dict with computed results.