Chandan Kumar
Mechanical
- May 8, 2019
- 1
I want to use two Dflux subroutines at the same time in my model, to simulate two arc sources moving simultaneously. How can I do this?
Is it correct..
Subroutine DFLUX()
....
Coding
...
RETURN
END DFLUX
Subroutine DFLUX()
....
Coding
....
RETURN
END DFLUX
END
Kindly help me with this.
Thank you.
Is it correct..
Subroutine DFLUX()
....
Coding
...
RETURN
END DFLUX
Subroutine DFLUX()
....
Coding
....
RETURN
END DFLUX
END
Kindly help me with this.
Thank you.