From 3bbf81f6b84e47d774fc18fbb48af2f7f7308819 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <matthieu.schaller@durham.ac.uk>
Date: Thu, 2 Nov 2017 10:05:10 +0000
Subject: [PATCH] Document the units of the internal energy constants for the
 iosthermal EoS case.

---
 examples/DiscPatch/HydroStatic/disc-patch-icc.yml | 2 +-
 examples/parameter_example.yml                    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/DiscPatch/HydroStatic/disc-patch-icc.yml b/examples/DiscPatch/HydroStatic/disc-patch-icc.yml
index c46e1dc5c4..2859599c03 100644
--- a/examples/DiscPatch/HydroStatic/disc-patch-icc.yml
+++ b/examples/DiscPatch/HydroStatic/disc-patch-icc.yml
@@ -33,7 +33,7 @@ SPH:
 
 EoS:
   isothermal_internal_energy: 20.267845
-  
+
 # Parameters related to the initial conditions
 InitialConditions:
   file_name:  Disc-Patch.hdf5       # The file to read
diff --git a/examples/parameter_example.yml b/examples/parameter_example.yml
index 43178fd19a..a579130675 100644
--- a/examples/parameter_example.yml
+++ b/examples/parameter_example.yml
@@ -51,8 +51,8 @@ SPH:
   max_ghost_iterations:  30       # (Optional) Maximal number of iterations allowed to converge towards the smoothing length.
 
 EoS:
-  isothermal_internal_energy: 20.26784 # Thermal energy per unit mass for the case of isothermal equation of state.
-  
+  isothermal_internal_energy: 20.26784 # Thermal energy per unit mass for the case of isothermal equation of state (in internal units).
+
 # Parameters for the self-gravity scheme
 Gravity:
   eta:          0.025    # Constant dimensionless multiplier for time integration.
-- 
GitLab