22 lines
738 B
C++
22 lines
738 B
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
========= |
|
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
|
\\ / O peration | Website: https://openfoam.org
|
|
\\ / A nd |
|
|
\\/ M anipulation |
|
|
-------------------------------------------------------------------------------
|
|
Description
|
|
Add a list of fields.
|
|
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
type add;
|
|
libs ("libfieldFunctionObjects.so");
|
|
|
|
fields (<field names>);
|
|
|
|
executeControl writeTime;
|
|
writeControl writeTime;
|
|
|
|
// ************************************************************************* //
|