Skip to content

This repository provides supplementary pieces of information to the paper draft "Quantitative Implications of Dislocation Density Gradients for SIBM-Based Discontinuous Dynamic Recrystallization Nucleation Models"

License

Notifications You must be signed in to change notification settings

mkuehbach/BA425321_DRXNucRevisited

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BA425321_DRXNucRevisited

This repository provides supplementary pieces of information to the paper draft by Markus Kuehbach, Muhammad Imran, Franz Roters, and Markus Bambach on "Quantitative Implications of Dislocation Density Gradients for SIBM-Based Discontinuous Dynamic Recrystallization Nucleation Models"

Requirements:
-Working Cxx11 compatible C/C++ compiler toolchain (Ubuntu 16.04 and above)
-MessagePassingInterface, either openmpi or mpich
-cmake and make

Check for existence and functionality of all through Linux shell/console via:
cmake --version
make --version
gcc --version
g++ --version
mpicc --version
mpicxx --version

How to compile:
-Download tar and unpack, e.g. tar -xvf archivename.tar.gz
-Go into build directory
-Type cmake -DCMAKE_BUILD_TYPE=Release ..
-make

Execute via:
-Modify XML settings file in build folder
-mpiexec -n ./drxnuc
for example: mpiexec -n 1 ./drxnuc 1 DRXNUC.Input.xml

About

This repository provides supplementary pieces of information to the paper draft "Quantitative Implications of Dislocation Density Gradients for SIBM-Based Discontinuous Dynamic Recrystallization Nucleation Models"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published