Skip to content

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

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)
...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions