-
`BuildSysPro.BoundaryConditions.Solar.Irradiation.LightTransCoeff` uses the `==` operator on `Real` values, which is illegal according to the Modelica Specification section 3.5. `==` can only be used …
-
Hi,
I wanted to test out the unit testing from IBPSA to see if it is better than the regression testing built in within Dymola. (for my own library).
**Issues in documentation:**
- https://g…
-
The following equation doesn't pass unit checking:
```
m_ao_der = -0.366 + 0.08979 * N * P_m - 0.0337 * N * P_m ^ 2 + 0.0001 * N ^ 2 * P_m;
```
`N` is expressed in `"rad/s"` and `P_m` in `"bar"`…
-
### Description
I am building a model of a phase locked loop (PPL). The PLL includes a phase-frequency detector(PFD). I built a model of the PFD using 2 DFFRs and an And gate.
I am using 2 dig…
-
This issue is to update the BESTEST cases defined in ASHRAE 140-2020. It will include the changes that can be found from [Modelica Buildings Library Issue 3005](https://github.com/lbl-srg/modelica-bui…
-
I propose to introduce a family of line force elements such as Modelica.Mechanics.MultiBody.Forces.Spring in 3D.
-
Consider the latest version of EMOTH at [https://github.com/AHaumer/EMOTH](https://github.com/AHaumer/EMOTH):
When starting the example EMOTH.Examples.TestRecuperation, it compiles and pretends to st…
-
We have a fairy involved model that generates invalid C code due to a missing definition of a `$cse` variable which is then used in an expression.
We were not able to exactly reproduce the issue, b…
-
MSL 4.0.0 and trunk contain the example `Modelica.Clocked.Examples.Elementary.ClockSignals.LogicalSample` and document the expected result with a screenshot from Dymola. According to this, the variabl…
-
In the BTL of the model Modelica.Electrical.Analog.Examples.OpAmps.SignalGenerator we have the following equation block:
```
Torn variables:
0 r1.v
1 opAmp1.v_in
2 r2.v
3 opAmp1.…