Ansys Learning Forum Forums Discuss Simulation Fluids Updating Outlet pressure to get desired inlet pressure Reply To: Updating Outlet pressure to get desired inlet pressure

alrifai
Subscriber

I've written the following expression:
IF(inlet_pressure < Inlet_total_pressure, Outlet_gauge_pressure + abs(inlet_pressure-Inlet_total_pressure), Outlet_gauge_pressure + abs(inlet_pressure-Inlet_total_pressure)), but I'm unsure if this is getting updated iteration for iteration