| Contact finite elements/Impact |
|
| Full Transient Dynamic Analysis
Damping Options |
|
| Time Integration
Initial Conditions |
|
| Time History Postprocessor | |
| Animation, Over Time |
A solid ball, of 3 in. radius, is dropped from 100 in. above a flexible base. The ball is released from rest at a position which is off-center with respect to the base.
Treat this as a 2D system (Geometry file - ParaSolid, available):
Use 2D plane stress elements (unit thickness) to model the ball (obviously, we are not concerned with the stresses developed in the ball). Mapped Face Mesh, quads; face sizing w 0.5" element size. (We want a coarse mesh for better solution speed).
Use 2D plane stress elements to model the 100 in. long base. The base is 1.0 in high, unit depth (or thickness) and fixed at both ends. Mesh the base: Mapped Face Mesh, quads; edge sizing 2 elements through the 1" dimension.
The both bodies are the same material. Modulus, 1,000,000 psi; Poisson's ratio, 0.40; and density of 0.20 lbm/cu.in
Handle the "interaction" of the ball and base with contact/target surfaces. Create a manual contact region from all surfaces of the ball (contactor) to all upper face of the base (target). Use a coefficient of friction of 0.1 for this assignment. Are other contact setting important ?
* A command object for Time History Postprocessor (POST26):
/SHOW,PNG ! send plots to PNG file
/GFILE,400 ! plot file resolution
/RGB,INDEX,100,100,100,0 ! switch the
/RGB,INDEX,0,0,0,15 ! B/W colors
/VIEW,1,0,0,1 ! set the viewing direction
/POST26
SOLU,2,DTIME,,ITS
SOLU,3,EQIT,,NoEqIt
SOLU,4,RESFRQ,,RespFreq
PLVAR,2
PLVAR,3
PLVAR,4
FINISH