what is the difference between incflo and IAMR
Watchmojo opened this issue · 2 comments
Watchmojo commented
Hi
what is the difference between incflo and IAMR, since they are both built upon AMREX and solving NS equations?
Thanks
asalmgren commented
They both solve the incompressible Navier-Stokes equations with AMR.
IAMR is an older code with more bells and whistles -- it uses subcycling in
time and is based on the Amr/AmrLevel construct.
incflo is a new code that does not use subcycling in time and is based on
the AmrCore construct.
They both use the hydro routines from the AMReX-Hydro repository, and both
support EB.
…On Thu, May 19, 2022 at 8:33 AM Watchmojo ***@***.***> wrote:
Hi
what is the difference between incflo and IAMR, since they are both built
upon AMREX and solving NS equations?
Thanks
—
Reply to this email directly, view it on GitHub
<#54>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACRE6YS23ECDFKIHAWGYRO3VKZNMBANCNFSM5WMUGEDA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Ann Almgren
Senior Scientist; Dept. Head, Applied Mathematics
Pronouns: she/her/hers
Watchmojo commented
Thank you for your information, Dr. Almgren. Saw your presentation on AMR in YouTube the other day. Great talk.