petebachant / NACAFoil-OpenFOAM

OpenFOAM case files for simulating NACA foils.
GNU General Public License v3.0
41 stars 18 forks source link

Try running with pimpleFoam #4

Closed petebachant closed 9 years ago

petebachant commented 9 years ago

There are convergence issues at high angle of attack that may require unsteady simulations?

karasinski commented 9 years ago

Could follow a strategy similar to what is outlined here.

petebachant commented 9 years ago

paramsweep.read_force_coeffs will need to be changed to read the latest file and compute means rather than take the last value. Might be a good idea to log standard deviation of the coeffs as well.

petebachant commented 9 years ago

I started doing some work on this on the pimpleFoam branch. So far, it looks like it may be better to run pimpleFoam from the start, or maybe run potentialFoam first rather than simpleFoam.

petebachant commented 9 years ago

I think it may be useful to simply switch to pimpleFoam altogether. Here's a NACA 0020 at 20 degrees angle of attack solved with pimpleFoam only:

image

image