error 613 #59
-
tensionZ.yaml.txt <<<+- parallelization init -+>>> Open MPI v4.1.6, package: Debian OpenMPI, ident: 4.1.6, repo rev: v4.1.6, Sep 30, 2023 MPI processes: 1 <<<+- CLI init -+>>> //_/ // _/ / // /// _/ / /// F. Roters et al., Computational Materials Science 158:420–478, 2019 S. Balay et al., PETSc/TAO User Manual Revision 3.19 Version: v3.0.1 Compiled with: GCC version 13.2.0 Compiled on: Nov 26 2024 at 06:36:02 PETSc version: 3.19.6 Date: 13/02/2025 ┌─────────────────────────────────────────────────────────────────────┐ DAMASK terminated on: |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
Hi Anmol, still not know your question. but having tried you material and load files with one single constituent, and it seams running quite well here with grid solver.
increment 10 converged ... saving results ........................................................ ########################################################################### DAMASK terminated on: |
Beta Was this translation helpful? Give feedback.
-
When running these files as attached, I am getting the error "PS G:\Anmol\DAMASK\S11> docker run --rm -it --volume "G:\Anmol\DAMASK\Trial-1:/wd" --env OMP_NUM_THREADS=4 damaskmultiphysics/damask-grid:latest --load tensionZ.yaml --geom simulation6.tesr --material material.yaml <<<+- parallelization init -+>>> Open MPI v4.1.6, package: Debian OpenMPI, ident: 4.1.6, repo rev: v4.1.6, Sep 30, 2023 MPI processes: 1 <<<+- CLI init -+>>>
/ / //// _/ / / //// // // // F. Roters et al., Computational Materials Science 158:420–478, 2019 S. Balay et al., PETSc/TAO User Manual Revision 3.19 Version: v3.0.1 Compiled with: GCC version 13.2.0 Compiled on: Nov 26 2024 at 06:36:02 PETSc version: 3.19.6 Date: 14/02/2025 ┌─────────────────────────────────────────────────────────────────────┐ DAMASK terminated on: <<<+- parallelization init -+>>> Open MPI v4.1.6, package: Debian OpenMPI, ident: 4.1.6, repo rev: v4.1.6, Sep 30, 2023 MPI processes: 1 <<<+- CLI init -+>>>
/ / //// _/ / / //// // // // F. Roters et al., Computational Materials Science 158:420–478, 2019 S. Balay et al., PETSc/TAO User Manual Revision 3.19 Version: v3.0.1 Compiled with: GCC version 13.2.0 Compiled on: Nov 26 2024 at 06:36:02 PETSc version: 3.19.6 Date: 14/02/2025 ┌─────────────────────────────────────────────────────────────────────┐ DAMASK terminated on: <<<+- parallelization init -+>>> Open MPI v4.1.6, package: Debian OpenMPI, ident: 4.1.6, repo rev: v4.1.6, Sep 30, 2023 MPI processes: 1 <<<+- CLI init -+>>>
/ / //// _/ / / //// // // // F. Roters et al., Computational Materials Science 158:420–478, 2019 S. Balay et al., PETSc/TAO User Manual Revision 3.19 Version: v3.0.1 Compiled with: GCC version 13.2.0 Compiled on: Nov 26 2024 at 06:36:02 PETSc version: 3.19.6 Date: 14/02/2025 ┌─────────────────────────────────────────────────────────────────────┐ DAMASK terminated on: |
Beta Was this translation helpful? Give feedback.
-
if you have a VTK file with a regular grid from Neper you can convert it to DAMASK-compatible VTI with https://damask-multiphysics.org/documentation/processing_tools/pre-processing.html#damask.GeomGrid.load_Neper. |
Beta Was this translation helpful? Give feedback.
-
Is it possible that your |
Beta Was this translation helpful? Give feedback.
Thank you all for your replies.
I have solved the issue by following these steps:
-> Create the tessellation file in NEPER.
-> In .tess file manually edit to change material id from 0 (by default it is starting from 1).
-> NEPER command to change .tess to .vtk file:
neper -T -loadtess s12-damask.tess -format vtk
->STEP TO CONVERT .vtk FILE to .vti FILE IN DAMASK:
docker run --rm -it -v "G:\Anmol\DAMASK\S11_Trial-20:/wd" damaskmultiphysics/python-damask /bin/bash
root@1e084f835a31:/wd# python3
Python 3.12.4 (main, Jun 13 2024, 05:25:54) [GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import damask
>>> grid = damask.GeomGrid.load_Neper('simul…