1

OpenModelica Warning for fluids model

Hi All,

I have a pretty simple model of a fluid being driven to flow from high pressure to low pressure. The simulation works but I keep getting this lengthy warning.

simpleModel

WARNING

No corresponding 'inner' declaration found for component .Modelica.Fluid.System pipe.system declared as 'outer '. The existing 'inner' components are: There are no 'inner' components defined in the model in any of the parent scopes of 'outer' component's scope: Modelica.Fluid.Pipes.StaticPipe$pipe. Check if you have not misspelled the 'outer' component name. Please declare an 'inner' component with the same name in the top scope. Continuing flattening by only considering the 'outer' component declaration.

first1's avatar
71
first1
asked 2019-06-17 10:27:06 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2019-06-17 17:55:46 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

You need to add an instance of Modelica.Fluid.System at the top-level of your model. See also Modelica.Fluid.Examples.PumpingSystem.

Michael Wetter's avatar
1.7k
Michael Wetter
answered 2019-06-17 12:32:45 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments