PDController
Loading...
Searching...
No Matches
ODE Class Reference

Class representing an ODE system. More...

#include <ODE.hpp>

Public Member Functions

 ODE (double K_p, double K_d, double r_t)
 Constructor for ODE objects.
void operator() (vector< double > y_t, vector< double > &dy_t, double t)
 function representation of ODE system

Detailed Description

Class representing an ODE system.

Constructor & Destructor Documentation

◆ ODE()

ODE::ODE ( double K_p,
double K_d,
double r_t )

Constructor for ODE objects.

Parameters
K_pProportional Gain
K_dDerivative Gain
r_tSet-Point

Member Function Documentation

◆ operator()()

void ODE::operator() ( vector< double > y_t,
vector< double > & dy_t,
double t )

function representation of ODE system

Parameters
y_tProcess Variable
dy_tchange in Process Variable
tcurrent independent variable value in ODE solution

The documentation for this class was generated from the following file: