Class representing an ODE system.
More...
|
| | ODE (double K_p, double K_d, double r_t) |
| | Constructor for ODE objects.
|
| int | getDimension () |
| | returns the ODE system dimension
|
| void | computeDerivatives (double t, double[] y_t, double[] dy_t) |
| | function representation of an ODE system
|
Class representing an ODE system.
◆ ODE()
| PDController.ODE.ODE |
( |
double | K_p, |
|
|
double | K_d, |
|
|
double | r_t ) |
Constructor for ODE objects.
- Parameters
-
| K_p | Proportional Gain |
| K_d | Derivative Gain |
| r_t | Set-Point |
◆ computeDerivatives()
| void PDController.ODE.computeDerivatives |
( |
double | t, |
|
|
double[] | y_t, |
|
|
double[] | dy_t ) |
function representation of an ODE system
- Parameters
-
| t | current independent variable value in ODE solution |
| y_t | Process Variable |
| dy_t | change in Process Variable |
◆ getDimension()
| int PDController.ODE.getDimension |
( |
| ) |
|
returns the ODE system dimension
- Returns
- dimension of the ODE system
The documentation for this class was generated from the following file: