|
Q: I'm not sure what elements can be used without triggering the writing of the emat and erot. SOLID92, of course. Are there others? (I know TARGE170/CONTA173/CONTA174/PRETS179 will cause these files to be written - will that be changing?)
A: As mentioned above, SURF154 and the other elements PLANE2, SOLID45, and
SOLID95 are ones I can think of off of the top of my head. I do not know if
any others are planned, although I hope direct assembly will be supported by
most, if not all, elements. Support for other non-CG solvers would be nice,
too.
I imagine that the reason why EMAT is written for nonlinear structural
runs is that with NLGEOM,ON (or contact present), the stiffness changes, so
EMAT needs to be written/updated each step. However, not being a programmer
and not being familiar w/ technical details, it seems to me that EMAT/EROT
could be written in memory rather than to disk, so it doesn't seem that it
would be necesary to write these files.
There is an undocumented option DIRECT,ON you can play with to force
direct assembly of equations for other elements, including contact. I would
*strongly* recommend that you use this only to play with, not for production
work, since this has not been fully tested/supported (unless someone else
can recommend otherwise). With limited testing I've done, this seems to
yield correct results compared w/ default, but, again, I am only mentioning
this undocumented option for those who are interested in trying this just
for kicks since I myself have not done extensive testing with this command.
As a side note, ESAV (and OSAV) will be written for nonlinear analyses
since element saved data (like strain history) needs to be retained in any nonlinear run for the
next substep.
|