anisotropy/README.md

31 lines
392 B
Markdown
Raw Normal View History

2021-03-03 16:24:47 +05:00
# anisotrope-cube
## Requirements
* python 3.5>
* OpenFOAM
* SALOME
* ParaView
## Getting started
* Clone project:
```bash
$ git clone git@github.com:L-Nafaryus/anisotrope-cube.git
$ cd anisotrope-cube
```
* Generate all structures with configured parameters:
```bash
$ python run.py mesh
2021-03-03 16:24:47 +05:00
```
* Run calculations:
2021-03-03 16:24:47 +05:00
```bash
$ python run.py calc
2021-03-03 16:24:47 +05:00
```
* All:
```bash
$ python run.py all
```