mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
49 lines
1.1 KiB
C++
Executable File
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)
|
|
|
|
);
|
|
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|