/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | \\ / A nd | www.openfoam.com \\/ M anipulation | ------------------------------------------------------------------------------- Copyright (C) YEAR AUTHOR, AFFILIATION ------------------------------------------------------------------------------- License This file is part of OpenFOAM. OpenFOAM is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. OpenFOAM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenFOAM. If not, see . Class Foam::functionObjects::FUNCTIONOBJECT Group grpFieldFunctionObjects Description \f[ x = x_{ref}^x + \rho \omega \f] where \vartable \rho | [units, e.g. kg/m3] \omega | \f$ \nabla \cdot \vec U \f$ ... | ... \endvartable where \f$ x_k \f$ is ... \table Operand | Type | Location input | {vol,surface}\Field(s) |$FOAM_CASE/\/\s output file | dat | $FOAM_CASE/postProcessing/\/\/\ output field | volScalarField | $FOAM_CASE/\/\ \endtable Usage Minimal example by using \c system/controlDict.functions: \verbatim FUNCTIONOBJECT1 { // Mandatory entries (unmodifiable) type FUNCTIONOBJECT; libs (FUNCTIONOBJECTFunctionObject); // Mandatory entries (runtime modifiable) ... // Mandatory (inherited) entries (unmodifiable) ... // Mandatory (inherited) entries (runtime unmodifiable) ... // Optional entries (unmodifiable) ... // Optional entries (runtime modifiable) boolData ; labelData