Hi, I am trying to train a steady-state scenario with obstacles and multiple inflow/outflow ‘windows’ at fixed locations. The inflow velocities through these ‘windows’ are to be a parameter. At all times, at least one ‘window’ is outlet (pressure = 0 imposed). As a start. we can assume the inflow velocity through each of the other window(s) to be either 1 m/s or 0 m/s (although eventually the inlet velocities are to modelled as in range(0.0 ,1.0) with spacing of 0.2 m/s).
I have the following confusions:
How to add ‘inflow’/‘outflow’ constraints to the domain in this case? I am not sure if I have to consider an approach where inflow/outflow locations are also a parameter. If yes, could you please guide a way to create and use such a (discrete?) (vector?) parameter that tells which of the 4 ‘windows’ are inlets and outlets? The velocities through each of the inlet windows is another parameter.
Thank you for your excellent framework.