1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 2.0.0 |
5 | \\ / A nd | Web: www.OpenFOAM.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
9 // Make sure all fields for functionObjects are loaded. Prevents any
10 // problems running with execFlowFunctionObjects.
13 // Where to load it from (if not already in solver)
14 functionObjectLibs ("libfieldFunctionObjects.so");
21 // ************************************************************************* //