Hello, I’m trying to setup a study with a few runs of OpenFAST with varying parameters, using the pyFAST’s case generator and an Excel file (which I got from python-toolbox/pyFAST/case_generation/examples at main · OpenFAST/python-toolbox · GitHub).
I managed to vary a few parameters which, in input files, are placed one parameter per line. For example, to change ExctnMod in HydroDyn input file:
0 ExctnMod - Wave-excitation model {0: no wave-excitation calculation, 1: DFT, 2: state-space} (switch) [only used when PotMod=1; STATE-SPACE REQUIRES *.ssexctn INPUT FILE]
I set HydroFile|ExctnMod in the excel sheet, and it works fine.
However, I have trouble setting the parameters that are placed as one of a few per line, such as the simple hydrodynamic coefficients. For example:
---------------------- SIMPLE HYDRODYNAMIC COEFFICIENTS (model 1) --------------
SimplCd SimplCdMG SimplCa SimplCaMG SimplCp SimplCpMG SimplAxCd SimplAxCdMG SimplAxCa SimplAxCaMG SimplAxCp SimplAxCpMG
(-) (-) (-) (-) (-) (-) (-) (-) (-) (-) (-) (-)
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
I would like to set HydroFile|SimplCd in the excel sheet, but this seems not to work (OpenFAST runs without error, however the HydroDyn echo file shows no change to the value of the parameter).
I would appreciate your advice on how to set this kind of parameters.
Kind regards,
Kasia