[][src]Struct lib::Config

pub struct Config { /* fields omitted */ }

Struct tracking Xfoil configuration.

Methods

impl Config
[src]

Create new Xfoil configuration structure from the path to an Xfoil executable.

Construct XfoilRunner from configuration panics: if no airfoil (either from polar file or NACA code) is given.

Set angle of attack at which to run xfoil computation. If lift_coefficient was previously called, the state is overwritten to use an angle of attack calculation instead.

Set lift coefficient at which to run xfoil computation. If angle_of_attack was previously called, the state is overwritten to use a lift coefficient calculation instead.

Set path of polar file to save Xfoil data into.

Specify a 4-digit NACA airfoil code.

Specify a file containing airfoil coordinates to use in Xfoil computation.

Set a Reynolds number for a viscous calculation.

Auto Trait Implementations

impl Send for Config

impl Sync for Config

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]