/compmod2

Compartmentalized models with Argiope

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Compmod2: Compartmentalized Models with Argiope

alt text

Usage

A exemple is provided in the notebook :

compmod2\doc\notebooks\RVE\RVETest.ipynb

Installation using conda for developer

Create a specific env using conda

conda create -n cmp_env python=3.8
conda activate cmp_env

clone repos

git clone https://gitlab.com/lcharleux/argiope
git clone https://github.com/EmileRouxSMB/compmod2

Requirements installation

cd compmod2
conda install --file requirements.txt
cd ..

warning: Compatible only with pandas version 1.x: Be very careful!

Argiope installation

cd argiope
pip install -e .
cd ..

compmod2 installation

cd compmod2
pip install -e .
cd ..

Cite us

@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}
}