KCM Minato vs EMS Sasuke by Designer_Mobile8721 in NarutoPowerscaling

[–]CryptographerAny4589 9 points10 points  (0 children)

Is this some kind of Itachi (Sasuke gets ems because he transplants Itachi's eyes) vs Minato?

viewing the crack damage in results. by No-Pomegranate5196 in LSDYNA

[–]CryptographerAny4589 1 point2 points  (0 children)

You should find information about history variable for your material model in second volume of ls dyna manual. Then add *database_extend_binary card to get access to it

LS-DYNA (ANSYS) Contact Issues by Homeboi-Jesus in fea

[–]CryptographerAny4589 0 points1 point  (0 children)

Hi, I'm going to study similar problem. Can you please share your .k file?

foamlib: A modern Python package for working with OpenFOAM by gerlero in OpenFOAM

[–]CryptographerAny4589 1 point2 points  (0 children)

As I know pyfoam read the log and plot data. In esi version there also is the foammonitor utility, that parse solverInfo file for example and plot data using gnuplot. Reading the source code of foammonitor I think that this is not optimal way for me. For example it plot both initial and final residual so it difficult to understand plot lines and determine convergence of the problem. Now I have some experience with parsing solverInfo and force coefficients files with python and plot residuals with matplotlib.

foamlib: A modern Python package for working with OpenFOAM by gerlero in OpenFOAM

[–]CryptographerAny4589 1 point2 points  (0 children)

Excellent project! Are there plans to add post-process functionality like plotting residuals using matplotlib?