Skip to content
Snippets Groups Projects
Commit 0d30fc96 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Better documentation of the isothermal EoS.

parent 663491b8
No related branches found
No related tags found
No related merge requests found
...@@ -29,8 +29,10 @@ ...@@ -29,8 +29,10 @@
#include "physical_constants.h" #include "physical_constants.h"
extern struct eos_parameters eos; extern struct eos_parameters eos;
/* ------------------------------------------------------------------------- */
/**
* @brief The parameters of the equation of state for the gas.
*/
struct eos_parameters { struct eos_parameters {
/*! Thermal energy per unit mass */ /*! Thermal energy per unit mass */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment