Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 383
    • Issues 383
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #843

Closed
Open
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