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

support eulersolver heat transfer fo

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Sergio Ferraris requested to merge wip-support-eulersolver-heat-transfer-FO into develop Jan 23, 2020
  • Overview 2
  • Commits 3
  • Changes 12

The lib in src/phaseSystemModels/reactingEulerFoam/phaseSystems/

was not fully linked due to cyclic dependencies. When used in 'fieldFunctionObject' (to get the HTC for multiphase), created a problem of linking in two apps:

applications/utilities/preProcessing/createExternalCoupledPatchGeometry/Make/options applications/solvers/multiphase/reactingEulerFoam/functionObjects/Make/options

And surely when called from controlDict in the tutorials.

Previously the missing libs were provided in the solvers (Euler solvers).

As we need a fully linked phaseSystems lib. I compiled last this lib in rc/phaseSystemModels/reactingEulerFoam/Allwmake. This creates a complete lib usable in fieldFunctionObject.

Some changes were needed in the intermediate libs as well for compilation.

Edited May 19, 2020 by Sergio Ferraris
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: wip-support-eulersolver-heat-transfer-FO