Skip to content
Snippets Groups Projects
Commit f42ed2fc authored by Andrew Heather's avatar Andrew Heather
Browse files

Merge branch 'fix_gl_632' into 'develop'

STYLE: Corrected file name in surface noise, added README file

See merge request OpenFOAM-plus!161
parents 3d13220d 4bc9c986
Branches
Tags
No related merge requests found
......@@ -13,4 +13,9 @@ runApplication decomposePar
runParallel $(getApplication)
# Run noise tool for both point and surface
runParallel -s point noise -dict system/noiseDict-point
runParallel -s surface noise -dict system/noiseDict-surface
#------------------------------------------------------------------------------
- Acoustic pressure is calculated based on Curle's analogy.
- Such field is sampled for point (probe) and surface (cutting plane)
- noise utility is operated onto these samples to obtain frequency information
......@@ -34,7 +34,7 @@ surfaceNoiseCoeffs
// Input file
file "postProcessing/cuttingPlane/yNormal_0.0/yNormal_0.0.case";
file "postProcessing/cuttingPlane/zNormal/zNormal.case";
// Surface reader
reader ensight;
......@@ -48,7 +48,7 @@ surfaceNoiseCoeffs
ensight
{
collateTimes 1;
format binary;
format binary;
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment