Options
- printRealConvergence: bool = True
Whether or not to print out the convergence history in real mode.
- printComplexConvergence: bool = False
Whether or not to print out the convergence history in complex mode.
- writeCoordinates: bool = True
If True, it will write airfoil coordinates to dat file when
writeSolution
is called. By default True.
- writeSliceFile: bool = True
If True, it will save chordwise data in a pickle file when
writeSolution
is called. By default True.
- writeSolution: bool = False
If True, it will call
writeSolution
when the solver is called with an AeroProblem. By default False).
- plotAirfoil: bool = False
If True, it will show airfoil plot with cp and cf data when
writeSolution
is called. By default False.
- xTrip: ndarray = numpy.full
The boundary layer trip location specified as a two-element numpy array where the first element is the chordwise location at which to trip the upper surface and the second is the chordwise location at which to trip the lower surface. By default will not trip the boundary layer and instead use XFOIL’s transition model.