Add or remove objects during simulation
Add or remove objects during simulation
(OP)
Is it possible in ANSYS to add a geometry during a simulation? For example, if at a certain time during simulation a maximum stress is reached, some supporting objects automaticly appear at the point of highest stress. Or is there a way to implement a script which runs during simulation?
If you don't understand the question, please tell me. English obviously isn't my mother tongue.
Thanks in advance for every answer!
If you don't understand the question, please tell me. English obviously isn't my mother tongue.
Thanks in advance for every answer!





RE: Add or remove objects during simulation
You will probably have to divide your solution in to several steps, not to miss the point when your support has to be revived.
But this may not work in case you unsupported element types or due to some other limitation.
You may also consider placing a contact elements between two surfaces that will interact , and in such a way you can omit usage of this command.
RE: Add or remove objects during simulation
EKILL and EALIVE work fine. Now I want the EALIVE to take place automaticly by using an IF command that checks whether the stress is already too high. What command can I use to check maximum stress on the "solve" layer (not postprocessing layer)?
My problem could also be solved by a user defined contact area. Does this exist in ANSYS?
RE: Add or remove objects during simulation
Of you can expand on what you understand by user defined area, then I can be more specific. But on the whole ansys has quite robust contact capabilities. You can use different type of contact options: such as surface to surface/ node to surface, node to node etc., also you can set the size of contact detection zone and many other parameters. I would recommend you reading contact analysis guide in ansys help and also help on contact elements type cont17x. Then you will have general idea of what contact pairs in ansys are capable of. (Examples with contact implementation in verification manual can also be of some use).