A exemple is provided in the notebook :
compmod2\doc\notebooks\RVE\RVETest.ipynb
conda create -n cmp_env python=3.8
conda activate cmp_env
git clone https://gitlab.com/lcharleux/argiope
git clone https://github.com/EmileRouxSMB/compmod2
cd compmod2
conda install --file requirements.txt
cd ..
warning: Compatible only with pandas version 1.x: Be very careful!
cd argiope
pip install -e .
cd ..
cd compmod2
pip install -e .
cd ..
@article{charleux2020dependency,
title={Dependency of the Young's modulus to plastic strain in DP steels: A consequence of heterogeneity?},
author={Charleux, Ludovic and Tabourot, Laurent and Roux, Emile and Farah, Moustapha Issack and Bizet, Laurent},
journal={Materials Today Communications},
volume={24},
pages={100972},
year={2020},
publisher={Elsevier}
}