The following Modelica code corresponds to Figure 21. It has a model A, with three properties v1, v2 and v3 of type Real, that are continuous, discrete, and parameter, respectively.

Icon class
icon_class
fas fa-quote-left
icon_class_computed
fas fa-quote-left
Related content
Source
Snippet kind
Keywords
Full quote
The following Modelica code corresponds to Figure 21. It has a model A, with three properties v1, v2 and v3 of type Real, that are continuous, discrete, and parameter, respectively.

model A
  Real v1;
  discrete Real v2;
  parameter Real v3 = “...”;
end A
Next snippet
Related snippets
Related snippets (backlinks)
Visit also
Visit also (backlinks)