You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
are you going to make some documentation to run laminate calculations?
Also, it would nice to have a class to define the laminae, laminate and loads and eventually fire up the calculation.
Something as simple as:
lamina0 = Lamipy(E1,E2,G12,v12,0)
lamina90 = Lamipy(E1,E2,G12,v12,90)
laminate = Lamipy.laminate(lamina90,lamina0,lamina90)
loads = Lamipy.Loads(Nx,Ny,Mx,My)
Lamipy.Failure(laminate,loads,'display','Tsai-Wu') 'with option to file such as c:\result.png and type of
failure criteria to select Tsai-Wu, Hoffman, Max Stress, Max Strain etc.'
This is just a quick idea worthwhile to explore? Let me know!
Great work by the way!
The text was updated successfully, but these errors were encountered:
Hi,
are you going to make some documentation to run laminate calculations?
Also, it would nice to have a class to define the laminae, laminate and loads and eventually fire up the calculation.
Something as simple as:
This is just a quick idea worthwhile to explore? Let me know!
Great work by the way!
The text was updated successfully, but these errors were encountered: