AMReX-Fluids/incflo

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

ztdepztdep opened this issue · 2 comments

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.

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 ).

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