buffalo_panel.post.IntegratedQuantities2D
- class buffalo_panel.post.IntegratedQuantities2D(cl_pressure, cl_circulation, cd_pressure, cm_pressure)[source]
Integrated two-dimensional aerodynamic coefficients.
Coefficients are nondimensionalized by the freestream dynamic pressure and the relevant body reference length. Until body reference metadata exists in the geometry layer, formulation recovery helpers must document any temporary reference assumptions they use to populate this container.
Attributes
Lift coefficient from integrating surface pressure.
Lift coefficient from total circulation.
Drag coefficient from integrating surface pressure.
Pitching-moment coefficient from integrating surface pressure.
- cl_pressure: FloatScalar
Lift coefficient from integrating surface pressure.
- cl_circulation: FloatScalar
Lift coefficient from total circulation.
- cd_pressure: FloatScalar
Drag coefficient from integrating surface pressure.
- cm_pressure: FloatScalar
Pitching-moment coefficient from integrating surface pressure.