buffalo_wings.wing.VlmMeshSpec
- class buffalo_wings.wing.VlmMeshSpec(n_span, n_chord, span_spacing='cosine', chord_spacing='cosine')[source]
Bases:
objectVLM sampling controls.
Attributes
Number of spanwise VLM panels.
Number of chordwise VLM panels.
Spanwise spacing rule for the VLM mesh.
Chordwise spacing rule for the VLM mesh.
- n_span: int
Number of spanwise VLM panels.
- n_chord: int
Number of chordwise VLM panels.
- span_spacing: SpacingMethod
Spanwise spacing rule for the VLM mesh.
- chord_spacing: SpacingMethod
Chordwise spacing rule for the VLM mesh.