Running the Noise Module

Hey,

I have been trying to run the Noise module in FAST by converting the CompNoise Flag to true, and including the Noise.ipt in the Noisefile call.

I have been getting the following error when I do so.

Is there some mistake I am making in my input file, if so how do I correct it

Thank you
Abhishek Jain
Graduate Student
Aerospace Engineering
The Pennsylvania State University

Dear Abhishek,

There is not an actual image–just the word “Image.”

Marshall

Dear Marshall,

I have edited the post, thanks for pointing out the error.

Abhishek Jain
Graduate Student
Aerospace Engineering
The Pennsylvania State University

Abhishek,

Did you recompile the code? We normally compile with the /traceback option enabled so we can see what lines a job bombs on. You could use that to see what line it is trying to read and then look at the source code. Without that information, it is impossible for us to tell you what is wrong with your input file. You may have added or removed one of the lines and the code is looking on the wrong line for something.

Have you tried turning on the Echo flag at the top of the .fst file? It will create a file with the root name of the .fst file, but with a .ech (or .echo) extension. That will show what has been read in. Having never used the noise feature, I have no idea if the noise data gets echoed too.

You may also want to look at your input file side-by-side with one we distribute with the code to ensure everything still lines up.

Marshall