Abaqus multiple user subroutines
Abaqus multiple user subroutines
(OP)
Hi
Sorry for my poor english.
I am using Dflux subroutine, it works well. But now the problem is i that i need to call it many times in diferent Steps with diferent parameters, so i would like to use multiple subroutines, but i dont know how.
How to define in the step which subroutine it should use?
Should it be all subruotines in the same fortran file?
Thank you!
Sorry for my poor english.
I am using Dflux subroutine, it works well. But now the problem is i that i need to call it many times in diferent Steps with diferent parameters, so i would like to use multiple subroutines, but i dont know how.
How to define in the step which subroutine it should use?
Should it be all subruotines in the same fortran file?
Thank you!





RE: Abaqus multiple user subroutines
How about using an array in DFLUX that stores the parameters you need in the subroutine according to the step number?
RE: Abaqus multiple user subroutines
I solved with your advice and the -utility routine- GETJOBNAME and some "if's" to control the parameters it should use.