------------------ WORK IN PROGRESS ------------------
The pressure coefficient Cp associated to a normal force F acting on a panel with area S is
Cp = F/q.S
where q is the dynamic pressure.From the numerical point of view, the pressure coefficients are the result of three main calculation steps:
Cp = 1.0 - V²local/V²∞
The second step is the trickiest, since it implies the evaluation of surface derivatives on a non-planar arrangement of panels. There are many ways to carry out this evaluation, with each involving an approximation of some kind. In fact the process is more an art than a science, and each panel code seems to have its own way of doing it.
Whatever the method, the evaluation of the pressure coefficients is one of the least precise step of a panel analysis.
In the case of flow5, the method depends on the type of panel method.
In this case the process is exactly the one described in the reference document T.N. NASA 4023. It is the method implemented in xflr5. Please refer to the report for detailed explanations.
The task at hand in this case is to evaluate a surface gradient of a scalar quantity, i.e. the doublet density, uniform on each panel and on each of its neighbours. Each triangular panel may have between 1 and 3 neighbours, and the method is adapted to each case.
In this case the gradient is in the direction of the line passing through the two triangles' CoG, and it is evaluated by first order finite difference.
In this case, the method used in flow5 is to
In this type of analysis, the doublet densities are evaluated at the mesh's nodes instead of at the triangles CoG.
The evaluation method of the pressure coefficient at each node depends on the number of neighbour nodes, which can range from two to any number.
The process is similar to the one followed in the uniform case:
This method has the advantage of simplicity but it suffers from drawbacks similar to the ones mentioned in the case of the uniform method.
Mainly, it is likely to be imprecise in the case of strong local surface curvatures or at sharp geometrical locations such as the junctions of wing and fuselage.
The pressure coefficients can be plotted in flow5 along the wing's streamwise strips. The Cp profile can be viewed simultaneously in the Cp graph (F9) and in the floating 3d window (Ctrl+Shift+V).
The Cp values are taken at the panel's centroid.
The quad CoGs are aligned by default in the streamwise direction, unless the strip is distorted by the presence of a fuselage.
The Cp values are taken at the panel's CoG.
Since the panels CoG along a streamwise strip are not aligned, the Cp curve exhibits a jagged shape.
Also note that the trailing edge panels have only two neighbours, and that the CoGs are nearly aligned. This makes the evaluation of the Cp coefficient difficult for the reasons explained above, and creates the small discontinuities which can be viewed at the curve's TE point.
The triangular uniform method is therefore not the preferred method for the evaluation of pressure coefficients.
The Cp values are taken at the panel's node.
The nodes are aligned by default in the streamwise direction, unless the strip is distorted by the presence of a fuselage.
The linear method offers the advantage of a higher order representation which is useful in the area of the leading edge where the pressure gradient is strong.
https://flow5.tech/data/project_files/AR_study.fl5
The pressure coefficients have been evaluated at the center of a rectangular wing with aspect ratio = 20 and compared to XFoil results at Re=400K.
The wing was meshed with 11 quad panels in the streamwise direction with a COSINE type distribution.
The results show close correlation with XFoil's prediction despite the low number of streamwise panels.
A second calculation has beeen carried out with a mesh density increased to 23 panels in the streamwise direction, to improve the precision of the predictions in the LE area. The correlation with XFoil remains good.
The deviation at the trailing edge may be due to the viscous effects which are taken into account in XFoil and not in flow5.
Make sure that an operating point is activated.
Switch to the Cp view by pressing the F9 key. The controls will show up by default in the bottom right area.
Select the wing of interest in the control window's top list box
Use the slider underneath to select the spanwise strip of interest.
Optional: open the floating 3d view (Ctrl+Shift+V) to view simultaneauously the Cp coefficients in 3d. Use the slider marked "3d scale" to set the length of the arrows.
Once the section of interest is reached, click the "Keep" button.
Repeat the process for other strips, other wings, other operating points or other planes. There is no limit to the number of curves which can be added to the graph.
Use the context menu in the graph to add external curves from other sources.
To edit a curve's style, click on the line button in the legend.