mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
@ -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
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|||||||
@ -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
|
// 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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user