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
April 15, 2024 at 12:35 pm
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