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 420
    • Issues 420
    • 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
  • Issues
  • #1820
Closed
Open
Issue created Aug 28, 2020 by Thomas Enzinger@Siassei

Support wallHeatFluxCalculation on incompressible fluid (icoReactingMultiphaseInterFoam solver)

Functionality to add/problem to solve

Actually wallHeatFlux can be only calculated with compressible fluids. A try with the icoReactingMultiphaseInterFoam solver runs into the error message

Unable to find compressible turbulence model in the database

From virtual bool Foam::functionObjects::wallHeatFlux::execute() in file wallHeatFlux/wallHeatFlux.C at line

Target audience

Who will benefit from the changes?

All cases that need an wallHeatFlux value with incompressible solvers. Other software in that OpenFOAM is included build actually own solutions for the problem and try to detect compressible/incompressible solver type. (e.g. preCICE openfoam-adapter)

Proposal

A solution is present since 2012. https://github.com/wyldckat/wallHeatFluxIncompressible

A look to https://github.com/precice/openfoam-adapter/tree/master/CHT could be helping.

Changes

  • Edit title. Maybe a problem with the solver?
Edited Aug 28, 2020 by Thomas Enzinger
Assignee
Assign to
Time tracking