Please login with a confirmed email address before reporting spam
Posted:
3 years ago
8 mar 2022, 07:42 GMT-5
You function is not monotonic, so may be tricky to implement as you are planning. It looks like you are plotting the reaction force of something as a prescribed displacement is increased then decreased.
You may be better off using the interpolation function with the solve parameter as the argument and making your presribed displacement a function of a monotonic parameter increase.
This can be achived using "if" statements in your prescribed displacement function. See attached Excel file...
You function is not monotonic, so may be tricky to implement as you are planning. It looks like you are plotting the reaction force of something as a prescribed displacement is increased then decreased.
You may be better off using the interpolation function with the solve parameter as the argument and making your presribed displacement a function of a monotonic parameter increase.
This can be achived using "if" statements in your prescribed displacement function. See attached Excel file...