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

My noiseDict

Register Blogs Community New Posts Updated Threads Search

Like Tree3Likes
  • 1 Post By a_habib
  • 1 Post By alexeym
  • 1 Post By chaitanyaarige

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 20, 2015, 15:52
Exclamation My noiseDict
  #1
Member
 
a_habib's Avatar
 
Ahmad Habib
Join Date: Nov 2014
Location: Aleppo, Syria
Posts: 53
Rep Power: 11
a_habib is on a distinguished road
Hello every one.
I've spent alot of time searching and looking for the noiseDict because when I tried to use the noise utility the program asked for this dictionary.
Based on the noise.c I built this noiseDict and I don't know if it the correct one
Code:
/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.3.0                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "system";
    object      noiseDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

    pRef        101325;
    N           65536;
    nw          100;
    fl          25;
    fU          10000;
    graphFormat raw;

    csvFileData
    {
        fileName        "pressureData"
        nHeaderLine     1;
        refColumn       0;
        componentColumns (1);
        separator       " ";
    }


// ************************************************************************* //
But when I tried to execute the noise command in my terminal in a case folder of a simulation of flow around an obstacle (S-A DDES with a pressure data recorded py a probe) the following error message came out.

Code:
a-habib@a-habib:~/test/testCase$ noise 
/*---------------------------------------------------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.3.0                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
Build  : 2.3.0-f5222ca19ce6
Exec   : noise
Date   : Feb 20 2015
Time   : 19:31:19
Host   : "a-habib"
PID    : 3468
Case   : /home/a-habib/test/testCase
nProcs : 1
sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).
fileModificationChecking : Monitoring run-time modified files using timeStampMaster
allowSystemOperations : Disallowing user-supplied system call operations

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time

Reading data file


--> FOAM FATAL IO ERROR: 
keyword nHeaderLine is undefined in dictionary "/home/a-habib/test/testCase/system/noiseDict.csvFileData"

file: /home/a-habib/test/testCase/system/noiseDict.csvFileData from line 27 to line 31.

    From function dictionary::lookupEntry(const word&, bool, bool) const
    in file db/dictionary/dictionary.C at line 437.

FOAM exiting

a-habib@a-habib:~/test/testCase$
So any idea about that definition above ????
chaitanyaarige likes this.
a_habib is offline   Reply With Quote

Old   February 21, 2015, 03:41
Default
  #2
Senior Member
 
Alexey Matveichev
Join Date: Aug 2011
Location: Nancy, France
Posts: 1,930
Rep Power: 38
alexeym has a spectacular aura aboutalexeym has a spectacular aura about
Send a message via Skype™ to alexeym
Hi,

The reason for the error is missing semicolon after "pressureData".
a_habib likes this.
alexeym is offline   Reply With Quote

Old   May 19, 2015, 05:39
Default
  #3
New Member
 
Josef Dobeš
Join Date: Mar 2012
Location: Czech republic
Posts: 12
Rep Power: 14
Iose is on a distinguished road
Hello, I try to CAA simulation flow around the cylinder. I finish my simulation and use the probe for measure velocity and pressure behind the cylinder. Now I try by my noiseDict compute SPL. How format do you set up in probeDict?
Iose is offline   Reply With Quote

Old   September 24, 2015, 03:56
Default
  #4
New Member
 
Chaitanya
Join Date: Aug 2013
Location: Mumbai
Posts: 18
Rep Power: 12
chaitanyaarige is on a distinguished road
noise documentation is incorrect.
Please check the following link for more details:

http://www.openfoam.org/mantisbt/view.php?id=1832
a_habib likes this.
chaitanyaarige is offline   Reply With Quote

Reply

Tags
caa, noise, noise analysis


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



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