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 391
    • Issues 391
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #2143

Closed
Open
Created Jun 26, 2021 by Ilya Popov@ilyapopov

Build system includes non-existent directories

I have checked out the OpenFOAM-v2106 tag. I have inspected the build system, and found that a few Make/options files contain include flags with non-existent directories. Hereafter these are listed:

  • src/lagrangian/turbulence/Make/options includes non-existent src/thermophysicalModels/radiationModels/lnInclude
  • src/transportModels/interfaceProperties/Make/options includes non-existent src/transportModels/twoPhaseProperties/alphaContactAngle/alphaContactAngle
  • src/regionModels/regionCoupling/Make/options includes non-existent src/thermophysicalModels/solid/lnInclude and src/turbulenceModels/lnInclude
  • src/regionModels/thermalBaffleModels/Make/options includes non-existent src/AMIInterpolation/lnInclude
  • src/regionModels/pyrolysisModels/Make/options includes non-existent src/turbulenceModels/lnInclude
  • src/thermophysicalModels/chemistryModel/Make/options includes non-existent src/thermophysicalModels/functions/Polynomial and src/thermophysicalModels/thermophysicalFunctions/lnInclude
  • src/thermophysicalModels/thermophysicalPropertiesFvPatchFields/liquidProperties/Make/options includes non-existent src/thermophysicalModels/thermophysicalFunctions/lnInclude

Given the fact that OpenFOAM builds successfully with these wrong includes, it looks like these are extraneous and can be safely removed.

Edited Jun 26, 2021 by Ilya Popov
Assignee
Assign to
Time tracking