-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hi, I have a term in my ode that is dependant on the exact time of evaluation. This is because I am look at a reactor with inflow data, but essentially it can be shown using an example like this:
ode(t, y, p, inflowdata):
time_data = inflowdata[:, 0] # First column is time points for measured data
# Get Qin at time t
Qin = np.interp(t, time_data, inflowdata[:, 1] # Second column are Flowrates in at each time point
....
However, because it is symbolic I cannot just use it like that and I have tried a few solutions with no luck. Can anyone help me?
Metadata
Metadata
Assignees
Labels
No labels