Files
CFDEMcoupling-PFM/tutorials/rStatAnalysis/createRecurrenceMatrix/CFD/system/probesDict
2017-11-08 10:37:46 +01:00

49 lines
1.1 KiB
C++
Executable File

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \ / O peration | Version: 2.1.x |
| \ / A nd | Web: www.OpenFOAM.org |
| \/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object probesDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
fields
(
voidfraction
UsRec
URec
pRec
rhoRec
voidfractionRec
addSource
);
outputControl timeStep; //outputTime;
outputInterval 40;
// Locations to be probed.
probeLocations
(
(0.0 0.0 0.03)
(0.0 0.0 0.06)
(0.0 0.0 0.09)
(0.035 0.0 0.03)
(-0.035 0.0 0.03)
(0.02 0.0 0.001)
(-0.02 0.0 0.001)
);
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //