mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: update libs of etc/caseDicts/postProcess items
ENH: ensure destructor=default
ENH: ensure constness
ENH: ensure no 'copy construct' and 'no copy assignment' exist
TUT: add examples of function objects with full set
of settings into a TUT if unavailable
TUT: update pisoFoam/RAS/cavity tutorial in terms of usage
21 lines
777 B
C++
21 lines
777 B
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
========= |
|
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
|
\\ / O peration | Version: v1912
|
|
\\ / A nd | Website: www.openfoam.com
|
|
\\/ M anipulation |
|
|
-------------------------------------------------------------------------------
|
|
Description
|
|
Writes out specified objects, e.g. fields, stored on the case database.
|
|
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
type writeObjects;
|
|
libs (utilityFunctionObjects);
|
|
|
|
objects (<object names>);
|
|
|
|
writeControl writeTime;
|
|
|
|
// ************************************************************************* //
|