PDController
All Classes Files Functions
Calculations.hpp
Go to the documentation of this file.
1 
7 #ifndef Calculations_h
8 #define Calculations_h
9 
10 #include <vector>
11 
12 #include "Constants.hpp"
13 #include "ODE.hpp"
14 #include "Populate.hpp"
15 
16 using std::vector;
17 
26 vector<double> func_y_t(double K_d, double K_p, double r_t, double t_sim, double t_step);
27 
28 #endif
vector< double > func_y_t(double K_d, double K_p, double r_t, double t_sim, double t_step)
Calculates Process Variable: The output value from the power plant.
Provides the structure for holding constant values.
Class representing an ODE system.
Class for populating a list during an ODE solution process.