ph_sensor.h

Go to the documentation of this file.
00001 
00011 #include <DSimEngine2/DSimEngine2.h>
00012 
00013 #ifndef PH_SENSOR
00014 #define PH_SENSOR
00015 
00017 
00026 class ph_sensor : public dsim_model
00027 {
00028     public:
00029         ph_sensor(dsim_model_setup *setup);
00030                 ~ph_sensor();
00031                 void initialize_data();
00032                 void initialization_complete();
00033                 void initialize_timestep();
00034         
00035     protected:
00037                 dsim_variable pK1_dsim;
00039                 dsim_variable pK2_dsim ;
00041         dsim_variable wA4_dsim;
00043         dsim_variable wB4_dsim;
00045         dsim_variable pH_dsim;
00046         
00047         private:
00048 };
00049 #endif
 All Classes Files Functions Variables