_mapFactory typedef | FuelCellShop::Layer::GasDiffusionLayer< dim > | protected |
anisotropy | FuelCellShop::Layer::DesignFibrousGDL< dim > | private |
BaseLayer() | FuelCellShop::Layer::BaseLayer< dim > | inlineprotected |
BaseLayer(const std::string &name) | FuelCellShop::Layer::BaseLayer< dim > | protected |
belongs_to_material(const char material_id) | FuelCellShop::Layer::BaseLayer< dim > | |
compute_gas_diffusion(FuelCellShop::Material::PureGas *solute_gas, FuelCellShop::Material::PureGas *solvent_gas) | FuelCellShop::Layer::PorousLayer< dim > | |
concrete_name | FuelCellShop::Layer::DesignFibrousGDL< dim > | static |
constant_solutions | FuelCellShop::Layer::BaseLayer< dim > | protected |
create_GasDiffusionLayer(const std::string &gld_section_name, ParameterHandler ¶m) | FuelCellShop::Layer::GasDiffusionLayer< dim > | inlinestatic |
create_replica(const std::string &name) | FuelCellShop::Layer::DesignFibrousGDL< dim > | inlineprivatevirtual |
D_bulk | FuelCellShop::Layer::PorousLayer< dim > | protected |
D_ECtheory | FuelCellShop::Layer::PorousLayer< dim > | protected |
dD_bulk_dT | FuelCellShop::Layer::PorousLayer< dim > | protected |
dD_ECtheory_dx | FuelCellShop::Layer::PorousLayer< dim > | protected |
declare_GasDiffusionLayer_parameters(const std::string &gld_section_name, ParameterHandler ¶m) | FuelCellShop::Layer::GasDiffusionLayer< dim > | inlinestatic |
declare_parameters(ParameterHandler ¶m) const | FuelCellShop::Layer::DesignFibrousGDL< dim > | inlinevirtual |
declare_parameters(const std::string &name, ParameterHandler ¶m) const | FuelCellShop::Layer::DesignFibrousGDL< dim > | privatevirtual |
derivative_effective_electron_conductivity(std::vector< Tensor< 2, dim > > &) const | FuelCellShop::Layer::GasDiffusionLayer< dim > | inlinevirtual |
derivative_effective_gas_diffusivity(std::vector< Table< 2, Tensor< 2, dim > > > &) const | FuelCellShop::Layer::GasDiffusionLayer< dim > | inlinevirtual |
derivative_flags | FuelCellShop::Layer::BaseLayer< dim > | protected |
derivative_gas_diffusion_coefficients(std::vector< Table< 2, double > > &) const | FuelCellShop::Layer::PorousLayer< dim > | protectedvirtual |
derivative_gas_permeablity(std::vector< Tensor< 2, dim > > &) const | FuelCellShop::Layer::GasDiffusionLayer< dim > | inlinevirtual |
derivative_liquid_permeablity(std::vector< Tensor< 2, dim > > &) const | FuelCellShop::Layer::GasDiffusionLayer< dim > | inlinevirtual |
DesignFibrousGDL() | FuelCellShop::Layer::DesignFibrousGDL< dim > | |
DesignFibrousGDL(const std::string &name) | FuelCellShop::Layer::DesignFibrousGDL< dim > | |
diffusion_species_name | FuelCellShop::Layer::GasDiffusionLayer< dim > | protected |
effective_electron_conductivity(double &) const | FuelCellShop::Layer::DesignFibrousGDL< dim > | virtual |
effective_electron_conductivity(Tensor< 2, dim > &) const | FuelCellShop::Layer::DesignFibrousGDL< dim > | virtual |
FuelCellShop::Layer::GasDiffusionLayer::effective_electron_conductivity(const double &, double &) const | FuelCellShop::Layer::GasDiffusionLayer< dim > | inlinevirtual |
FuelCellShop::Layer::GasDiffusionLayer::effective_electron_conductivity(const double &, Tensor< 2, dim > &) const | FuelCellShop::Layer::GasDiffusionLayer< dim > | inlinevirtual |
effective_gas_diffusivity(const double &prop, double &prop_eff) const | FuelCellShop::Layer::DesignFibrousGDL< dim > | virtual |
effective_gas_diffusivity(const double &prop, Tensor< 2, dim > &prop_eff) const | FuelCellShop::Layer::DesignFibrousGDL< dim > | virtual |
effective_gas_diffusivity(Table< 2, Tensor< 2, dim > > &D_eff) const | FuelCellShop::Layer::DesignFibrousGDL< dim > | virtual |
FuelCellShop::Layer::GasDiffusionLayer::effective_gas_diffusivity(Table< 2, double > &D_eff) const | FuelCellShop::Layer::GasDiffusionLayer< dim > | virtual |
electron_conductivity | FuelCellShop::Layer::GasDiffusionLayer< dim > | protected |
electron_conductivity_tensor | FuelCellShop::Layer::GasDiffusionLayer< dim > | protected |
gas_diffusion_coefficients(Table< 2, double > &) const | FuelCellShop::Layer::PorousLayer< dim > | protectedvirtual |
gas_permeablity(double &) const | FuelCellShop::Layer::GasDiffusionLayer< dim > | inlinevirtual |
gas_permeablity(Tensor< 2, dim > &) const | FuelCellShop::Layer::GasDiffusionLayer< dim > | inlinevirtual |
GasDiffusionLayer() | FuelCellShop::Layer::GasDiffusionLayer< dim > | protected |
GasDiffusionLayer(const std::string &name) | FuelCellShop::Layer::GasDiffusionLayer< dim > | protected |
gases | FuelCellShop::Layer::PorousLayer< dim > | protected |
get_base_type() const | FuelCellShop::Layer::GasDiffusionLayer< dim > | inlinevirtual |
get_gas_index(FuelCellShop::Material::PureGas *gas_type, int &index) const | FuelCellShop::Layer::PorousLayer< dim > | |
get_gas_pointer(int index) const | FuelCellShop::Layer::PorousLayer< dim > | inline |
get_gases() const | FuelCellShop::Layer::PorousLayer< dim > | inline |
get_mapFactory() | FuelCellShop::Layer::GasDiffusionLayer< dim > | inlineprotectedstatic |
get_material_id() | FuelCellShop::Layer::BaseLayer< dim > | inline |
get_p(double &p) const | FuelCellShop::Layer::PorousLayer< dim > | inline |
get_T_and_p(double &T, double &p) const | FuelCellShop::Layer::PorousLayer< dim > | inline |
initialize(ParameterHandler ¶m) | FuelCellShop::Layer::DesignFibrousGDL< dim > | virtual |
liquid_permeablity(double &) const | FuelCellShop::Layer::GasDiffusionLayer< dim > | inlinevirtual |
liquid_permeablity(Tensor< 2, dim > &) const | FuelCellShop::Layer::GasDiffusionLayer< dim > | inlinevirtual |
material_id | FuelCellShop::Layer::BaseLayer< dim > | protected |
method_eff_property_pores | FuelCellShop::Layer::DesignFibrousGDL< dim > | private |
method_eff_property_solid | FuelCellShop::Layer::DesignFibrousGDL< dim > | private |
name | FuelCellShop::Layer::BaseLayer< dim > | protected |
name_material() | FuelCellShop::Layer::BaseLayer< dim > | inline |
point | FuelCellShop::Layer::BaseLayer< dim > | protected |
porosity | FuelCellShop::Layer::DesignFibrousGDL< dim > | private |
porosity_gamma | FuelCellShop::Layer::DesignFibrousGDL< dim > | private |
porosity_mu | FuelCellShop::Layer::DesignFibrousGDL< dim > | private |
porosity_th | FuelCellShop::Layer::DesignFibrousGDL< dim > | private |
PorousLayer(const std::string &name) | FuelCellShop::Layer::PorousLayer< dim > | inlineprotected |
PorousLayer() | FuelCellShop::Layer::PorousLayer< dim > | inlineprotected |
pressure | FuelCellShop::Layer::PorousLayer< dim > | protected |
print_layer_properties() const | FuelCellShop::Layer::PorousLayer< dim > | inlinevirtual |
PROTOTYPE | FuelCellShop::Layer::DesignFibrousGDL< dim > | privatestatic |
set_constant_solution(const double &value, const VariableNames &name) | FuelCellShop::Layer::BaseLayer< dim > | inlinevirtual |
set_derivative_flags(const std::vector< VariableNames > &flags) | FuelCellShop::Layer::BaseLayer< dim > | inlinevirtual |
set_diffusion_species_name(std::string &name) | FuelCellShop::Layer::GasDiffusionLayer< dim > | inlinevirtual |
set_GasDiffusionLayer_parameters(const std::vector< std::string > &name_dvar, const std::vector< double > &value_dvar, std::string gld_section_name, ParameterHandler ¶m) | FuelCellShop::Layer::GasDiffusionLayer< dim > | inlinestatic |
set_gases(std::vector< FuelCellShop::Material::PureGas * > &gases_in, const double &pressure_in) | FuelCellShop::Layer::PorousLayer< dim > | inline |
set_gases_and_compute(std::vector< FuelCellShop::Material::PureGas * > &gases_in, const double &pressure_in, const double &temperature_in) | FuelCellShop::Layer::PorousLayer< dim > | |
set_parameters(const std::vector< std::string > &name_dvar, const std::vector< double > &value_dvar, ParameterHandler ¶m) const | FuelCellShop::Layer::DesignFibrousGDL< dim > | inlinevirtual |
set_parameters(const std::vector< std::string > &name_dvar, const std::vector< double > &value_dvar, const std::string &name, ParameterHandler ¶m) const | FuelCellShop::Layer::DesignFibrousGDL< dim > | inlineprivatevirtual |
FuelCellShop::Layer::PorousLayer::set_parameters(const std::string &object_name, const std::vector< std::string > &name_dvar, const std::vector< double > &value_dvar, ParameterHandler ¶m) | FuelCellShop::Layer::PorousLayer< dim > | inlineprotectedvirtual |
FuelCellShop::Layer::PorousLayer::set_parameters(const std::vector< std::string > &name_dvar, const std::vector< double > &value_dvar, ParameterHandler ¶m) | FuelCellShop::Layer::PorousLayer< dim > | inlineprotectedvirtual |
set_position(std::vector< Point< dim > > &p) | FuelCellShop::Layer::BaseLayer< dim > | inline |
set_solution(const std::vector< SolutionVariable > &) | FuelCellShop::Layer::BaseLayer< dim > | inlinevirtual |
set_temperature(const SolutionVariable &T_in) | FuelCellShop::Layer::PorousLayer< dim > | inline |
sigma_e | FuelCellShop::Layer::DesignFibrousGDL< dim > | private |
solid_mu | FuelCellShop::Layer::DesignFibrousGDL< dim > | private |
solid_phase | FuelCellShop::Layer::DesignFibrousGDL< dim > | private |
solid_th | FuelCellShop::Layer::DesignFibrousGDL< dim > | private |
T_vector | FuelCellShop::Layer::PorousLayer< dim > | protected |
temperature | FuelCellShop::Layer::PorousLayer< dim > | protected |
test_class() const | FuelCellShop::Layer::GasDiffusionLayer< dim > | virtual |
test_layer() const | FuelCellShop::Layer::PorousLayer< dim > | virtual |
FuelCellShop::Layer::BaseLayer::test_layer() | FuelCellShop::Layer::BaseLayer< dim > | inlinevirtual |
tortuosity_tensor | FuelCellShop::Layer::GasDiffusionLayer< dim > | protected |
~BaseLayer() | FuelCellShop::Layer::BaseLayer< dim > | protectedvirtual |
~DesignFibrousGDL() | FuelCellShop::Layer::DesignFibrousGDL< dim > | inline |
~GasDiffusionLayer() | FuelCellShop::Layer::GasDiffusionLayer< dim > | protected |
~PorousLayer() | FuelCellShop::Layer::PorousLayer< dim > | inlineprotectedvirtual |