Merge branch 'fix_gl_632' into 'develop'

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

See merge request Development/OpenFOAM-plus!161
This commit is contained in:
Andrew Heather
2017-11-07 10:50:02 +00:00
3 changed files with 10 additions and 2 deletions

View File

@ -13,4 +13,9 @@ runApplication decomposePar
runParallel $(getApplication) 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
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------

View File

@ -0,0 +1,3 @@
- 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

View File

@ -34,7 +34,7 @@ surfaceNoiseCoeffs
// Input file // Input file
file "postProcessing/cuttingPlane/yNormal_0.0/yNormal_0.0.case"; file "postProcessing/cuttingPlane/zNormal/zNormal.case";
// Surface reader // Surface reader
reader ensight; reader ensight;
@ -48,7 +48,7 @@ surfaceNoiseCoeffs
ensight ensight
{ {
collateTimes 1; collateTimes 1;
format binary; format binary;
} }
} }