Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 450 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 450 Bytes

PyCFD

Coding for CFD solver for applications in aerodynamical MDO project.

The process for the 2d solution as follows:

  • parameterization by `python'
  • mesh by PyPointwise
  • simulation by pyfluent
  • post-process by python
  • optimization by geatpy
graph TD;
    Parameters-->PyPointwise;
    PyPointwise-->pyfluent;
    pyfluent-->python:modules;
    python:modules-->Optimizer:geatpy;
    Optimizer:geatpy--->Parameters;
Loading