- 3,148
- 8
Due to complications I have with drawing and uploading pics at the moment, I'll simply describe the model instead of posting a pic; it's a cantilever beam (ignore the cross section and modulus of elasticity given in the pic, and the force P) of length L = 1, the coordinate axis x is along the beam, and the axis z is pointing downwards, with the origin at the fixed support on the left side of the beam. Imagine some continuous load q as a function of x distributed along the beam. This is the only load acting on the beam. The modulus of elasticity E and moment of inertia I are assumed to be constant along the beam. One needs to find the displacement w of the beam, i.e. solve the boundary problem:
EI \frac{d^4 w}{dx^4} = q (1)
with boundary conditions
w(0) = 0 (vertical displacement at support equals zero)
w'(0) = 0 (slope at support equals zero - no rotation)
EI \frac{d^3 w}{dx^3} = 0 (shear force at x = 1 equals zero)
EI \frac{d^2 w}{dx^2} = 0 (torque at x = 1 equals zero).
This is where I need a push - I assume the first step is to find the variational formulation of the problem? Do I simply have to take some function satisfying the homogenous boundary condition and multiply equation (1) with it, integrate, and try to obtain a variational formulation that way? Further on, I read about the Galerkin approximation method. I'm interested in how exactly to construct the basis functions for the discretization space of the domain [0, 1] of the problem.
Anyone with some experience in FEM modeling of such simple mechanical systems - please help. The book I'm working with isn't specific enough, and it skips some steps. I'd like to solve this problem step by step in a clear and precise manner. Further on, I'm interesting in creating a Mathematica program, i.e. implementing this idea into an algorithm.
EI \frac{d^4 w}{dx^4} = q (1)
with boundary conditions
w(0) = 0 (vertical displacement at support equals zero)
w'(0) = 0 (slope at support equals zero - no rotation)
EI \frac{d^3 w}{dx^3} = 0 (shear force at x = 1 equals zero)
EI \frac{d^2 w}{dx^2} = 0 (torque at x = 1 equals zero).
This is where I need a push - I assume the first step is to find the variational formulation of the problem? Do I simply have to take some function satisfying the homogenous boundary condition and multiply equation (1) with it, integrate, and try to obtain a variational formulation that way? Further on, I read about the Galerkin approximation method. I'm interested in how exactly to construct the basis functions for the discretization space of the domain [0, 1] of the problem.
Anyone with some experience in FEM modeling of such simple mechanical systems - please help. The book I'm working with isn't specific enough, and it skips some steps. I'd like to solve this problem step by step in a clear and precise manner. Further on, I'm interesting in creating a Mathematica program, i.e. implementing this idea into an algorithm.
Last edited:
], but nothing is "really" forcing your hand in selecting these things... people have come up with great elements by breaking the "rules" and picking something inconsistent in terms of interpolation, fulfillment of bcs, continuity and so forth for particular elements. Getting bit ahead of myself