ErrElemMissingSection.
ErrElemMissingSection.
(OP)
i have created an input file and i have 100 elements type s4r and i assign in each elset different orientations and material properties.
i use shell general section for each elset.
But i am still getting this error
100 elements have missing property definitions. The elements have
been identified in element set ErrElemMissingSection.
&
SECTION DEFINITIONS ARE MISSING OR INCORRECT FOR THE ELEMENTS
INDICATED ABOVE
plz help
i use shell general section for each elset.
But i am still getting this error
100 elements have missing property definitions. The elements have
been identified in element set ErrElemMissingSection.
&
SECTION DEFINITIONS ARE MISSING OR INCORRECT FOR THE ELEMENTS
INDICATED ABOVE
plz help





RE: ErrElemMissingSection.
maybe you're missing the property definition "card" ?
have you read the manual ? done one of their examples ??
RE: ErrElemMissingSection.
Are you able to view your model in the GUI or just the .inp? If you can see your model in the GUI check your section manager and make sure all elements are defined with a proper section. If you are looking only at your .inp, closely examine the *section definition section and make sure all of your *elsets are defined in the *section def.
RE: ErrElemMissingSection.
RE: ErrElemMissingSection.
It's a possibility you have unintentional, unused nodes and elements defined in the *nodes and *element sections of your .inp. Be sure you are only creating the intended nodes and elements for your model. Perhaps you forgot to delete a line of nodes/elements when creating your .inp.