test(tests/eos): added test for composition module mode
This commit is contained in:
@@ -54,7 +54,7 @@ namespace serif::eos {
|
||||
std::string name; ///< Name of the parameter (e.g., "Pressure", "Energy", "Entropy").
|
||||
|
||||
friend std::ostream& operator<<(std::ostream& os, const EOSParameter& param) {
|
||||
os << std::setprecision(3) << "<EOSParameter (" << param.name << "): " << param.total << " (gas: " << param.gas
|
||||
os << std::setprecision(5) << "<EOSParameter (" << param.name << "): " << param.total << " (gas: " << param.gas
|
||||
<< ", radiation: " << param.radiation << ") "
|
||||
<< "d/dRho: " << param.dDensity << ", d/dT: " << param.dTemperature
|
||||
<< ", d/dAbar: " << param.dMeanAtomicMassNumber
|
||||
|
||||
Reference in New Issue
Block a user