BUG: noise with -case and/or -dict option
The input files read from the noiseDict must be absolute path or using environment variables like $FOAM_CASE
The relative path doesn't work.Test_innerPath.tgz
Ref: EP#338
Site will likely be offline for maintenance 23/24 April - more details soon
The input files read from the noiseDict must be absolute path or using environment variables like $FOAM_CASE
The relative path doesn't work.Test_innerPath.tgz
Ref: EP#338
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Link issues together to show that they're related. Learn more.
closed via commit 0c32433e
Note that for this example, in the noise dictionary the CSV filename also needed to be updated from
fileName "pressureData";
to
fileName "$FOAM_CASE/pressureData";
mentioned in commit 0c32433e
mentioned in issue #482 (closed)