17 #ifndef _FUELCELLSHOP__RESPONSE_SORPTION_HEAT_H 
   18 #define _FUELCELLSHOP__RESPONSE_SORPTION_HEAT_H 
   28 using namespace dealii;
 
   30 namespace FuelCellShop
 
   33     namespace PostProcessing
 
  121             void initialize(ParameterHandler& param);
 
  137                                    std::map<FuelCellShop::PostProcessing::ResponsesNames, double>& respMap) 
const;
 
  148                                    std::map<FuelCellShop::PostProcessing::ResponsesNames, double>& respMap)
 const 
  150                 throw std::runtime_error(
"SorptionHeatResponse::compute_responses(solution_variables, info, layer, respMap) not implemented");
 
const unsigned int dim
Definition: fcst_constants.h:23
 
void compute_responses(std::vector< FuelCellShop::SolutionVariable > solution_variables, const typename DoFApplication< dim >::CellInfo &info, FuelCellShop::Layer::BaseLayer< dim > *const layer, std::map< FuelCellShop::PostProcessing::ResponsesNames, double > &respMap) const 
Routine used in order to compute the response with a modified solution (not the one stored in CellInf...
Definition: response_sorption_heat.h:145
 
This class assembles source terms corresponding to sorption/desorption of water inside the catalyst l...
Definition: sorption_source_terms.h:101
 
~SorptionHeatResponse()
Definition: response_sorption_heat.h:114
 
double time_constant
Time constant,  [1/s]. 
Definition: response_sorption_heat.h:181
 
Virtual class used to develop a common interface to a set of functions used to evaluate functionals t...
Definition: base_response.h:131
 
FuelCellShop::Equation::VariableInfo lambda
VariableInfo structure corresponding to the "membrane_water_content". 
Definition: response_sorption_heat.h:170
 
This class is created for the objects handed to the mesh loops. 
Definition: mesh_loop_info_objects.h:544
 
FuelCellShop::Equation::VariableInfo xWater
VariableInfo structure corresponding to the "water_molar_fraction". 
Definition: response_sorption_heat.h:164
 
const FuelCellShop::Equation::SorptionSourceTerms< dim > * sorption_source
Pointer to SorptionSourceTerms object. 
Definition: response_sorption_heat.h:158
 
IMPORTANT: Add all new solution variables and equations here ! 
Definition: system_management.h:300
 
This simple structure stores certain information regarding a particular variable for the equation (al...
Definition: equation_auxiliaries.h:51
 
SorptionHeatResponse(const FuelCell::SystemManagement &sm, const FuelCellShop::Equation::SorptionSourceTerms< dim > *sst)
Definition: response_sorption_heat.h:107
 
Class used to calculate the heat generated due to sorption of water inside the catalyst layer...
Definition: response_sorption_heat.h:102
 
FuelCellShop::Equation::VariableInfo tRev
VariableInfo structure corresponding to the "temperature_of_REV". 
Definition: response_sorption_heat.h:176
 
Virtual class used to characterize a generic layer interface. 
Definition: base_layer.h:58