Good morning everyone,
I'm using the *DISTRIBUTION and *DISTRIBUTION TABLE keywords because I need to assign a value of density and a Young Modulus to every element. I write the .inp file, where I tried to assign a specific value to element 1, but when I import it into ABAQUS, I encounter these errors:
A new model database has been created.
The model "Model-1" has been created.
The model "3DBeam_hypermesh_SETTE" has been created.
WARNING in the keyword "*distribution", file="3DBeam_hypermesh_SETTE.inp", line=141987:
AbaqusException: Discrete field width value does not match the associated TYPE parameter.
The part "PART-1" has been imported from the input file.
WARNING in the keyword "*distribution", file="3DBeam_hypermesh_SETTE.inp", line=141987: Instance "SET_ALL_DOMAIN" does not exist.
Discrete field "DIST_DENSITY" is created for distribution "DIST_DENSITY".
WARNING in the keyword "*elastic", file="3DBeam_hypermesh_SETTE.inp", line=141996: Distributions are currently not supported with this keyword in ABAQUS/CAE.
WARNING in the keyword "*density", file="3DBeam_hypermesh_SETTE.inp", line=141998: Distributions are currently not supported with this keyword in ABAQUS/CAE.
TypeError: table[0][0]; found string, expecting float This occurred while processing material keyword *DENSITY. The material JIMMY will not be fully imported.
Where am I doing wrong?
Thanks