openfoam/etc/caseDicts/postProcessing/fields/writeObjects
2016-06-11 08:53:04 +01:00

24 lines
802 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Web: www.OpenFOAM.org
\\/ M anipulation |
-------------------------------------------------------------------------------
Description
Writes out specified objects, e.g. fields, stored on the case database.
\*---------------------------------------------------------------------------*/
writeObjects
{
type writeObjects;
libs ("libutilityFunctionObjects.so");
objects (<object names>);
writeControl writeTime;
}
// ************************************************************************* //