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

This commit is contained in:
Prashant
2017-11-07 16:08:30 +05:30
parent 3d13220df4
commit 4bc9c98695
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;
} }
} }