Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Hirschvogel committed Nov 9, 2023
1 parent e29609a commit a663fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/examples/solid/solid_cantilever.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def main():
class time_curves():

def tc1(self, t): # curve controlling transversal load, here linearly ramped from 0 to load
load = 1e9 # Pa
load = 1e7 # Pa
return load*t/TIME_PARAMS['maxtime']

"""
Expand Down

0 comments on commit a663fe2

Please sign in to comment.