Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 454
    • Issues 454
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 14
    • Merge requests 14
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #1745
Closed
Open
Issue created Jun 24, 2020 by Zoltan Hernadi@zhernadi

Missing phasePropertyName in basicThermo.C

This line: https://develop.openfoam.com/Development/openfoam/-/blob/master/src/thermophysicalModels/basic/basicThermo/basicThermo.C#L278

Should be like: phasePropertyName("thermo:alpha"),

Instead of: "thermo:alpha",

This is why: The basicThermo has some constructors that use the 'thermo:alpha' volScalarField. Two of them use the 'phasePropertyName("thermo:alpha")' format, while the third one uses simply 'thermo:alpha'. This creates a problem because objectRegistry doesn't register duplicated names. So when we have e.g. multiphase simulation, the liquid and solid 'thermo:alpha' members will not be registered.

Assignee
Assign to
Time tracking