buffalo_wings.airfoil.SurfaceMappedValues
- class buffalo_wings.airfoil.SurfaceMappedValues(value, is_upper)[source]
Bases:
objectSurface-local values paired with an upper-surface membership mask.
- value
One-dimensional array of mapped values.
- Type:
buffalo_core.typing.FloatArray
- is_upper
Boolean mask identifying which entries belong to the upper surface.
- Type:
NDArray[np.bool_]
Attributes