Re: [sympy] GSOC Continuum mechanics 2D beam solving system

2018-03-14 Thread SUBHASH SAURABH
I have completed my application and submitted it to Sympy wiki. Here is the link https://github.com/sympy/sympy/wiki/GSoC-2018-Application-Subhash-Saurabh:-Improving-2D-Beams-and-Implementing-3D-beams Jason , Sartaj can you please review my application and suggest if any changes/addition

Re: [sympy] GSOC Continuum mechanics 2D beam solving system

2018-03-11 Thread SUBHASH SAURABH
One more thing that I think can be implemented by Singularity function is Influence Line Diagram(ILD) . After implementing plotting for shear force and bending moment plotting of ILD can also be added. We can implement a function compute_ild that takes position of a beam as argument and

Re: [sympy] GSOC Continuum mechanics 2D beam solving system

2018-03-08 Thread SUBHASH SAURABH
I have gone through the current continuum mechanics package and I think the following can be implemented in this summer. 1. Improve the beam module so that it can solve for indeterminate beams. 2. Implement plotting of shear_force, bending_moment, slope and deflection. 3. Implement CrossSection

Re: [sympy] GSOC Continuum mechanics 2D beam solving system

2018-03-04 Thread SUBHASH SAURABH
While solving different beam problems I found that currently only determinate beams can be solved (simply supported, cantilever, overhanging). However it is unable to solve indeterminate beams (fixed, propped cantilever and continuous beams). For fixed beam >>> from

Re: [sympy] GSOC Continuum mechanics 2D beam solving system

2018-02-27 Thread SUBHASH SAURABH
I am currently working on this problem and I will submit a PR as soon as possible. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to sympy+unsubscr...@googlegroups.com.

Re: [sympy] GSOC Continuum mechanics 2D beam solving system

2018-02-23 Thread SUBHASH SAURABH
In this PR Sampad Saha mentioned to check if the beam bending works with units or not. Currently it doesn't work and I think it requires some changes in the units module as well as in continuum_mechanics package. For the code snippet from sympy

[sympy] GSOC Continuum mechanics 2D beam solving system

2018-02-10 Thread SUBHASH SAURABH
com/sympy/sympy/pulls?utf8=%E2%9C%93=is%3Apr+author%3ASubhash-Saurabh+>to sympy repo. Is there any bug , incomplete PR related to 2D beam solving system so that I can get familiar with it? Thanks Subhash Saurabh -- You received this message because you are subscribed to the Google Groups