eytelwein.belt_conveyor_design.core.design_of_conveyor_belt module¶
- eytelwein.belt_conveyor_design.core.design_of_conveyor_belt.addition_to_minimum_cover_thickness(feeding_condition: BeltCoverCharacteristicsAssessments, cycle_time: BeltCoverCharacteristicsAssessments, top_size: BeltCoverCharacteristicsAssessments, bulk_density: BeltCoverCharacteristicsAssessments, abrasivity: BeltCoverCharacteristicsAssessments) tuple[int, int][source]¶
Calculates the recommended addition to the minimum cover thickness for a conveyor belt based on several assessment criteria. :param feeding_condition: Assessment of the feeding condition. :type feeding_condition: BeltCoverCharacteristicsAssessments :param cycle_time: Assessment of the cycle time. :type cycle_time: BeltCoverCharacteristicsAssessments :param top_size: Assessment of the top size of the material. :type top_size: BeltCoverCharacteristicsAssessments :param bulk_density: Assessment of the bulk density of the material. :type bulk_density: BeltCoverCharacteristicsAssessments :param abrasivity: Assessment of the material’s abrasivity. :type abrasivity: BeltCoverCharacteristicsAssessments
- Returns:
A tuple representing the recommended range (in millimeters) to be added to the minimum cover thickness.
- Return type:
tuple[int, int]
- eytelwein.belt_conveyor_design.core.design_of_conveyor_belt.belt_safety_factor_from_splice_strength_and_belt_tension(splice_strength: Quantity, belt_tension: Quantity, unit: str = 'dimensionless', precision: int | None = None) Quantity[source]¶
Calculate belt safety factor from splice strength and belt tension.
- Formula:
S = T_N / T
- eytelwein.belt_conveyor_design.core.design_of_conveyor_belt.belt_tension_from_splice_strength_and_belt_safety_factor(splice_strength: Quantity, belt_safety_factor: Quantity, unit: str = 'newton / millimeter', precision: int | None = None) Quantity[source]¶
Calculate belt tension from splice strength and belt safety factor.
- Formula:
T = T_N / S
- eytelwein.belt_conveyor_design.core.design_of_conveyor_belt.rating_tension_from_belt_safety_factor_and_belt_tension(belt_safety_factor: Quantity, belt_tension: Quantity, unit: str = 'newton / millimeter', precision: int | None = None) Quantity[source]¶
Calculate rating tension from belt safety factor and belt tension.
- Formula:
T_N = S * T