17 #ifndef _FUELCELLSHOP__CONVENTIONAL_CL__H
18 #define _FUELCELLSHOP__CONVENTIONAL_CL__H
21 #include<base/parameter_handler.h>
22 #include<base/point.h>
23 #include <base/function.h>
24 #include <lac/vector.h>
25 #include <fe/fe_values.h>
37 #include "boost/shared_ptr.hpp"
45 namespace FuelCellShop
107 double &epsilon_V_out,
108 double &epsilon_N_out)
const
231 ParameterHandler ¶m)
const;
238 const std::vector<double>& value_dvar,
239 const std::string& cl_section_name,
240 ParameterHandler ¶m )
const;
270 double &Depsilon_N)
const;
303 const double prc_Pt)
const
305 return -(V_Pt*1e-3)/(
rho_c*pow(prc_Pt,2.0));
316 return (1/
rho_Pt + (1-prc_Pt)/(prc_Pt*
rho_c))*(1e-3);