mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
utilities/postProcessing/noise: Corrected documentation
Patches provided by Bruno Santos Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1832
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -42,13 +42,16 @@ Description
|
|||||||
fU 10000;
|
fU 10000;
|
||||||
graphFormat raw;
|
graphFormat raw;
|
||||||
|
|
||||||
csvFileData
|
pressureData
|
||||||
{
|
{
|
||||||
fileName "pressureData"
|
fileName "pressureData"
|
||||||
nHeaderLine 1;
|
nHeaderLine 1; // number of header lines
|
||||||
refColumn 0;
|
refColumn 0; // reference column index
|
||||||
componentColumns (1);
|
componentColumns (1); // component column indices
|
||||||
separator " ";
|
separator " "; // optional (defaults to ",")
|
||||||
|
mergeSeparators no; // merge multiple separators
|
||||||
|
outOfBounds clamp; // optional out-of-bounds handling
|
||||||
|
interpolationScheme linear; // optional interpolation scheme
|
||||||
}
|
}
|
||||||
\endverbatim
|
\endverbatim
|
||||||
|
|
||||||
|
|||||||
@ -32,7 +32,7 @@ Description
|
|||||||
<entryName> csvFile;
|
<entryName> csvFile;
|
||||||
<entryName>Coeffs
|
<entryName>Coeffs
|
||||||
{
|
{
|
||||||
nHeaderLine 4;
|
nHeaderLine 4; // number of header lines
|
||||||
refColumn 0; // reference column index
|
refColumn 0; // reference column index
|
||||||
componentColumns (1 2 3); // component column indices
|
componentColumns (1 2 3); // component column indices
|
||||||
separator ","; // optional (defaults to ",")
|
separator ","; // optional (defaults to ",")
|
||||||
|
|||||||
Reference in New Issue
Block a user