Skip to content

Commit fbb48f2

Browse files
committed
added a code description
1 parent fadd5e2 commit fbb48f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

contrib/python/scripts/convert_friction_coeff_into_angles_of_internal_friction.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# This script can be used to convert a given list of friction coefficients
2+
# into angles of internal friction. This is necessary, because
3+
# most ASPECT material models expect angles of internal friction as input.
4+
#
15
# The friction coefficient is defined as tan(angle_of_internal_friction)
26
# where angle_of_internal_friction is in radians.
37
# To convert the friction coefficient to angle of internal friction in degrees:

0 commit comments

Comments
 (0)