|
[Sponsors] | |||||
Different Frequencies in libAcoustics library |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|
|
#1 |
|
New Member
Join Date: Jan 2024
Location: Planet Earth?
Posts: 5
Rep Power: 4 ![]() |
Hello all,
I have a case where I have used the libAcoustics external library to obtain the acoustic performance of a propeller (FFWH). What is the difference between Code:
cleanFreq 100; Code:
fftFreq 1024; Code:
/0/fwhControl
FwhFarasssat1A
{
type FfowcsWilliamsHawkings;
#include "commonSettings";
patches ("propellerTip");
interpolationScheme cell;
formulationType Farassat1AFormulation;
U0 (.0 .0 .0);
cleanFreq 100;
Blades 8;
Ufwh (.0 .0 .0);
surfaces
(
propellerTip
{
type patch;
patches ("propellerTip");
interpolate false;
}
);
}
Code:
/0/commonSettings
libs ("libAcoustics.so");
log true;
writeFft true;
timeStart 0.1; //change as per case
timeEnd 0.5; //change as per case
c0 340;
U0 (0 0 0);
dRef -1;
pName p;
pInf 101325;
rho rhoInf;
rhoInf 1.2;
CofR (0 0 0);
observers
{
ObserverA
{
position (0 0.25 0.075);
pRef 2.0e-5;
fftFreq 1024;
}
ObserverB
{
position (0 0.25 0);
pRef 2.0e-5;
fftFreq 1024;
}
ObserverC
{
position (0 0.25 -0.075);
pRef 2.0e-5;
fftFreq 1024;
}
ObserverD
{
position (0 0.35 0.075);
pRef 2.0e-5;
fftFreq 1024;
}
ObserverE
{
position (0 0.35 0);
pRef 2.0e-5;
fftFreq 1024;
}
ObserverF
{
position (0 0.35 -0.075);
pRef 2.0e-5;
fftFreq 1024;
}
}
|
|
|
|
|
|
![]() |
| Tags |
| acoustics, libacoustics, post procesing, propeller noise |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Running Custom FiniteVolume Library replacing the out-of-the-box library on cluster | adwaith.nath | OpenFOAM Running, Solving & CFD | 0 | July 1, 2024 07:12 |
| Duplicate library entries when running a solver with custom library | francescomarra | OpenFOAM Programming & Development | 3 | May 17, 2022 09:37 |
| ERROR: unable to find library | HJH | CFX | 6 | February 26, 2019 07:52 |
| Forcing a solver to use your custom library. | cdunn6754 | OpenFOAM Programming & Development | 0 | March 30, 2017 17:05 |
| OpenFOAM141dev linking error on IBM AIX 52 | matthias | OpenFOAM Installation | 24 | April 28, 2008 16:49 |