Skip to content

fst['ServoFile'] assigned incorrect value in fast_input_deck.py #74

@jbdv-no

Description

@jbdv-no

FASTInputDeck.write() assigns filename_AD to the fst['ServoFile'] entry in line 444 of fast_input_deck.py.

This is surely a typo, shouldn't the offending line read fst['ServoFile'] = '"' + os.path.basename(filename_SvD) + '"' instead?

Otherwise, the main fst file generated ends up with an incorrectly defined ServoFile file entry, e.g.:

...
"<basename>_AD.dat"   AeroFile    - Name of file containing aerodynamic input parameters (quoted string)
"<basename>_AD.dat"   ServoFile   - Name of file containing control and electrical-drive input parameters (quoted string)
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions