Adeel Asghar
Adeel Asghar
No, this is not same as filter in variable browser. You go to `Simulation Setup->Output`, set the `Variable Filter` and then simulate your model. In this way only the variables...
See what is the value of `variableFilter` in the `model_init.xml` file.
I just tested this. `variableFilter` is working fine. The reason you see all the variables listed in Variables Browser is because they are read from `model_init.xml` file. Note that you...
@sergniko if you test this on your model you will note that the size of the result file is a lot smaller.
This is not the problem of exported csv. The actual result file has repeated time values. Exported CSV is just a subset of the actual result file. Go to `Simulation...
Fixed with #11691 and ported to maintenance/v1.22
This is where it gets wrong. The code in `Buildings.Applications.DataCenters.ChillerCooled.Examples.IntegratedPrimaryLoadSideEconomizer` says, ``` extends Buildings.Applications.DataCenters.ChillerCooled.Examples.BaseClasses.PartialDataCenter( redeclare Buildings.Applications.DataCenters.ChillerCooled.Equipment.IntegratedPrimaryLoadSide chiWSE( addPowerToMedium=false, perPum=perPumPri), weaData(filNam=Modelica.Utilities.Files.loadResource("modelica://Buildings/Resources/weatherdata/DRYCOLD.mos"))); ``` which means `chiWSE` is an instance of `Buildings.Applications.DataCenters.ChillerCooled.Equipment.IntegratedPrimaryLoadSide` but...
See also #7857. I think the first 3 should be fixed if you install omc-doc package. `OpenModelica TLM Simulator Documentation` perhaps need special handling. At least for the Windows installer...
> @adeas31 should we do something to keep omc-doc updated (and mention it in the installation guide) or should we just copy those documents in some proper place? That's a...
Isn't this the [original list of issues](https://github.com/OpenModelica/OpenModelica/issues/8165#issuecomment-976512476)? See #8785. - Fixed the typos. - Changed `OpenModelica User's Guide F1` to point to the online documentation. The offline can be accessed...