anisotropy/README.md

22 lines
250 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
```
2021-05-17 00:39:07 +05:00
* Run all:
2021-03-03 16:24:47 +05:00
```bash
2021-05-17 00:39:07 +05:00
$ python run.py
2021-03-03 16:24:47 +05:00
```