RUFAS.biophysical.feed_storage.grain module#

class RUFAS.biophysical.feed_storage.grain.Grain(capacity: float = inf)#

Bases: Storage

Represents grain storage and manages its specific attributes and behaviors.

Inherits from Storage.

__init__(capacity: float = inf)#
class RUFAS.biophysical.feed_storage.grain.Dry(capacity: float = inf)#

Bases: Grain

Represents dry grain storage and manages its specific attributes and behaviors.

Inherits from Grain.

class RUFAS.biophysical.feed_storage.grain.HighMoisture(capacity: float = inf)#

Bases: Grain

Represents high-moisture grain storage and manages its specific attributes and behaviors.

Inherits from Grain.