-
-
September 11, 2020 at 4:23 am
mtlee
SubscriberI am simulating a sequential coupled model. The first model in in fluent whose temperature history is used in static structural model for evaluating thermal stress. For thermal stress analysis I am incorporating element death and birth.nI am killing all element in the powder bed in the first step using this APDL command.nestif, 1e-12 !element death and birthnesel,s,type,,in718nekill,allnallselnI want to alive only those elements whose temperature (from history) is more than powder melting temperature. The following APDL command is used for the second time step.n/com ##########n/com #noutres,last,lastROPT,FULL n*get,myncmls,active,,solu,ncmls n*if,myncmls,gt,0,then nCMSEL,s,in718SLE nSELTOL,1e-4 n/com ###nNSEL,r,D,TEMP,500,5000 nSELTOL n*get,numnode,node,,count !! number of nodes which are in the temperature rangen*if,numnode,gt,0,thennESLNn*get,numelem,elem,,count !! number of elements that contain nodes within the rangen*if,numelem,gt,0,thennEALIVE,all !! alive elements with a node in the rangen*endifn*endifnALLSEL !!Select all elementsn*else !!if first load stepnfinin/config,noeldb,0 !! safe the result in the in-memory databasen/solun*endifn/com #n/com#############nnThe problem is that my first step is working fine but in the second step i cannot see any element birth.nThanks.nn -
September 11, 2020 at 1:49 pm
Ashish Khemka
Forum ModeratornnPlease see if the following example helps you:nnnRegards,nAshish Khemkan
-
Viewing 1 reply thread
- The topic ‘Element Birth and death technique using APDL in static structural model.’ is closed to new replies.
Ansys Innovation Space
Trending discussions
Top Contributors
-
3832
-
1414
-
1193
-
1100
-
1015
Top Rated Tags
© 2025 Copyright ANSYS, Inc. All rights reserved.
Ansys does not support the usage of unauthorized Ansys software. Please visit www.ansys.com to obtain an official distribution.