﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6264	An assert() is not correctly handled by OM: wrong violated equation	jean-philippe.tavella@…	Andreas Heuermann	"I more carrefully check results from simulation of models of the new library PowerSysPro developped by EDF and available here: ​https://bitbucket.org/simulage/powersyspro/wiki/Home

Important note: use the version 1.4 for OM (don't use the last version 1.5 due to discussion in ticket #6261).

The issue is related to the model OneSouceOneLineOneSource (package Examples).
The assert() condition is not correctly reported by OM as the log information is:
The following assertion has been violated during initialization at time 0.000000
src1.I <= 50.0
Current flowing the line is exceeding the maximum admissible current for PowerSysPro.Examples.OneSouceOneLineOneSource.line

The violated equation src1.I <= 50.0 is wrong and should be replaced by line.IA <= 50.0

This assert() is correctly handled by Dymola."	defect	assigned	high		Backend	1.16.0			Karim Adbdelhak
