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