sandialabs / CACTUS

CACTUS (Code for Axial and Cross-flow TUrbine Simulation) is a turbine performance simulation code, based on a free wake vortex method, to study wind turbines and marine hydrokinetic (MHK) devices.
BSD 3-Clause "New" or "Revised" License
18 stars 12 forks source link

Unknown error after geometry file is read #24

Open danrhouck opened 4 years ago

danrhouck commented 4 years ago

My simulation will run, but in the display, after all the geometry data is shown, it repeats four times "The syntax of the command is incorrect." I have no idea to what it is referring or if it's actually causing any issues. It continues right after with generating the wall and then runs to the end without further issues. See below:

        EAreaR:   4.65032e-03   6.22399e-03   5.92880e-03   5.63429e-03   5.33918e-03   5.04379e-03   4.74760e-03   4.45184e-03   4.15498e-03   3.86052e-03   3.56704e-03   3.26992e-03   2.97480e-03   2.67956e-03   2.38349e-03
        iSect:   1   2   3   4   4   4   4   5   5   6   6   7   7   7   8

The syntax of the command is incorrect.
The syntax of the command is incorrect.
The syntax of the command is incorrect.
The syntax of the command is incorrect.
 Generating wall influence matrix...
Time to generate influence matrix =           0.961 seconds.
whophil commented 4 years ago

I believe this stems from a system call, probably related to mkdir. This may be related to #25

danrhouck commented 4 years ago

I haven't tested this systematically, but I've noticed that, as I turn output flags on and off, the number of times it repeats The syntax of the command is incorrect. changes.

whophil commented 4 years ago

Can you see if https://github.com/SNL-WaterPower/CACTUS/pull/27 fixes this issue on Windows?