-
Notifications
You must be signed in to change notification settings - Fork 124
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
Add Verification Manual VM7 #785
Conversation
examples/06-verif-manual/vm-007-plastic_compression_of_a_pipe_assembly.py
Outdated
Show resolved
Hide resolved
examples/06-verif-manual/vm-007-plastic_compression_of_a_pipe_assembly.py
Outdated
Show resolved
Hide resolved
examples/06-verif-manual/vm-007-plastic_compression_of_a_pipe_assembly.py
Outdated
Show resolved
Hide resolved
examples/06-verif-manual/vm-007-plastic_compression_of_a_pipe_assembly.py
Outdated
Show resolved
Hide resolved
examples/06-verif-manual/vm-007-plastic_compression_of_a_pipe_assembly.py
Outdated
Show resolved
Hide resolved
examples/06-verif-manual/vm-007-plastic_compression_of_a_pipe_assembly.py
Outdated
Show resolved
Hide resolved
examples/06-verif-manual/vm-007-plastic_compression_of_a_pipe_assembly.py
Outdated
Show resolved
Hide resolved
examples/06-verif-manual/vm-007-plastic_compression_of_a_pipe_assembly.py
Outdated
Show resolved
Hide resolved
examples/06-verif-manual/vm-007-plastic_compression_of_a_pipe_assembly.py
Show resolved
Hide resolved
examples/06-verif-manual/vm-007-plastic_compression_of_a_pipe_assembly.py
Outdated
Show resolved
Hide resolved
examples/06-verif-manual/vm-007-plastic_compression_of_a_pipe_assembly.py
Outdated
Show resolved
Hide resolved
examples/06-verif-manual/vm-007-plastic_compression_of_a_pipe_assembly.py
Outdated
Show resolved
Hide resolved
examples/06-verif-manual/vm-007-plastic_compression_of_a_pipe_assembly.py
Outdated
Show resolved
Hide resolved
examples/06-verif-manual/vm-007-plastic_compression_of_a_pipe_assembly.py
Outdated
Show resolved
Hide resolved
Hi @akaszynski , |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice piece of work. I like the dataframe output quite a lot.
I have made some comments for you to consider. In addition, I'm not convinced this should be a dynamic example. A static example could have do the job without overloading more the building process.
If made static, the eplot
could be "interactive" as Tech Demo 1.
examples/06-verif-manual/vm-007-plastic_compression_of_a_pipe_assembly.py
Outdated
Show resolved
Hide resolved
examples/06-verif-manual/vm-007-plastic_compression_of_a_pipe_assembly.py
Outdated
Show resolved
Hide resolved
examples/06-verif-manual/vm-007-plastic_compression_of_a_pipe_assembly.py
Outdated
Show resolved
Hide resolved
examples/06-verif-manual/vm-007-plastic_compression_of_a_pipe_assembly.py
Outdated
Show resolved
Hide resolved
examples/06-verif-manual/vm-007-plastic_compression_of_a_pipe_assembly.py
Outdated
Show resolved
Hide resolved
examples/06-verif-manual/vm-007-plastic_compression_of_a_pipe_assembly.py
Outdated
Show resolved
Hide resolved
examples/06-verif-manual/vm-007-plastic_compression_of_a_pipe_assembly.py
Outdated
Show resolved
Hide resolved
examples/06-verif-manual/vm-007-plastic_compression_of_a_pipe_assembly.py
Outdated
Show resolved
Hide resolved
examples/06-verif-manual/vm-007-plastic_compression_of_a_pipe_assembly.py
Outdated
Show resolved
Hide resolved
examples/06-verif-manual/vm-007-plastic_compression_of_a_pipe_assembly.py
Show resolved
Hide resolved
Ping @germa89 when ready for a final review. I'm fine with this as-is. |
Hi German (@germa89), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very good job.
Do NOT let the amount of comments I did diminishes your work. Most of my comments are suggestions, feel free to include them or not. However three important remarks:
- Capitalization. You seems to mix uppercase and lower case too frequently.
- Check the
eplot
generated figure. I'm not sure we want that there. - Also, are we keeping the pandas thing?
After these three things have been addressed, in my opinion, you can merge.
examples/06-verif-manual/vm-007-plastic_compression_of_a_pipe_assembly.py
Outdated
Show resolved
Hide resolved
examples/06-verif-manual/vm-007-plastic_compression_of_a_pipe_assembly.py
Outdated
Show resolved
Hide resolved
examples/06-verif-manual/vm-007-plastic_compression_of_a_pipe_assembly.py
Outdated
Show resolved
Hide resolved
examples/06-verif-manual/vm-007-plastic_compression_of_a_pipe_assembly.py
Outdated
Show resolved
Hide resolved
examples/06-verif-manual/vm-007-plastic_compression_of_a_pipe_assembly.py
Outdated
Show resolved
Hide resolved
examples/06-verif-manual/vm-007-plastic_compression_of_a_pipe_assembly.py
Outdated
Show resolved
Hide resolved
examples/06-verif-manual/vm-007-plastic_compression_of_a_pipe_assembly.py
Outdated
Show resolved
Hide resolved
examples/06-verif-manual/vm-007-plastic_compression_of_a_pipe_assembly.py
Outdated
Show resolved
Hide resolved
examples/06-verif-manual/vm-007-plastic_compression_of_a_pipe_assembly.py
Outdated
Show resolved
Hide resolved
examples/06-verif-manual/vm-007-plastic_compression_of_a_pipe_assembly.py
Show resolved
Hide resolved
Thank you, German(@germa89), for your suggestions. |
Perfect! Well done! |
This PR adds VM7, with good step by step explanations, how to provide full simulation of the Plastic Compression of a Pipe Assembly using PyMapdl.
The first commit has got the VM7 with converted code from MAPDL into PyMAPDL.