Skip to content
Snippets Groups Projects
Commit f373d87b authored by noels's avatar noels
Browse files
parents ccc7062f 93cb1b6b
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ In this example, we consider a multiscale lattice simulation in which the lattic
### Generate the Gauss-points list and mesh structure for the random field generator
From the [rnnRF](./rnnRF/) directory, run
This steps requires cm3Libraries (http://www.ltas-cm3.ulg.ac.be/openSource.htm). From the [rnnRF](./rnnRF/) directory, run
``` bash
python3 generateGPInfo.py
......@@ -157,6 +157,20 @@ gmsh rubics.msh randomFields/RandField_*.msh
```
to vizualize the RF discretization compatible with the geometry.
### Run a MC Stochastic finite element simulation
This steps requires cm3Libraries (http://www.ltas-cm3.ulg.ac.be/openSource.htm). From the [rnnRF](./rnnRF/) directory, run
```bash
python3 runMCTest.py
```
After execution the ouput files are store in ```'rnnRF/results'```:
* The script saves the simulations results in ```'rnnRF/results/RandField_And_GP_X.csv/'```
To vizualize the different resulting stress/strain curves
``` bash
python3 plotMC.py
```
## Disclaimer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment