-
-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Labels
Description
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).
- We need to rename the
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
withbuoyantFoam
insystem/controlDict
(affects all our CHT cases).
- We need to replace
fvMeshStitcher for changing mesh not found. Valid fvMeshStitchers are : 1(stationary)
- No clue what this means right now, seems to affect our FSI cases.