Commit | Author | Summary |
03a9a34643 | Adeel Asghar | Push the resize element change of OMS models on the undo stack (#7470) |
d2a58bdba4 | Adrian Pop | scalarize only parameters arrays with size(array) > 1 - further changes to support TransiEnt library - needed as the backend handles parameter arrays of one badly - added test: ParametricInitialArrayEquationBug.mo(s) The problematic equations come from: final parameter SI.SpecificEnergy NCV_H2[:]=TransiEnt.Basics.Functions.GasProperties.getRealGasNCVVector(medium, medium.nc) "Net calorific value of hydrogen at 25 C and 1 bar"; final parameter SI.SpecificEnergy GCV_H2[:]=TransiEnt.Basics.Functions.GasProperties.getRealGasGCVVector(medium, medium.nc) "Gross calorific value of hydrogen at 25 C and 1 bar"; |
cae68fb0cb | Adrian Pop | added flags to allow non standard Modelica - added to support some non-standard Modelica libraries such as TransiEnt library. Tested with model: TransiEnt.Producer.Gas.Electrolyzer.Check.Test_400A_Espinosa_L2 - allow several exernal sections in functions in NFInst (TILMedia) - see also: modelica/ModelicaSpecification#2921 - only via flag: --allowNonStandardModelica="nonStdMultipleExternalDeclarations" |