solids4foam / solids4foam.github.io

solids4foam official website source files
http://solids4foam.github.io
MIT License
5 stars 13 forks source link

Openfoam overset mesh error #58

Closed Aman7570 closed 5 months ago

Aman7570 commented 5 months ago

I am attempting to couple OpenFOAM with a dummy solver, referring to the solid4Foam cylinder overset mesh as a reference. Without the precice function in controlDict , it runs without errors. However, when I add the function and controlDict and preciceDict , it shows an error.

FOAM FATAL IO ERROR: (openfoam-2312) inconsistent patch and patchField types for patch type overset and patchField type zeroGradient

file: 0/zoneID/boundaryField/oversetPatch at line 28955. https://github.com/Aman7570/precice/blob/main/cylinder_precice1-20240318T073823Z-001.zip

philipcardiff commented 5 months ago

Hi @Aman7570, it seems like your question would be better placed in the preCICE forum. If I understand correctly, you are trying to develop a new solid solver to couple with OpenFOAM via preCICE (which are not related to solids4foam)?

Aman7570 commented 5 months ago

okk, Thanks you