You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Feedback by @jheylmun: regarding the fvMeshStitcher error, it looks like a lot has changed regarding mesh motion in this release. We need to modify the dynamicMeshDict as follows:
Solving this made another checkpointing-related issue pop up, which I am now investigating. (related to reading V0). For explicit coupling, the perpendicular-flap case seems to complete and results look reasonable.
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"
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.
buoyantPimpleFoam
withbuoyantFoam
insystem/controlDict
(affects all our CHT cases).fvMeshStitcher for changing mesh not found. Valid fvMeshStitchers are : 1(stationary)
The text was updated successfully, but these errors were encountered: