forked from ZmengXu/conditionalAverage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconditionalAverageDict
More file actions
32 lines (26 loc) · 1.19 KB
/
Copy pathconditionalAverageDict
File metadata and controls
32 lines (26 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location system;
object conditionalAverage;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
enabled true;
type conditionalAverage;
libs ("libconditionalAverage.so");
writeFormat raw;
conditionalFields (Z); // Must be volScalarField, can also be 'x','y','z','direction'.
weightedAveragedField meshV;//rhoMeshV;none;meshV
//directionVector (1 1 1); // If conditionalFields contains 'direction', a directionVector will be needed
nBins 20;
// The number of sampled data, the conditionalFields are averaged devided into nBins, [min:(max-min)/nBins:max].
averagedFields ( U C7H16 OH meanChemistryHRR );