Atom topic feed | site map | contact | login | Protection des données personnelles | Powered by FluxBB | réalisation artaban
You are not logged in.
Pages: 1
Hello everybody,
there is the possibility to track the reaction force of a node during the simulation and to define a clean abort criterion for the simulation?
For example, if the force drop is more than 5% of the considered node.
Offline
Can't anybody help me?
In Abaqus there is this option via the urdfil subroutine. Is there anything similar in Code_Aster?
Offline
Hello,
No, but you can't have a look at DEFI_LIST_INST/DELTA_GRANDEUR option.
Maybe another parameter (internal state variable, displacement or stress) could be equivalent to FORC_NODA in your case
Code_Asterの開発者
Offline
Hello,
Thank you so much for your answer. But unfortunately another mechanical size doesn't work in my case. Briefly to the background: I perform a compression test of a shell structure. At a certain displacement the structure collapses and there is a drop in force. The exact time as well as the deformations and stresses at this time in my model are not known. For this reason, this point can only be identified by the force drop. After this force drop I would like to finish the simulation in a controlled way, because I am only interested in the maximum force.
Offline
Hello,
Structure collapses => instability => matrix becomes singular ?
You can stop _correctly_ when matrix becomes singular, see forma03b for instance
Code_Asterの開発者
Offline
Have you tried any python scripting to save the results and see where the problem is?
Offline
Pages: 1