include/meltpooldg/species_transport/state_views_mixins.hpp Source File
|
Developer Documentation
|
state_views_mixins.hpp
Go to the documentation of this file.
200 using gradient_type = std::conditional_t<std::is_const_v<std::remove_reference_t<GradientType>>,
Definition boundary_conditions.hpp:8
Definition state_views_mixins.hpp:132
ValueType::value_type partial_inner_energy(const unsigned species_component) const
Definition state_views_mixins.hpp:157
ValueType & value() const
Definition state_views_mixins.hpp:164
ValueType::value_type partial_pressure(const unsigned species_component) const
Definition state_views_mixins.hpp:144
const Derived & derived() const
Definition state_views_mixins.hpp:170
std::conditional_t< std::is_const_v< std::remove_reference_t< ValueType > >, std::add_const_t< typename ValueType::value_type >, typename ValueType::value_type > value_type
Definition state_views_mixins.hpp:135
Definition state_views_mixins.hpp:31
std::conditional_t< std::is_const_v< std::remove_reference_t< ValueType > >, std::add_const_t< typename ValueType::value_type >, typename ValueType::value_type > value_type
Definition state_views_mixins.hpp:34
ValueType & value() const
Definition state_views_mixins.hpp:71
ValueType::value_type last_species_mass_fraction() const
Definition state_views_mixins.hpp:89
const Derived & derived() const
Definition state_views_mixins.hpp:77
ValueType::value_type mass_fraction(const unsigned species_component) const
Definition state_views_mixins.hpp:60
std::optional< typename ValueType::value_type > mass_fraction
Definition state_views_mixins.hpp:125
struct MeltPoolDG::SpeciesTransport::DofValueMixin::@7 last_species_cache
Cache for the mass fraction and the partial density of the last species component.
std::optional< typename ValueType::value_type > partial_density
Definition state_views_mixins.hpp:126
value_type & partial_density(const unsigned species_component) const
Definition state_views_mixins.hpp:43
value_type & last_species_partial_density() const
Definition state_views_mixins.hpp:111
Definition state_views_mixins.hpp:318
decltype(auto) get_value() const
Definition state_views_mixins.hpp:328
decltype(auto) partial_density_flux(const unsigned species_component) const
Definition state_views_mixins.hpp:320
Definition state_views_mixins.hpp:195
std::conditional_t< std::is_const_v< std::remove_reference_t< GradientType > >, std::add_const_t< typename GradientType::value_type >, typename GradientType::value_type > gradient_type
Definition state_views_mixins.hpp:202
GradientType::value_type grad_mass_fraction(const unsigned species_component) const
Definition state_views_mixins.hpp:227
struct MeltPoolDG::SpeciesTransport::GradientValueMixin::@8 last_species_cache
const Derived & derived() const
Definition state_views_mixins.hpp:253
gradient_type & grad_partial_density(const unsigned species_component) const
Definition state_views_mixins.hpp:211
std::conditional_t< std::is_const_v< std::remove_reference_t< ValueType > >, std::add_const_t< typename ValueType::value_type >, typename ValueType::value_type > value_type
Definition state_views_mixins.hpp:198
ValueType & value() const
Definition state_views_mixins.hpp:241
GradientType & gradient_value() const
Definition state_views_mixins.hpp:247
GradientType::value_type & last_species_grad_partial_density() const
Definition state_views_mixins.hpp:287
std::optional< typename GradientType::value_type > partial_density
Definition state_views_mixins.hpp:305
std::optional< typename GradientType::value_type > mass_fraction
Definition state_views_mixins.hpp:304
gradient_type & last_species_grad_mass_fraction() const
Definition state_views_mixins.hpp:265
Generated by