Say I have a fluid model, with initial pressures, temperatures, valve settings, etc.
Is there a way to run a State Graph simulation where each of the states contains new component parameter settings for the model, i.e. some parameters of some selected components are changed during one state, and are changed again during the next state?
For example, during State1 let's set the values for the following component parameters:
- source.pressure = 1
- source.temperature = 1
- valve1.opening = 1
Until State1 switches to State2 where the parameters are:
- source.pressure = 0.5
- source.temperature = 0.5
- valve1.opening = 0.5
Thanks for your time :-)