#include "fcst_units.h"
#include "equation_base.h"
#include "gas_diffusion_layer.h"
#include "micro_porous_layer.h"
#include "catalyst_layer.h"
#include "membrane_layer.h"
#include "fcst_constants.h"
#include "fcst_utilities.h"
#include <string>
#include <sstream>
Go to the source code of this file.
|
|
| FuelCellShop::Equation::DeclException2 (VariableNotFoundForOhmicHeat, std::string, std::string,<< "For "<< arg1<< " ohmic heating source term set as True, \""<< arg2<< "\" is not found as one of the solution variables.") |
| Exception thrown when ohmic heating (Protonic or Electronic) is set to TRUE , but respective solution variables, or , are not declared as user solution variables. More...
|
|