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
|
2021-03-25 23:22:21 +05:00
|
|
|
$ python run.py mesh
|
2021-03-03 16:24:47 +05:00
|
|
|
```
|
|
|
|
|
2021-03-25 23:22:21 +05:00
|
|
|
* Run calculations:
|
2021-03-03 16:24:47 +05:00
|
|
|
```bash
|
2021-03-25 23:22:21 +05:00
|
|
|
$ python run.py calc
|
2021-03-03 16:24:47 +05:00
|
|
|
```
|
2021-03-25 23:22:21 +05:00
|
|
|
|
|
|
|
* All:
|
|
|
|
```bash
|
|
|
|
$ python run.py all
|
|
|
|
```
|