Archived OpenModelica forums. Posting is disabled.

Alternative forums include GitHub discussions or StackOverflow (make sure to read the Stack Overflow rules; you need to have well-formed questions)


Forgot password? | Forgot username? | Register

Start Value was ignored?

Start Value was ignored?

Can anyone tell me is I get it right?
In my model I set the start value in Initialization tab of block parameters.
with translation flag -d=aliasConflicts I get following:

Code:

[92] 08:57:27 Translation Warning

Alias set with conflicting start values
* Candidate: truboprov.mediums[1].p(start = 101325.0, confidence number = 8)
* Candidate: vcomp.medium.p(start = vcomp.p_start = 101325.0, confidence number = 2)
* Candidate: mflow_src.ports[1].p(start = 5000000.0, confidence number = 8)
=> Select value from vcomp.medium.p(start = vcomp.p_start = 101325.0) for variable: truboprov.mediums[1].p

[93] 08:57:27 Translation Warning
Alias set with conflicting nominal values
* Candidate: mflow_src.ports[1].p(nominal = 1000000.0, confidence number = 8)
* Candidate: vcomp.medium.p(nominal = 1000000.0, confidence number = 8)
* Candidate: truboprov.mediums[1].p(nominal = 100000.0, confidence number = 8)
=> Select value from truboprov.mediums[1].p(nominal = 100000.0) for variable: truboprov.mediums[1].p

So my start value p_start=101325 was ignored?

Edited by: sergniko - Mar-25-22 18:07:29
There are 0 guests and 0 other users also viewing this topic