RUFAS.biophysical.feed_storage.grain module#
- class RUFAS.biophysical.feed_storage.grain.Grain(config: dict[str, str | float])#
Bases:
Storage
Represents grain storage and manages its specific attributes and behaviors.
Inherits from Storage.
Parameters#
- configdict[str, str | float]
Configuration dictionary for the grain storage.
Attributes#
- dm_loss_coefficientfloat | None
Coefficient determining how much dry matter is lost in grain storage (unitless).
- __init__(config: dict[str, str | float])#