Implements SDA calculation for metabolic cost of feeding and digestion
calculate_sda(consumption_energy, egestion_energy, SDA_coeff)SDA in energy (J/g)
Consumption in energy (J/g)
Egestion in energy (J/g)
Specific dynamic action coefficient
Calculates SDA using: SDA = SDA_coeff × (consumption - egestion)
Special cases: - When egestion > consumption: egestion is capped at consumption value - Result is always >= 0