Skip to content

Compatibility of tutorials with OpenFOAM 10 #282

@MakisH

Description

@MakisH

I ported the adapter to OpenFOAM 10, but there are also a few configuration changes for the tutorials and all cases. I am not sure at the moment how to handle this, so I am for now describing what changes I have collected:

  • cannot find file "constant/physicalProperties"
    • We need to rename the constant/transportProperties file for laplacianFoam (affects all our CHT cases).
  • The buoyantPimpleFoam solver has been replaced by the more general buoyantFoam solver which can be used for both steady and transient cases.
    • We need to replace buoyantPimpleFoam with buoyantFoam in system/controlDict (affects all our CHT cases).
  • fvMeshStitcher for changing mesh not found. Valid fvMeshStitchers are : 1(stationary)
    • No clue what this means right now, seems to affect our FSI cases.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions