ParticulateFlow / CFDEMcoupling-PFM

This is an academic adaptation of the CFDEMcoupling software package, released by the Department of Particulate Flow Modelling at Johannes Kepler University in Linz, Austria http://www.jku.at/pfm
GNU General Public License v3.0
79 stars 44 forks source link

cfdemSolverMultiphase #15

Open mostanad opened 1 month ago

mostanad commented 1 month ago

Hi there, I am just using cfdemCoupling-PFM for multiphase modelling and have seen this error comes up with OF 6. So can you please provide an explanation why this multiphase modelling cannot work with the versions >= 6?

danielque commented 1 month ago

This issue originated from a different handling of fvc::ddtCorr in OF6 (used here in the solver), which was later reverted again in OF, cf. https://github.com/OpenFOAM/OpenFOAM-dev/commit/b162c4818b9bbdb824db9e75baffef6ac7c5a7a0 Support for OF > 6 is not yet ready for CFDEMcoupling, but we are working on it ... However, the next release of CFDEMcoupling will include a workaround for OF6 (simply disabling the correction in question for that OF version).

mostanad commented 1 month ago

Thanks for your reply. So you say everything in the current version is working well with OF5.x. Am I right? But does any new feature for multiphase modelling come in the next release?