Category:Function Objects

From OpenFOAMWiki

Here are listed the pages about Function Objects available in OpenFOAM and contributed by users.

1 Introduction

Basically Function Objects are library functions that can be defined to be loaded in the file controlDict and provide additional capabilities to the solvers, without the need to modify the solvers themselves.

2 Examples

To find all of the examples of Function Objects being used in the standard OpenFOAM tutorials, run the following command to get a list of tutorial cases that used them:

find $FOAM_TUTORIALS -name controlDict | xargs grep 'functions' -sl