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)
Change History (3)
by , 9 years ago
comment:1 by , 9 years ago
comment:2 by , 4 years ago
Milestone: | Future → 1.16.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Seems to be working in both the old and the new frontend now.
Note:
See TracTickets
for help on using tickets.
The problem was cevalBuiltinSum not being implemented. And of course that we silently allow modifiers to fail to ceval...