FER/Mech is
devoted to 2D and 3D mechanism simulation, which includes pre/post processor and
solver. It allows designing the geometry model, to input the physical parameters
to define a finite element model, then run the solver and to visualize the
analysis results within a very friendly graphical interface.
FER/Mech is
developed by using C++ language with the support of OpenGL graphical library in
the environment of Microsoft Visual C++ developer studio. With the techniques of
object oriented programming and OpenGL programming as well as some new
geometrical algorithms, it produces high quality images and allows you to
visualize and to operate very easily the computational results.
The main capabilities of FER/Mech include :
Create
geometry model 2D and 3D
Define objects properties
Define boundary conditions
Animation
Define load curve
Dynamic loading
Solver option
XY plot
1, Select node
2, Select X, Y data item
3, Plot curves
Validation
time
Newmark
Wilson
analytic results |
Matlab program for the analytic solution |
a). Results for undamped case (c<cr) b). Results for critically damped case (c=cr) c). Results for overdamped case (c>cr) |
%compute a step response of spring-mass
system k=250;
%spring constant % a). underdamped case : 0<kesi<1; % b). critically damped case : kesi = 1; % c). overdamped case : kesi > 1; |