Opened 9 years ago

Closed 4 years ago

#3754 closed defect (fixed)

Buildings model not instantiated correctly

Reported by: Martin Sjölund Owned by: somebody
Priority: critical Milestone: 1.16.0
Component: Frontend Version: v1.9.4-dev-nightly
Keywords: Cc: Per Östlund

Description

See the attached model, which instaniates to:

protected parameter Real vol.state_start.p(quantity = "Pressure", unit = "Pa", displayUnit = "bar", min = 0.0, max = 100000000.0, start = 100000.0, nominal = 100000.0);

We have:

parameter Medium.ThermodynamicState state_start = Medium.setState_pTX(T = T_start, p = p_start, X = X_start[1:Medium.nXi]);

Attachments (1)

a.mo (5.3 KB ) - added by Martin Sjölund 9 years ago.

Download all attachments as: .zip

Change History (3)

by Martin Sjölund, 9 years ago

Attachment: a.mo added

comment:1 by Martin Sjölund, 9 years ago

The problem was cevalBuiltinSum not being implemented. And of course that we silently allow modifiers to fail to ceval...

comment:2 by Per Östlund, 4 years ago

Milestone: Future1.16.0
Resolution: fixed
Status: newclosed

Seems to be working in both the old and the new frontend now.

Note: See TracTickets for help on using tickets.