I want to simulate a machining of Nickel-Titanium (SMA). I know, I should define a subroutine in ABAQUS modeling. But I don't have any experience about that.
Also, writing a subroutine requires that you translate your constitutive equations in coding. The main difficulty is to find the name ABAQUS uses for state variables, like plastic deformation or Von Mises stress for example. My best advice is to look into ABAQUS documentation. If you have access to the hotline/help center site, browse it, there may be examples of how to implement this kind of effects.
Also, writing a subroutine requires that you translate your constitutive equations in coding. The main difficulty is to find the name ABAQUS uses for state variables, like plastic deformation or Von Mises stress for example. My best advice is to look into ABAQUS documentation. If you have access to the hotline/help center site, browse it, there may be examples of how to implement this kind of effects.
In ABAQUS, you have two subroutines to define user materials. If you plan to use ABAQUS/Standard solver, you need to write a UMAT. But if you plan to use ABAQUS/Explicit, you need to write a VUMAT.
The main difference between these two user subroutines is that you must define the Jacobian matrix in the UMAT subroutine.
You can find some examples of material user subroutines in the ABAQUS documentation.
I think the first subroutine can be helpful, but the second one is related to the composite material and I have doubt to be related to my work. Anyway, thank you again