AMReX-Fluids / incflo

Incompressible Navier-Stokes solver in complex geometries
https://amrex-fluids.github.io/incflo
BSD 3-Clause "New" or "Revised" License
46 stars 28 forks source link

I want to add some source terms to the NS eqs adpated for my phase-change simulation. #97

Closed ztdepztdep closed 5 months ago

ztdepztdep commented 6 months ago

I want to develope a code based on incflo for the phase change problem with enthalpy method. Basically, we need to add some source terms to the ns eq which can be thought as body forces. also, we need to add some sources term to the temperature eqs to accout for the phase-change.

Could you pleaes give me some suggestions about where should i start from.

cgilet commented 6 months ago

Body forces go in the routines in incflo_compute_forces.cpp. incflo doesn't currently evolve a temperature or enthalpy equation, although you could alter the tracer field to do this (see incflo doc ).

cgilet commented 5 months ago

Closing due to inactivity. Please feel free to open a new issue if there's still questions.