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

Closed
Open
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