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
  • Issues
  • #2256
Closed
Open
Issue created Nov 02, 2021 by Kevin@Nordin-Bates

Bug in sutherlandTransport

Summary

Code bug in template function sutherlandTransport::operator+ (not used in standard solvers) which prevents compilation when attempting to compile code that uses simple addition of thermo models.

Steps to reproduce

Attempt to compile a code using form

sutherlandTransport<Thermo> A, B;
sutherlandTransport<Thermo> C = A + B;

What is the current bug behaviour?

Code will not compile due to malformed constructor call

Environment information

  • OpenFOAM version : v2106 and master

Possible fixes

Remove extra (invalid) argument to constructor in sutherlandTransportI.H

Assignee
Assign to
Time tracking