FEM and PDE: Solving a Simple Falling Mass Differential Equation

  • Thread starter Thread starter chandran
  • Start date Start date
  • Tags Tags
    Example Fem Pde
chandran
Messages
137
Reaction score
1
i want to understand finite element method by solving the simple differential equation of falling mass

d2y/dx2=force/mass

eventhough this equation contains derivative of only one variable i want to understand fem using this

Or some one can give a somemore difficult pde and solve using fem

with this DE how can i understand boundary condition and initial condition. i
 
Physics news on Phys.org
FEM is used in various boundary value problems (BVP), and BVP-IVP (initial value problems), both static and dynamic.

The falling mass is a simple one dimensional problem and would be rather poor for understanding FEM.

FEM is used to calculate stresses and strain in various mechanical (static and dynamic) problems, fluid mechanics, computational fluid dynamics, heat transfer problems, and combinations thereof.
 
i want some relevant problem in nodal analysis
 
i want to understand finite element method by solving the simple differential equation of falling mass

d2y/dx2=force/mass
Well, first of all, the convention is to right acceleration as d2y/dt2 = F/m = g. Of course this can be solved analytically, although one could do it numerically.

i want some relevant problem in nodal analysis
Say, Please. :biggrin: Let me see what I can do.

Basically, FEM involves the numerical solution to differential equations (ordinary or partial), and these are generally those equations which are applied to 2D (areas) or 3D (volumes) elements. The boundaries of 2D areas are lines (1D), and the boundaries of volumes are areas (2D).

The key to FEA/FEM is the "mesh discretization of a continuous domain into a set of discrete sub-domains."

Here is some background -
FEA - http://en.wikipedia.org/wiki/Finite_element_analysis

FEM - http://en.wikipedia.org/wiki/Finite_element_method

I work with two guys who were FEM pioneers at Berkeley during the 1960's.
 
can anyone teach me what is fem and pde? i am newbie on it.. I've read so many article about it.. but I'm still confuse.. can anyone give me explanation about it? thanks a lot..
 
So you want someone to teach you a full course? I don't think that's going to happen. Ask specific questions and you will get specific answers.
 
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top