CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Post-Processing

Power Spectral Density for velocity with postProcessing "noise"

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 10, 2020, 05:03
Default Power Spectral Density for velocity with postProcessing "noise"
  #1
Member
 
niewiemnic
Join Date: Jan 2018
Location: Niemcy
Posts: 80
Rep Power: 8
spalartallmaras is on a distinguished road
Hello,

I am searching info for the power spectral density of velocity (uu, boths in the direction of stream) in the phase of postprocessing.

It is clear that I can get results about PSD of pressure (fluctuation?) with e.g.

Code:
mpirun -np 16 noise -dict system/noiseDict-point -parallel
But I still dont know how can I get results of PSD of velocity.

My simulation is an aeroacoustic calculation about rod-airfoil configuration and the points on which I will get results are nearby rod and airfoil.

Does someone have any idea for that?
spalartallmaras is offline   Reply With Quote

Old   February 10, 2020, 10:45
Default I guess I found the answer...
  #2
Member
 
niewiemnic
Join Date: Jan 2018
Location: Niemcy
Posts: 80
Rep Power: 8
spalartallmaras is on a distinguished road
At first I collect the info about velocity fields with controlDict

Code:
probes
     {
         type            patchProbes;
         libs            ("libsampling.so");
         writeControl    timeStep;
         timeStart       2.0;
         patch           cylinder;
         probeLocations
          (
              (0.4 0.2 0.08) // E
             (-0.4 0.2 0.08) // W
            (0.07 0.2 0.3) // N
            (0.07 0.2 -0.3) // S
          );
         fields          (U p forces:force Curle);

     }
and I run the postProcess noise with


Code:
pointNoiseCoeffs
{
 windowModel     Hanning;

    files
    (
        "postProcessing/probes/0.1/U"
        "postProcessing/probes/0.1/p"
        "postProcessing/probes/0.1/Curle"
    );
...
}
I hope I understood right...
spalartallmaras is offline   Reply With Quote

Old   March 30, 2020, 16:07
Default
  #3
Member
 
niewiemnic
Join Date: Jan 2018
Location: Niemcy
Posts: 80
Rep Power: 8
spalartallmaras is on a distinguished road
Unfortunately it doesnt work for U... Nobody knows how can I do postprocessing the PSD of velocity?
spalartallmaras is offline   Reply With Quote

Old   June 25, 2020, 09:30
Default Small test for validation of psd
  #4
New Member
 
Kossivi's Avatar
 
Kossivi GOKPI
Join Date: Jun 2010
Location: France
Posts: 28
Rep Power: 15
Kossivi is on a distinguished road
Hello spalartallmaras,
I'm working currently the OF version18+ in order to use psd utility. Everything is working quite good for pressure PSD calculation. Nevertheless I'm looking for a samll test case with result with other sofware for example Fluent to compare with what I get with OF.


I would like to know if you have a test case to validate the result of OF.


Kind regards,
Kossivi.



Quote:
Originally Posted by spalartallmaras View Post
Hello,

I am searching info for the power spectral density of velocity (uu, boths in the direction of stream) in the phase of postprocessing.

It is clear that I can get results about PSD of pressure (fluctuation?) with e.g.

Code:
mpirun -np 16 noise -dict system/noiseDict-point -parallel
But I still dont know how can I get results of PSD of velocity.

My simulation is an aeroacoustic calculation about rod-airfoil configuration and the points on which I will get results are nearby rod and airfoil.

Does someone have any idea for that?
__________________
Thanks in advance,

Kossivi.
Kossivi is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
power spectrum density hosseini CFX 1 August 31, 2017 07:43
power spectral density vetnav Main CFD Forum 8 September 3, 2010 14:28
power spectral density cfd_newbie FLUENT 1 December 10, 2007 00:53
REAL GAS UDF brian FLUENT 6 September 11, 2006 08:23
Warning 097- AB Siemens 6 November 15, 2004 04:41


All times are GMT -4. The time now is 15:57.