-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
clarificationSpecification of feature is unclear, but not incorrectSpecification of feature is unclear, but not incorrect
Milestone
Description
Consider the following model, reduced from models in the Buildings
library.
model VariableVariableVariability
parameter Boolean b = false;
Real y;
equation
if b then
when time > 3 then
y = 2;
end when;
else
y = time;
end if;
annotation(
experiment(
StopTime = 1.0
)
);
end VariableVariableVariability;
The variability to y
depends on the value of b
.
Is it valid?
Metadata
Metadata
Assignees
Labels
clarificationSpecification of feature is unclear, but not incorrectSpecification of feature is unclear, but not incorrect