unicfdlab / hybridCentralSolvers

United collection of hybrid Central solvers - one-phase, two-phase and multicomponent versions
GNU General Public License v3.0
95 stars 59 forks source link

reagrding AMR in pimpleCentralDymFoam #67

Open anuragray20 opened 3 months ago

anuragray20 commented 3 months ago

Does this code support AMR? especially pimpleCentralDymFoam in OpenFOAM-v1912? Is it possible to get a sample case setup file?

mkraposhin commented 3 months ago

The version 2312 should support AMR. At least, there were successful runs of pimpleCentralDyMFoam with oblique shock case and AMR2D library.

16-1895 commented 2 months ago

Can the pimpleCentralDyMFoam code be directly used to reactingPimpleCentralFoam to implement the AMR function of the chemical reaction solver?

mkraposhin commented 2 months ago

The AMR version of reactingPimpleCentralFoam is under testing: https://github.com/mkraposhin/hybridCentralSolvers/tree/rdym-corr

You can discuss it here: https://t.me/hybridCentralSolvers

16-1895 commented 2 months ago

Thank you very much. I'll test it.