luminarycloud.enum.averaging_type

Classes

AveragingType

Represents an averaging method used to compute average surface quantities.

Module Contents

class luminarycloud.enum.averaging_type.AveragingType

Represents an averaging method used to compute average surface quantities.

Attributes:
UNSPECIFIED
AREA

Average using the area of each face divided by the total area.

MASS_FLOW

Average using the mass flow at each face divided by the total mass flow.

UNSPECIFIED
AREA
MASS_FLOW