julia_page
Mechanical
- Nov 26, 2018
- 11
Hello,
Im trying to make a transient simulation in wich I introduce a heatflux proportional to the reactionforces in each node.
How can i get the reactin forces of each node manipulate them and input it as a new heatflux in each node? thanks !
/BATCH
!Rectangle
/PREP7
RECTNG,0,0.1,0,0.01,
!Create element
ET,1,PLANE223,11
!Material
MPTEMP,,,,,,,,
MPTEMP,1,0
MPDATA,EX,1,,2e11
MPDATA,PRXY,1,,0.3
MPTEMP,,,,,,,,
MPTEMP,1,0
MPDATA,DENS,1,,7850
MPTEMP,,,,,,,,
MPTEMP,1,0
UIMP,1,REFT,,,
MPDATA,ALPX,1,,0.00015
MPTEMP,,,,,,,,
MPTEMP,1,0
MPDATA,KXX,1,,45
MPTEMP,,,,,,,,
MPTEMP,1,0
MPDATA,C,1,,460
!Meshing
AESIZE,ALL,0.002,
MSHAPE,0,2D
MSHKEY,1
CM,_Y,AREA
ASEL, , , ,1
CM,_Y1,AREA
CHKMSH,'AREA'
CMSEL,S,_Y
AMESH,_Y1
CMDELE,_Y
CMDELE,_Y1
CMDELE,_Y2
! /REPLOT,RESIZE
FINISH
!Solution settings
/SOL
ANTYPE,4
TRNOPT,FULL
LUMPM,0
!Initial temperature
TUNIF,25
!Fixing vertical direction
NSEL,s,loc,y,0
NSEL,a,loc,y,0.01
D,ALL,UY,0
ALLSEL
!Fixing horizontal direction
NSEL,s,loc,y,0
NSEL,r,loc,x,0
D,ALL,Ux,0
ALLSEL
!Loop
*DO, i, 1, 60, 1
TIME,i
KBC,0
NSEL,s,loc,y,0
NSEL,a,loc,y,0.01
SF,ALL,HFLUX,100000,
ALLSEL
SOLVE
FINISH
/POST1
! Here i must get the reaction forces and update the heatflux in some way for the next step
FINISH
/SOLU
*ENDDO
Im trying to make a transient simulation in wich I introduce a heatflux proportional to the reactionforces in each node.
How can i get the reactin forces of each node manipulate them and input it as a new heatflux in each node? thanks !
/BATCH
!Rectangle
/PREP7
RECTNG,0,0.1,0,0.01,
!Create element
ET,1,PLANE223,11
!Material
MPTEMP,,,,,,,,
MPTEMP,1,0
MPDATA,EX,1,,2e11
MPDATA,PRXY,1,,0.3
MPTEMP,,,,,,,,
MPTEMP,1,0
MPDATA,DENS,1,,7850
MPTEMP,,,,,,,,
MPTEMP,1,0
UIMP,1,REFT,,,
MPDATA,ALPX,1,,0.00015
MPTEMP,,,,,,,,
MPTEMP,1,0
MPDATA,KXX,1,,45
MPTEMP,,,,,,,,
MPTEMP,1,0
MPDATA,C,1,,460
!Meshing
AESIZE,ALL,0.002,
MSHAPE,0,2D
MSHKEY,1
CM,_Y,AREA
ASEL, , , ,1
CM,_Y1,AREA
CHKMSH,'AREA'
CMSEL,S,_Y
AMESH,_Y1
CMDELE,_Y
CMDELE,_Y1
CMDELE,_Y2
! /REPLOT,RESIZE
FINISH
!Solution settings
/SOL
ANTYPE,4
TRNOPT,FULL
LUMPM,0
!Initial temperature
TUNIF,25
!Fixing vertical direction
NSEL,s,loc,y,0
NSEL,a,loc,y,0.01
D,ALL,UY,0
ALLSEL
!Fixing horizontal direction
NSEL,s,loc,y,0
NSEL,r,loc,x,0
D,ALL,Ux,0
ALLSEL
!Loop
*DO, i, 1, 60, 1
TIME,i
KBC,0
NSEL,s,loc,y,0
NSEL,a,loc,y,0.01
SF,ALL,HFLUX,100000,
ALLSEL
SOLVE
FINISH
/POST1
! Here i must get the reaction forces and update the heatflux in some way for the next step
FINISH
/SOLU
*ENDDO