mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Corrected file name in surface noise, added README file
This commit is contained in:
@ -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
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@ -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
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user