1 Pages (4 items)
User functions - Help needed for simple problem - Messages
#1 Posted: 4/25/2019 4:35:25 AM
#2 Posted: 4/25/2019 6:28:57 AM
Hello Andreas,
there are several issues in your worksheet.
test - r1.sm (11 KiB) downloaded 38 time(s).
there are several issues in your worksheet.
- The shear stress must be Tau(F) or Tau - at your choice - both in definition and in Von Mises equation;
- Once you fix it you can see that units of Tau are wrong, it's a force while should be a stress - F/(b*L) I guess;
- Then you should handle the unit of F; use eq(F) to define the Von Mises yeld criterion and set the unit in the first argument of solve, like eq(F*'kN) or eq(F*'N);
- Finally give a range to solve, otherwise the default of the program you are running it is used;
test - r1.sm (11 KiB) downloaded 38 time(s).
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
1 users liked this post
sergio 4/25/2019 6:41:00 AM
#3 Posted: 4/25/2019 8:23:38 AM
Thank you Davide.
Sloppy mistake on my part on the shear stress definition Tau. By the way, can the solve-function return with a unit number or does it have to return a unitless answer?
I can easily fix it of course by writing F:=solve(eq(F*'kN),F,0,1000)*'kN
-Andreas-
Sloppy mistake on my part on the shear stress definition Tau. By the way, can the solve-function return with a unit number or does it have to return a unitless answer?
I can easily fix it of course by writing F:=solve(eq(F*'kN),F,0,1000)*'kN
-Andreas-
#4 Posted: 4/25/2019 9:03:45 AM
WroteThank you Davide.
Sloppy mistake on my part on the shear stress definition Tau. By the way, can the solve-function return with a unit number or does it have to return a unitless answer?
I can easily fix it of course by writing F:=solve(eq(F*'kN),F,0,1000)*'kN
-Andreas-
Yes I forget it, that's the way to set the output units (solve as for now can't handle automatically input/output units of unknowns).

If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
1 Pages (4 items)
-
New Posts
-
No New Posts