- initial_weight
Numeric. Starting fish weight (g).
- final_weight
Numeric. Fish weight at end of simulation (g);
minimum 0.01 g.
- weight_change
Numeric. Net change in weight (g).
- relative_growth
Numeric. Relative growth as percentage of
initial weight.
- total_consumption_g
Numeric. Cumulative consumption over all
simulated days (g prey).
- total_consumption
Numeric. Alias for total_consumption_g
(retained for backward compatibility).
- simulation_days
Integer. Number of days actually simulated;
may be less than the full duration if mortality occurs.
- method
List. The consumption_method supplied by the
caller.
- simulation_completed
Logical. TRUE if the simulation ran
for all requested days without early termination.
- mortality_occurred
Logical. TRUE if fish weight fell to
or below 0.01 g during the simulation.
- daily_output
A data.frame with one row per simulated day
containing temperature, consumption, respiration, egestion, excretion,
net energy, weight, and energy density. Only present when
output_daily = TRUE.