iamoxygen
Mechanical
- Jul 24, 2015
- 14
Hello everyone,
I am working on a neural-network-based hyper-elastic model. I've finished training the model and now I want to implement it into Abaqus UHYPER subroutine. I have .py file to calculate U=U(I1,I2,J) as well as derivatives of U w.r.t I1, I2. May it be possible to transfer data from the running Fortran subroutine to Python and get back the results? My model has 2 hidden layers so I can acctually code it in Fortran but I think a way to interface between the subroutine and external Python code would be much better for further work.
Thanks and look forward to your support.
I am working on a neural-network-based hyper-elastic model. I've finished training the model and now I want to implement it into Abaqus UHYPER subroutine. I have .py file to calculate U=U(I1,I2,J) as well as derivatives of U w.r.t I1, I2. May it be possible to transfer data from the running Fortran subroutine to Python and get back the results? My model has 2 hidden layers so I can acctually code it in Fortran but I think a way to interface between the subroutine and external Python code would be much better for further work.
Thanks and look forward to your support.