Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
4bc9c986
Commit
4bc9c986
authored
Nov 07, 2017
by
Prashant Sonakar
Browse files
STYLE: Corrected file name in surface noise, added README file
parent
3d13220d
Changes
3
Hide whitespace changes
Inline
Side-by-side
tutorials/incompressible/pimpleFoam/LES/vortexShed/Allrun
View file @
4bc9c986
...
...
@@ -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
#------------------------------------------------------------------------------
tutorials/incompressible/pimpleFoam/LES/vortexShed/README
0 → 100644
View file @
4bc9c986
- 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
tutorials/incompressible/pimpleFoam/LES/vortexShed/system/noiseDict-surface
View file @
4bc9c986
...
...
@@ -34,7 +34,7 @@ surfaceNoiseCoeffs
// Input file
file "postProcessing/cuttingPlane/
y
Normal
_0.0/y
Normal
_0.0
.case";
file "postProcessing/cuttingPlane/
z
Normal
/z
Normal.case";
// Surface reader
reader ensight;
...
...
@@ -48,7 +48,7 @@ surfaceNoiseCoeffs
ensight
{
collateTimes 1;
format binary;
format binary;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment