From c9fa074c164c4d8f5ac9ce954d6fc0674e243a07 Mon Sep 17 00:00:00 2001 From: Romain Boman <r.boman@uliege.be> Date: Fri, 18 Feb 2022 15:14:05 +0100 Subject: [PATCH] link to Grosse et al 's paper --- doc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index ad7353b..a1bf6d0 100644 --- a/doc/README.md +++ b/doc/README.md @@ -1,6 +1,6 @@ # Calculation of the muscle-induced forces on the finite element mesh -In this section, muscle forces are converted to finite-element forces acting on the nodes of the surface mesh of each muscle group. The 3 loading models proposed by Grosse et al. (2007) have been implemented in python with a special care about efficiency. +In this section, muscle forces are converted to finite-element forces acting on the nodes of the surface mesh of each muscle group. The 3 loading models proposed by [Grosse et al. (2007)](https://doi.org/10.1002/ar.20568) have been implemented in python with a special care about efficiency. In the simplest model – the Uniform-Traction model – the total traction force $`\bar{F}`$ applied by a muscle on the bone is uniformly distributed on the surface mesh of the muscle attachment. For each triangle of this mesh, the traction is assumed to be directed towards a focal node modelling the opposite muscle attachment (see Figure 1). -- GitLab