sunode icon indicating copy to clipboard operation
sunode copied to clipboard

Define ODE with external input

Open yanb514 opened this issue 1 year ago • 1 comments

Hello,

Is there a way to specify the external input to the RHS of the ODE? I.e., my ODE has an external force term x_dot = f(x, u, param).

yanb514 avatar Feb 19 '24 18:02 yanb514

Hi @yanb514! Could you please be more specific about the external force term you're trying to add? In particular, what's preventing you from simply including the force term in the definition of your original ODE?

maresb avatar Feb 20 '24 09:02 maresb