TAGGED: ansys-apdl, transient-structural
-
-
September 10, 2022 at 9:44 pmhelen.durandSubscriber
Hello,
What is the difference between a single frame and multiframe restart in ANSYS transient structural?
Using inserted command objects, I want to change the material type (MPCHG) and use element birth and death (EKILL and EALIVE) between each loadstep. Do I want to use single frame or multiframe restarts?
I found some resources on single and multiframe restarts, but it's still not clear to me which to use:
https://simutechgroup.com/single-frame-restarts-in-mechanical/
https://ansyshelp.ansys.com/account/secured?returnurl=/Views/Secured/corp/v222/en/ans_bas/Hlp_G_BAS3_12.htmlThank you!
-
September 14, 2022 at 6:18 pmSean HarveyAnsys Employee
Hello Helen,
You can change material properties between load steps by using the ‘MPCHG’ command with certain limitations such as material properties cannot be changed from linear to nonlinear, or from one nonlinear option to another. So for this, you don't need restart.
Ekill and ealive also do not need restarts and they are natively exposed inside Mechanical if you are using Mechanical that is.
Single frame restart is the original method of restarting in APDL. In fact if you are in MAPDL, you solve a load step, then add some loads, and solve again, you are using a single frame restart. There are all the files such as esav,full,db, etc. needed to do this. You may have seen input files for mapdl that have multiple solve commands. That doc you shared is a good resource that if you are using mechanical, it will naturally set the model up for multiframe restarts. With multiframe, we can have multiple points, but there are some limitations as listed in that help doc.
So, in your case, you can use single frame restart and just put in mpchg in a command object, and use ekill and alive natively. The code provided to delete the rdb and turn of restarts should not be necessary if you go to Analysis Settings> Restart Controls> Generate Restart Points to No.
MPCHG is valid in /solu, so you don't need to even leave /solu to go to /prep7
Keep in mind Mechanical deletes the single frame restart files (and other files) by default after the solve, and you can change this under Analysis Settings > Analysis Data Management> Delete Unneeded files to No
Good luck!
Sean
Â
-
September 23, 2022 at 2:02 amhelen.durandSubscriber
Thank you for the detailed reply! This is extremely helpful. I just have a couple of follow up questions:
What do you mean by using ekill and ealive "natively" in transient structural?
Is there a way to change between two nonlinear materials? For example, is it possible to change some elements from one nonlinear material to another nonlinear material at the end of each load step using command objects?
-
September 23, 2022 at 9:54 pmSean HarveyAnsys Employee
Hi Helen,
See the screenshot below. It is in the Mechanical UI as an option as shown.
I answered on the other thread but I can repeat it here for the benefit of others.
MPCHG command allows you to change from one nonlinear material to another, but it does not support if there are different options.
per the help doc on MPCHGÂ "Changes the material number of the specified element. Between load steps in SOLUTION, material properties cannot be changed from linear to nonlinear, or from one nonlinear option to another."
So you can't switch the type of plasticity model, etc. If you do, you will get an error like this.
 *** FATAL ***                          CP =    191.328  TIME= 14:33:48
 Change a nonlinear material model, 2, to another nonlinear material   Â
 model, 1, is not allowed for element type 186.                        ÂÂ
Regards,
Sean
-
- The topic ‘Single frame vs multiframe restarts’ is closed to new replies.
- Problem with access to session files
- Ayuda con Error: “Unable to access the source: EngineeringData”
- At least one body has been found to have only 1 element in at least 2 directions
- Reaction forces and moments during random vibration at local coordinate systems
- Using APDL to extract stresses on a beam element.
- How to select the interface delamination surface of a laminate?
- Geometric stiffness matrix for solid elements
- Timestep range set for animation export
- Non-linear convergence issue
- Computation Accleration
-
1156
-
471
-
468
-
225
-
201
© 2024 Copyright ANSYS, Inc. All rights reserved.