buffalo_wings.wing.VlmMeshSpec

class buffalo_wings.wing.VlmMeshSpec(n_span, n_chord, span_spacing='cosine', chord_spacing='cosine')[source]

Bases: object

VLM sampling controls.

Attributes

n_span

Number of spanwise VLM panels.

n_chord

Number of chordwise VLM panels.

span_spacing

Spanwise spacing rule for the VLM mesh.

chord_spacing

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.