openfoam/applications/test/parallelOverset/heatTransfer/system/processorField
2020-05-23 18:42:47 +02:00

27 lines
999 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1912 |
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object postProcessingDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
processorField
{
type processorField;
libs (fieldFunctionObjects);
enabled true;
writeControl timeStep;
}
// ************************************************************************* //