WaterSteam's TwoPhaseCavityOnePipe does not start with der(Vl)=0 when steady_state=true
Component TwoPhaseCavityOnePipe
in WaterSteam
does not start with all the derivatives equal to 0 when steady_state=true
. Indeed it uses Vl = Vf0*V
as an initial equation but it should be der(Vl) = 0
if steady_state==true
.
It is not the case with Fluid
.
Simple fix but may change how past models initialize.