The initial condition for the spatial distribution of the two primary fluids in the continuum is that we only have water in the left-hand chamber and only air in the right-hand chamber and channel. A convenient way of specifying such a distribution is by creating and using field functions.
To define the required field function:
Initial Distribution (Air)($$Position[0] >= -0.001) ? 1 : 0

Initial Distribution (H2O) with the following definition:($$Position[0] >= -0.001) ? 0 : 1Since these two field functions are the inverse of each other, the water vapor concentration will be zero everywhere. This is appropriate for the case in hand as there is no cavitation in the stationary fluids.