RUFAS.routines.manure.reception_pits.reception_pit module#

class RUFAS.routines.manure.reception_pits.reception_pit.ReceptionPit#

Bases: object

Class for a reception pit.

classmethod daily_update(manure_handler_daily_output: ManureHandlerDailyOutput, pen: ManureManagerPen, bedding: BaseBedding) ReceptionPitDailyOutput#

Calculates and stores the daily output of the reception pit.

Args:

manure_handler_daily_output: The daily output of a manure handler. pen: A ManureManagerPen object. bedding: A BaseBedding object.

Returns:

The daily output of the reception pit.