diff --git a/dumux/geomechanics/elastic/model.hh b/dumux/geomechanics/elastic/model.hh
index 5feebaa59faf060857e43b6abd69d22c5c7e310e..1b7ca4fea0be4f9802f5915a1ac88c998a3a5427 100644
--- a/dumux/geomechanics/elastic/model.hh
+++ b/dumux/geomechanics/elastic/model.hh
@@ -40,6 +40,8 @@
  *
  * The equations are discretized using a vertex-centered finite volume (box) scheme as spatial discretization. The time discretization is not needed due to the quasi-static conditions.
  * PrimaryVariables are the displacements in each direction \f$ \mathbf{u} \f$.
+ *
+ * Pay attention to the sign convention, where tension has a positive!
  */
 #ifndef DUMUX_GEOMECHANICS_ELASTIC_MODEL_HH
 #define DUMUX_GEOMECHANICS_ELASTIC_MODEL_HH
diff --git a/dumux/geomechanics/poroelastic/model.hh b/dumux/geomechanics/poroelastic/model.hh
index 92835982df53a2eac88ddcfdc677978506c3ab37..852ccd6bd5eabba078cb659cfce3e0df0120c423 100644
--- a/dumux/geomechanics/poroelastic/model.hh
+++ b/dumux/geomechanics/poroelastic/model.hh
@@ -45,6 +45,8 @@
  *
  * The equations are discretized using a vertex-centered finite volume (box) scheme as spatial discretization. The time discretization is not needed due to the quasi-static conditions.
  * PrimaryVariables are the displacements in each direction \f$ \mathbf{u} \f$.
+ *
+ * Pay attention to the sign convention, where tension has a positive!
  */
 #ifndef DUMUX_GEOMECHANICS_POROELASTIC_MODEL_HH
 #define DUMUX_GEOMECHANICS_POROELASTIC_MODEL_HH