Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 426
    • Issues 426
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #843
Closed
Open
Issue created May 27, 2018 by Admin@OpenFOAM-adminMaintainer

libFieldFunctionObjects writeInterval

In the v1712 release the following libFieldFunctionObjects

dummy
{
    type    wallShearStress;

    libs ("libfieldFunctionObjects.so")

    writeControl    timeStep;
    writeInterval   1e+06;
    writeFields no;

    patches ("board.*");
    log     no;
}

writes the wallShearStress field in the case directory every time step. The same controlDict sintax worked fine for the same case with the 2.4.0 version, with the field object written every specified write interval (using outputInterval in the old version).

Edited May 27, 2018 by Admin
Assignee
Assign to
Time tracking