StiffenedGasIsMaterialView Concept Reference

Developer Documentation: MeltPoolDG::Flow::StiffenedGasIsMaterialView Concept Reference
Developer Documentation
MeltPoolDG::Flow::StiffenedGasIsMaterialView Concept Reference

#include <equation_of_state.hpp>

Concept definition

template<typename T>
concept MeltPoolDG::Flow::StiffenedGasIsMaterialView = requires(const T m) {
{
m.heat_capacity_ratio()
};
{
m.specific_isobaric_heat()
};
{
m.stiffening_pressure()
};
}
Definition equation_of_state.hpp:71

Detailed Description

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