Go to file
2021-04-15 18:46:43 +05:00
samples Destruction [6]: New logging system and clean up 2021-04-15 18:46:43 +05:00
src Destruction [6]: New logging system and clean up 2021-04-15 18:46:43 +05:00
temp Destruction [6]: New logging system and clean up 2021-04-15 18:46:43 +05:00
__init__.py Destruction [6]: New logging system and clean up 2021-04-15 18:46:43 +05:00
.gitignore New: fillet control 2021-04-05 22:15:47 +05:00
config.py Destruction [6]: New logging system and clean up 2021-04-15 18:46:43 +05:00
notes.md Update notes.md 2021-03-02 22:36:36 +05:00
README.md Working mesh creation + calculations for [1, 0, 0] and [0, 0, 1] 2021-03-25 23:22:21 +05:00
run.py Destruction [6]: New logging system and clean up 2021-04-15 18:46:43 +05:00
TODO.md Performing 3rd direction 2021-03-26 17:54:37 +05:00

anisotrope-cube

Requirements

  • python 3.5>
  • OpenFOAM
  • SALOME
  • ParaView

Getting started

  • Clone project:
$ git clone git@github.com:L-Nafaryus/anisotrope-cube.git
$ cd anisotrope-cube
  • Generate all structures with configured parameters:
$ python run.py mesh
  • Run calculations:
$ python run.py calc
  • All:
$ python run.py all