phorgue / porousMultiphaseFoam

A porous multiphase toolbox for OpenFOAM
Other
124 stars 64 forks source link

support dynamicMesh #30

Closed shiyezia closed 1 year ago

shiyezia commented 1 year ago

Does this supports OpenFOAM dynamicMesh? Thanks

phorgue commented 1 year ago

Currently, not.

However, even if it could be relatively easy to add fvDynamicMesh support to the solvers (simply adding createDynamicFvMesh.H + mesh.update() operation), it is complicated to know if the solver will be able to correctly solve the specific flow equations in porous media. It would require a dedicated study and validation cases.

Regards,