Hi all,
I model a hammer, impacting a component. To reduce computation time, and as I don't need any information about the hammer's stresses and strains, I want to model it as a Rigid Body. Though, I wonder about inertia and mass input in rigid bodies, as I get the following warning and error :
WARNING ID : 542
** WARNING RIGID BODY INERTIA
ERROR ID : 274
** ERROR IN RIGID BODY DEFINITION (INERTIA)
And here my input:
/RBODY/402
HAMMER
# N_master I_sens I_skew I_spher MASS Grnod_id IKREM I_CoG Surf_id
39178 0 0 805 0
# Jxx Jyy Jzz
1.87779E+06 371038 -1.87779E+06
# Jxy Jyz Jxz
0 0 404038
# Ioptoff
0
If I delete inertia inputs, my computation works fine. However I need mass, because I work with initial velocity and mass is therefore important.
So I wonder :
- I input material (density) and mesh, so maybe I do not need inertia and mass input
OR
- maybe I should input MASS in rigid body
OR
- do what I did but something is still wrong ...
Thank you,
Alice