Skip to content

RebelYoung/PyCFD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

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

About

Using pyfluent for solving RNAS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published