scooke
Mechanical
- Nov 26, 2019
- 15
Hello,
I am doing an AM simulation in ABAQUS 2019 and went through the documentation for the AM plug in.
Currently, I have a working DFLUX and UEPACTIVATIONVOL subroutine which read in data I pre-processed in python based on a desired tool path from the G-code.
I have two questions:
1) Do I need to use UMDFLUX in place of the DFLUX subroutine for better compatibility? I find it much more confusing writing a UMDFLUX subroutine than DFLUX since the parameters and passed variables are all changed. My current DFLUX code reads in positional data from a CSV file and assigns COORDS() values to move the laser but I am not sure how I would do this with UMDFLUX. Does anyone have experience with this subroutine?
2) I need to invoke the toolpath-mesh intersection module and from my understanding I need to use UEPActivationSetup and UMDFluxSetup to invoke this module. Is this necessary or can my UEPActivationVol subroutine invoke the toolpath-mesh without it? If you do need these, do you just define which elements are going to be part of the activation sequence?
Thanks for your time in reading this, I appreciate any help or advice anyone has!
Shaun
I am doing an AM simulation in ABAQUS 2019 and went through the documentation for the AM plug in.
Currently, I have a working DFLUX and UEPACTIVATIONVOL subroutine which read in data I pre-processed in python based on a desired tool path from the G-code.
I have two questions:
1) Do I need to use UMDFLUX in place of the DFLUX subroutine for better compatibility? I find it much more confusing writing a UMDFLUX subroutine than DFLUX since the parameters and passed variables are all changed. My current DFLUX code reads in positional data from a CSV file and assigns COORDS() values to move the laser but I am not sure how I would do this with UMDFLUX. Does anyone have experience with this subroutine?
2) I need to invoke the toolpath-mesh intersection module and from my understanding I need to use UEPActivationSetup and UMDFluxSetup to invoke this module. Is this necessary or can my UEPActivationVol subroutine invoke the toolpath-mesh without it? If you do need these, do you just define which elements are going to be part of the activation sequence?
Thanks for your time in reading this, I appreciate any help or advice anyone has!
Shaun