Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strings Utility Module #12

Open
Batmanabcdefg opened this issue Oct 17, 2019 · 7 comments
Open

Strings Utility Module #12

Batmanabcdefg opened this issue Oct 17, 2019 · 7 comments

Comments

@Batmanabcdefg
Copy link

Dear all,

we may include "Strings Utility Module" for gurson_porous_plasticity.f90?

Warm regards.

@TeroFrondelius
Copy link
Member

Dear @OVGULIU, I don't quite understand. Can you rephrase what you mean? Also, if you can be more specific for example point the lines from the file you are referring.

@Batmanabcdefg
Copy link
Author

@TeroFrondelius if we want to compare Abaqus results, we have to add line code #include 'strings_module.f90' in gurson_porous_plasticity.f90, is it correct?

@TeroFrondelius
Copy link
Member

@OVGULIU I don't know. @jvaara do you remember?

Anyway, @OVGULIU if you will figure it out and will eventually produce comparison results I would appreciate a pull request a lot that we can compare against Abaqus results.

Similar output as here: https://github.com/JuliaFEM/Materials.jl/blob/master/test/test_chaboche/unitelement_results.rpt (also in similar folder test/test_gurson)

@Batmanabcdefg
Copy link
Author

@TeroFrondelius we may compare the simulation time in Abaqus and Julia by using the same benchmark or?

@TeroFrondelius
Copy link
Member

Yes, why not. Most probably Abaqus will be faster than JuliaFEM. In JuliaFEM we currently only have small strains implemented.

@Batmanabcdefg
Copy link
Author

I would like to check the JuliaFEM 's performance when we use the same Abaqus .inp & umat & cpus.

@ahojukka5
Copy link
Member

You probably find out that most of the solution time, the code is doing sparse Cholesky factorization, and it's scaling better with respect to the number of threads in ABAQUS than in Julia. Anyway, this would be a very interesting benchmark and hopefully, you can share some results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants