|
[Sponsors] |
February 20, 2015, 16:52 |
My noiseDict
|
#1 |
Member
Ahmad Habib
Join Date: Nov 2014
Location: Aleppo, Syria
Posts: 53
Rep Power: 12 |
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 " "; } // ************************************************************************* // 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 ????
|
|
February 21, 2015, 04:41 |
|
#2 |
Senior Member
|
Hi,
The reason for the error is missing semicolon after "pressureData". |
|
May 19, 2015, 06:39 |
|
#3 |
New Member
Josef Dobeš
Join Date: Mar 2012
Location: Czech republic
Posts: 12
Rep Power: 14 |
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?
|
|
September 24, 2015, 04:56 |
|
#4 |
New Member
Chaitanya
Join Date: Aug 2013
Location: Mumbai
Posts: 18
Rep Power: 13 |
noise documentation is incorrect.
Please check the following link for more details: http://www.openfoam.org/mantisbt/view.php?id=1832 |
|
Tags |
caa, noise, noise analysis |
|
|