Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs and Setup Class #10

Open
schweb5 opened this issue Apr 19, 2019 · 0 comments
Open

Docs and Setup Class #10

schweb5 opened this issue Apr 19, 2019 · 0 comments

Comments

@schweb5
Copy link

schweb5 commented Apr 19, 2019

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:

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant