From 4dd98ca8e1a48c5fe79c33ef1094ecb8cff54c3b Mon Sep 17 00:00:00 2001
From: xymiao <miaoxingyuan@live.cn>
Date: Thu, 1 Jun 2017 17:53:47 +0200
Subject: [PATCH] added documentation for those parameters used in Ehlers'
 plastic model.

---
 MaterialLib/SolidModels/Ehlers.h | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/MaterialLib/SolidModels/Ehlers.h b/MaterialLib/SolidModels/Ehlers.h
index b0a712e42cc..f0491ca06b9 100644
--- a/MaterialLib/SolidModels/Ehlers.h
+++ b/MaterialLib/SolidModels/Ehlers.h
@@ -76,21 +76,21 @@ struct MaterialPropertiesParameters
     P const& G;  ///< shear modulus
     P const& K;  ///< bulk modulus
 
-    P const& alpha;
-    P const& beta;
-    P const& gamma;
-    P const& delta;
-    P const& epsilon;
-    P const& m;
-
-    P const& alpha_p;
-    P const& beta_p;
-    P const& gamma_p;
-    P const& delta_p;
-    P const& epsilon_p;
-    P const& m_p;
-
-    P const& kappa;
+    P const& alpha;  // material dependent parameter in relation to Ehlers model, refer to Ehlers, W. "A single-surface yield function for geomaterials." Archive of Applied Mechanics 65.4 (1995): 246-259 for more details.
+    P const& beta;  // copydoc alpha
+    P const& gamma;  // copydoc alpha
+    P const& delta;  // copydoc alpha
+    P const& epsilon;  // copydoc alpha
+    P const& m;  // copydoc alpha
+
+    P const& alpha_p;  // copydoc alpha
+    P const& beta_p;  // copydoc alpha
+    P const& gamma_p;  // copydoc alpha
+    P const& delta_p;  // copydoc alpha
+    P const& epsilon_p;  // copydoc alpha
+    P const& m_p;  // copydoc alpha
+
+    P const& kappa;  // hardening parameter
     P const& hardening_coefficient;
 };
 
-- 
GitLab