You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working on bruno/HIT_forcing project. However, I am running into issues at runtime and compile time.
I manage to compile the code for the ForcedHIT_air case, however the input file is missing, I created a new one. When executing the code, I face the missing forcedata.dat file which obviously would be a file with values for the forces?
The file "forcedata.dat" is read in TurbulentForcing_def.H from line 46, there is mention of // Read magic forcing data from file I wish I could find that magic file in order to run the simulation. Can you help me build/find this file?
I am currently working on bruno/HIT_forcing project. However, I am running into issues at runtime and compile time.
I manage to compile the code for the ForcedHIT_air case, however the input file is missing, I created a new one. When executing the code, I face the missing
forcedata.datfile which obviously would be a file with values for the forces?The file "forcedata.dat" is read in
TurbulentForcing_def.Hfrom line 46, there is mention of// Read magic forcing data from fileI wish I could find that magic file in order to run the simulation. Can you help me build/find this file?