#include <response_capillary_related.h>
|
std::vector< boost::shared_ptr
< FuelCellShop::Layer::PorousLayer
< dim > > > | porous_layers |
| Pointer to catalyst layer object. More...
|
|
FuelCell::SystemManagement * | system_management |
| Pointer to system management. More...
|
|
FuelCell::OperatingConditions * | opCond |
| Pointer to operating conditions class. More...
|
|
| LHS_Pc_DataOut (FuelCell::SystemManagement *, std::vector< boost::shared_ptr< FuelCellShop::Layer::PorousLayer< dim > > >, FuelCell::OperatingConditions *) |
| Constructor of our class. More...
|
|
virtual | ~LHS_Pc_DataOut () |
| Destructor. More...
|
|
virtual std::vector< std::string > | get_names () const |
| Function that provides the names of the output variables. More...
|
|
virtual std::vector
< DataComponentInterpretation::DataComponentInterpretation > | get_data_component_interpretation () const |
| Function that states if the output functions are a scalar or a vector. More...
|
|
virtual UpdateFlags | get_needed_update_flags () const |
| Flags to be updated in each cell when computing the solution. More...
|
|
virtual void | compute_derived_quantities_vector (const std::vector< Vector< double > > &uh, const std::vector< std::vector< Tensor< 1, dim > > > &duh, const std::vector< std::vector< Tensor< 2, dim > > > &, const std::vector< Point< dim > > &, const std::vector< Point< dim > > &, const types::material_id &mat_id, std::vector< Vector< double > > &computed_quantities) const |
| Member function used to calculate the current density. More...
|
|
Constructor of our class.
template<int dim>
virtual void FuelCellShop::PostProcessing::LHS_Pc_DataOut< dim >::compute_derived_quantities_vector |
( |
const std::vector< Vector< double > > & |
uh, |
|
|
const std::vector< std::vector< Tensor< 1, dim > > > & |
duh, |
|
|
const std::vector< std::vector< Tensor< 2, dim > > > & |
, |
|
|
const std::vector< Point< dim > > & |
, |
|
|
const std::vector< Point< dim > > & |
, |
|
|
const types::material_id & |
mat_id, |
|
|
std::vector< Vector< double > > & |
computed_quantities |
|
) |
| const |
|
virtual |
Member function used to calculate the current density.
Its inputs are
- a vector representing values of the function (which is here vector-valued) representing the data vector given to DataOut::add_data_vector, evaluated at all evaluation points where we generate output
- a tensor objects representing the first derivative (not used and not given properly since in the constructor we specified that only solution values need to be updated)
The derived quantities are returned in the computed_quantities vector.
Remember that this function may only use data for which the respective update flag is specified by either the constructor or get_needed_update_flags.
Function that states if the output functions are a scalar or a vector.
Function that provides the names of the output variables.
In this case, current density, overpotential, effectiveness, and oxygen coverages (if applicable). The latter is set to one if the model is macro-homogeneous.
Flags to be updated in each cell when computing the solution.
Pointer to operating conditions class.
Pointer to catalyst layer object.
Pointer to system management.
The documentation for this class was generated from the following file: