×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Contact US

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Ansys Workbench Transient Thermal, Problems with Single Frame Restart and Ekill

Ansys Workbench Transient Thermal, Problems with Single Frame Restart and Ekill

Ansys Workbench Transient Thermal, Problems with Single Frame Restart and Ekill

(OP)
Hello everybody,

I have some problems with a simulation of an additive manufacturing process in Ansys Workbench thermal transient.
The multiframe restart is not provided in transient thermal (not supported), so the only option is the single frame restart, which unfortunately causes some problems. I need the restart to create Surface 152 elements for further thermal loads on the current surface of the extruded material, for this a trip into the preprocessor /prep7 would be necessary within the solution /solu.

In the simulation, a body (path) is initially deleted with ekill and then a defined volume is successively generated step by step using ealive (see results without restart videos). This works very well (the bottom picture on the right). Without Restart.
With the restart, the element deletion and generation no longer works as planned (see the bottom picture on the left).

The code of the two APDL snippets I use looks like this:
Command object 1 ("initial_ekill) for the element deletion of the volume to be generated:
Code:
________________________________________
nropt,full
/prep7
cmsel,s,path
ekill,all
finish
/solu
________________________________________

Command object 2 ("AM_process") for the element seletion of the volume to be generated and generation of the printed path:

Code:
________________________________________

tintp,,,,1.0
nropt,full
! Parameter
t=1
….

*do,iijj,….! Outer loop for AM phase iii =1 and cooling phase iii=2
*if,iijj,….
*do,i,… ! AM loop with ealive
/GOPR
! Force Single Frame restart
rescontrol,none
! Deleting the temperature from the previous time step
cmsel,s,path,node
cm,Tload,node
ddele,…
! Element activation for the newly extruded volume
esel,r,…

cm,alive,elem
ealive,alive
! Applying the thermal load (temperature) to the volume/node activated by ealive
cmsel,s,path,node
nsel,r,…

cm,load,node
D,load,temp,TL
! Select external nodes
/com,*****************************Currently External Nodes*****************************
cmsel,s,path,elem
esel,r,…
nsel,s,…
cmsel,u,…
cm,external,node
/com,*********************************************************************************
! Constant print bed temperature
nsel,none
esel,none
cmsel,s,…
cm,bednodes,node
D,bednodes,temp,Tbed

allsel,all
outres,all

Time,i*dt
solve

! Excursion into the preprocessor for the creation of surf152 elements for convection and radiation
/prep7
/GOPR
/com,Start surf152 for convection
esel,s,….
….
….
esurf
allsel,all

/com,Ende surf152 for convection
! Restart der Solution Phase
/solu
trnopt,full
nropt,full
thopt,full
antype,,restart
! Application of the thermal load on surf152 elements
esel,s,ename,,152

allsel,all
outres,all,all
*enddo
! cooling
*elseif,iijj,…
/com,****************************Cooling Step***********************************
/GOPR


allsel,all
outres,all,all
*do,jjj,…
/GOPR

solve
*enddo
/com,*********************************************************************************
*else
*endif
*enddo
________________________________________

I think the problems are related to the database for the restart.
I must somehow initially delete the elements of the volumes to be created without causing problems with the database for the restart.
PS: Unfortunately the upload of video files does not work, otherwise I would have attached videos for illustration.

Best regards
Steff

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members! Already a Member? Login


Resources

Low-Volume Rapid Injection Molding With 3D Printed Molds
Learn methods and guidelines for using stereolithography (SLA) 3D printed molds in the injection molding process to lower costs and lead time. Discover how this hybrid manufacturing process enables on-demand mold fabrication to quickly produce small batches of thermoplastic parts. Download Now
Design for Additive Manufacturing (DfAM)
Examine how the principles of DfAM upend many of the long-standing rules around manufacturability - allowing engineers and designers to place a part’s function at the center of their design considerations. Download Now
Taking Control of Engineering Documents
This ebook covers tips for creating and managing workflows, security best practices and protection of intellectual property, Cloud vs. on-premise software solutions, CAD file management, compliance, and more. Download Now

Close Box

Join Eng-Tips® Today!

Join your peers on the Internet's largest technical engineering professional community.
It's easy to join and it's free.

Here's Why Members Love Eng-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close