eytelwein.belt_conveyor_design.constants module

class eytelwein.belt_conveyor_design.constants.BeltCarcassType(*values)[source]

Bases: Enum

STEEL_CORD = 2
TEXTILE = 1
classmethod from_string(string)[source]
class eytelwein.belt_conveyor_design.constants.BeltCoverCharacteristicsAssessments(*values)[source]

Bases: Enum

AVERAGE = 2
FAVOURABLE = 1
UNFAVOURABLE = 3
classmethod from_int(integer: int)[source]
classmethod from_string(string: str)[source]
to_int() int[source]
class eytelwein.belt_conveyor_design.constants.CoefficientMinimumTransitionLength(*values)[source]

Bases: Enum

EP = 8.5
ST = 14
class eytelwein.belt_conveyor_design.constants.IdlerSets(*values)[source]

Bases: Enum

DEEP_TROUGH = 4
FIVE_TROUGH = 5
FLAT_TROUGH = 1
THREE_TROUGH = 3
V_TROUGH = 2
to_int() int[source]
class eytelwein.belt_conveyor_design.constants.MinimumPulleyDiameterCoefficient(*values)[source]

Bases: Enum

B = 80
E = 108
P = 90
St = 145
classmethod from_string(string: str)[source]
to_int() int[source]
class eytelwein.belt_conveyor_design.constants.PulleyGroups(*values)[source]

Bases: Enum

A = 1
B = 2
C = 3
classmethod from_string(string: str)[source]
to_int() int[source]
class eytelwein.belt_conveyor_design.constants.PulleyLoadFactor(*values)[source]

Bases: Enum

above_100 = 'above_100'
above_30_up_to_60 = 'above_30_up_to_60'
above_60_up_to_100 = 'above_60_up_to_100'
classmethod from_percent_value(value: float)[source]
get_max_value()[source]
up_to_30 = 'up_to_30'