lanl/singularity-eos

Address warnings in analytic tests from the Mie Gruneisen Us-up EOS

Open

#565 geöffnet am 17. Sept. 2025

Auf GitHub ansehen
 (0 Kommentare) (1 Reaktion) (0 zugewiesene Personen)C++ (21 Forks)auto 404
Testingbuggood first issue

Repository-Metriken

Stars
 (36 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

When running eos_analytic_unit_tests, a lot of warnings related to the Mie-Gruneisen Us-up appear regarding negative temperature and negative entropy. Actually, the negative entropy doesn't matter because the EOS doesn't satisfy the third law of thermodynamics. In particular, $T \to 0$ corresponds to $S \to -\infty$. But the negative temperature is something that should be addressed.

Contributor Guide