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 are

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

2018-03-11 Thread Sartaj Singh
Hi Subhash, I will suggest starting writing the proposal, and adding each piece of functionality piece by piece. It will help you think about the API more carefully and also give you an idea of the timeline. It's important to make a proposal that fits well with the GSoC timeline. On 11 March

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 Jason Moore
Subash, These all sound like great ideas! Looking forward to the proposal. Jason moorepants.info +01 530-601-9791 On Thu, Mar 8, 2018 at 6:34 AM, SUBHASH SAURABH wrote: > I have gone through the current continuum mechanics package and I think > the following can

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-25 Thread Jason Moore
Looks like a good starting point. i recommend opening an issue about this. moorepants.info +01 530-601-9791 On Fri, Feb 23, 2018 at 9:55 AM, SUBHASH SAURABH < subhashsaurabh...@gmail.com> wrote: > In this PR Sampad Saha > mentioned to check if the

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

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

2018-02-18 Thread Jason Moore
Subhash, I recommend trying to solve beam problems with the existing code. You will discover limitations of the current software in that process. Jason moorepants.info +01 530-601-9791 On Sat, Feb 10, 2018 at 3:16 AM, SUBHASH SAURABH < subhashsaurabh...@gmail.com> wrote: > > Hello, > > I want

[sympy] GSOC Continuum mechanics 2D beam solving system

2018-02-10 Thread SUBHASH SAURABH
Hello, I want to work on the 2D beam solving system in GSOC this year. I have some idea about beam stress/strain analysis as I having taken few courses(Solid Mechanics, Structural Analysis 1,2) related to it in my college(IIT Guwahati) I have also submitted some PR