dGeeraerd_model: First Derivate of Geeraerd's Model

Description Usage Arguments Details Value Model Equation Model Parameters Notes See Also

View source: R/geeraerd_model.R

Description

Calculates the first derivative of the Geeraerd's model at a given time for the model parameters provided and the environmental conditions given.

Usage

1
dGeeraerd_model(t, x, parms, temp_profile)

Arguments

t

numeric vector indicating the time of the experiment.

x

list with the values of the variables at time t.

parms

parameters for the secondary model. No explicit check of their validity is performed (see section Model Parameters).

temp_profile

a function that provides the temperature at a given time.

Details

This function is compatible with the function predict_inactivation.

Value

A list with the value of the first derivatives of N and C_c at time t.

Model Equation

dN/dt = - N * k_max * α * γ

dC_c/dt = - C_c * k_max

α = 1/(1+C_c)

γ = 1 - N_res/N

k_max = 1/D_T

log(D_T) = log(D_R) + (T_R-T)/z

Model Parameters

Notes

To define the Geeraerd model without tail, assign N_min = 0. For the model without shoulder, assign C_0 = 0

See Also

predict_inactivation


bioinactivation documentation built on Aug. 1, 2019, 5:05 p.m.