IdealGasIsMaterialView Concept Reference

Developer Documentation: MeltPoolDG::Flow::IdealGasIsMaterialView Concept Reference
Developer Documentation
MeltPoolDG::Flow::IdealGasIsMaterialView Concept Reference

#include <equation_of_state.hpp>

Concept definition

template<typename T>
concept MeltPoolDG::Flow::IdealGasIsMaterialView = requires(const T m) {
{
m.heat_capacity_ratio()
};
{
m.specific_gas_constant()
};
}
Definition equation_of_state.hpp:57

Detailed Description

Concept defining the specific requirements for a material view to be used with the ideal gas equation of state.