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 8
    • Merge requests 8
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #1126
Closed
Open
Issue created Dec 14, 2018 by Mark OLESEN@markMaintainer

function object properties can only handle a single output

the sampled surfaces function object can contain several surfaces, but when it only has a single property to save the information. Eg,

Input:

plane0
{
    type            surfaces;
...
    surfaces
    (
        planeA { ... }
        planeB { ... }
    );

uniform/functionObjects/functionObjectProperties

plane0
{
    U
    {
        file "<case>/postProcessing/plane0/0.03/U_planeB.vtk";
    }
}

possibly relevant for #1091 (closed) @andy

Assignee
Assign to
Time tracking