#include <state_views_mixins.hpp>
|
| using | value_type = 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
template<int n_species, typename ValueType , typename Derived >
◆ derived()
template<int n_species, typename ValueType , typename Derived >
◆ partial_inner_energy()
template<int n_species, typename ValueType , typename Derived >
Partial inner energy of a species component computed as the product of the specific inner energy and the mass fraction of the species component.
- Parameters
-
| species_component | The index of the species component for which the partial inner energy is computed. |
◆ partial_pressure()
template<int n_species, typename ValueType , typename Derived >
Partial pressure of a species component computed by Dalton's law of partial pressures.
- Parameters
-
| species_component | The index of the species component for which the partial pressure is computed. |
◆ value()
template<int n_species, typename ValueType , typename Derived >
The documentation for this struct was generated from the following file: