Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 382 Bytes

File metadata and controls

16 lines (11 loc) · 382 Bytes

Function object collection for OpenFOAM.

Use by including them into the controlDict in the functions section at the end. Example (if they are saved in the ./system directory)

functions
    {
        #include FOtest1
        #include FOtest2
    }
// ************************************************************************* //

Mostly tested with v2112 (ESI-branch).