Skip to content
Snippets Groups Projects
Commit edd45fb5 authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Add a working example data file for the cosserat-rod program

It computes buckling under a axial compressive displacement load.
parent e482488f
No related branches found
No related tags found
1 merge request!169Also write the coefficient vector as a binary file
Pipeline #16739 passed
......@@ -63,9 +63,11 @@ parameterSet.instrumented = "no"
# Material parameters
############################
parameterSet.A = 1e-4
parameterSet.J1 = 1e-4
parameterSet.J2 = 1e-4
radius = 0.02
parameterSet.A = math.pi * radius**2
parameterSet.J1 = math.pi * 0.25 * radius**4
parameterSet.J2 = math.pi * 0.25 * radius**4
parameterSet.E = 2.5e5
parameterSet.nu = 0.3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment