|
teqp 0.23.1
|
#include <multifluid_ecs_mutant.hpp>
Public Member Functions | |
| template<class VecType> | |
| auto | R (const VecType &molefrac) const |
| MultiFluidAdapter_Ecs (const BaseClass &base, Reducing_ECS &&redfunc) | |
| void | set_meta (const std::string &m) |
| Store some sort of metadata in string form (perhaps a JSON representation of the model?). | |
| auto | get_meta () const |
| Get the metadata stored in string form. | |
| template<typename TType, typename RhoType, typename MoleFracType> | |
| auto | alphar (const TType &T, const RhoType &rho, const MoleFracType &molefrac) const |
Public Attributes | |
| const BaseClass & | base |
| const Reducing_ECS | redfunc |
Definition at line 129 of file multifluid_ecs_mutant.hpp.
|
inline |
Definition at line 141 of file multifluid_ecs_mutant.hpp.
|
inline |
Definition at line 150 of file multifluid_ecs_mutant.hpp.
|
inline |
Get the metadata stored in string form.
Definition at line 147 of file multifluid_ecs_mutant.hpp.
|
inline |
Definition at line 139 of file multifluid_ecs_mutant.hpp.
|
inline |
Store some sort of metadata in string form (perhaps a JSON representation of the model?).
Definition at line 144 of file multifluid_ecs_mutant.hpp.
| const BaseClass& teqp::MultiFluidAdapter_Ecs< BaseClass >::base |
Definition at line 135 of file multifluid_ecs_mutant.hpp.
| const Reducing_ECS teqp::MultiFluidAdapter_Ecs< BaseClass >::redfunc |
Definition at line 136 of file multifluid_ecs_mutant.hpp.