Skip to content

Turbomachinery Map

fullflow.TurboMap

One-dimensional turbomachinery performance map.

TurboMap evaluates a one-dimensional turbomachinery map using normalized flow, head, and torque coefficients. The component computes the current flow coefficient from rotor speed, volumetric flow, and the flow geometric parameter, then interpolates normalized head and torque coefficients from the supplied map data.

The dimensional head rise and torque are recovered from the interpolated map coefficients.

Parameters

Name Type Description
namestr

Component name

networkNetwork

Network that owns this component

rotor_speedState

Rotor speed

volumetric_flowState

Volumetric flow rate

densityState

Fluid density

flow_geometric_parameterState

Geometric parameter for flow coefficient

head_geometric_parameterState

Geometric parameter for head coefficient

torque_geometric_parameterState

Geometric parameter for torque coefficient

design_flow_coefficientfloat

Design-point flow coefficient

design_head_coefficientfloat

Design-point head coefficient

design_torque_coefficientfloat

Design-point torque coefficient

normalized_flow_coefficient_maplist or tuple or ndarray or Series

Normalized flow coefficient map values

normalized_head_coefficient_maplist or tuple or ndarray or Series

Normalized head coefficient map values

normalized_torque_coefficient_maplist or tuple or ndarray or Series

Normalized torque coefficient map values

gravitational_accelerationfloat, optional

Gravitational acceleration

Outputs

Name Type Description
normalized_flow_coefficientState, optional

Normalized flow coefficient

normalized_head_coefficientState, optional

Normalized head coefficient

normalized_torque_coefficientState, optional

Normalized torque coefficient

flow_coefficientState, optional

Flow coefficient

head_coefficientState, optional

Head coefficient

torque_coefficientState, optional

Torque coefficient

head_riseState, optional

Head rise

torqueState, optional

Torque