Skip to content

Commit bc7998d

Browse files
alxbilgerbakpaul
andauthored
bold symbols
Co-authored-by: Paul Baksic <30337881+bakpaul@users.noreply.github.com>
1 parent 6390306 commit bc7998d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

30_Components/30_SolidMechanics/20_Spring/SpringForceField.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ The `SpringForceField` component creates a physics-based spring system that:
1313
## Physics Model
1414
The component implements a linear spring model where each connection (spring) provides the force model:
1515

16-
$
17-
F = k_s (l - l_0) \; u + k_d (v · u) \; u
18-
$
16+
$$
17+
\mathbf{F} = k_s (l - l_0) \; \mathbf{u} + k_d (\mathbf{v} ·\mathbf{u}) \; \mathbf{u}
18+
$$
1919

2020
where:
2121
- `k_s` = Spring stiffness

0 commit comments

Comments
 (0)