buffalo_panel.post.BodyReference2D
- class buffalo_panel.post.BodyReference2D(reference_length=1.0, moment_reference_x=0.0, moment_reference_y=0.0)[source]
Reference quantities used to nondimensionalize body coefficients.
The geometry layer does not yet expose body-level chord and moment metadata, so this container carries the minimum information needed by post-processing recovery helpers.
Attributes
Reference length used for force and moment coefficients.
Global x-coordinate of the pitching-moment reference point.
Global y-coordinate of the pitching-moment reference point.
- reference_length: FloatScalar
Reference length used for force and moment coefficients.
- moment_reference_x: FloatScalar
Global x-coordinate of the pitching-moment reference point.
- moment_reference_y: FloatScalar
Global y-coordinate of the pitching-moment reference point.