Skip to content
GitLab
  • Menu
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 381
    • Issues 381
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 6
    • Merge requests 6
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #2372
Closed
Open
Created Feb 21, 2022 by Mattijs Janssens@MattijsMaintainer

kinematicParcelFoam -postProcess tries to load surfaceFilmProperties always

Summary

All solvers with kinematic parcels when in -postProcess mode try to load surfaceFilmProperties even if `surfaceFilmModel none'.

Steps to reproduce

Run tutorials/lagrangian/kinematicParcelFoam/spinningDisk with kinematicParcelFoam -postProcess

What is the current bug behaviour?

Tries to load surfaceFilmProperties

What is the expected correct behavior?

Not load anything since is not used.

Environment information

  • OpenFOAM version : v2112

Possible fixes

regionModels/surfaceFilmModels/surfaceFilmModel/surfaceFilmModelNew.C does a MUST_READ. Could be READ_IF_PRESENT?

Assignee
Assign to
Time tracking