Dear All,
I work at IFP with OpenModelica1.5 since 2 months , i notice some
bugs:
- The Key Word Import isn't implemented in OpenModelica (example :
import SI=Modelica.SIunits.*;)
- The Package Modelica.utilities doesn't exist in Openmodelica
- Openmodelica don't accept C language key word as a name of modelica
variable (exp Boolean unsigned;)
- The two function edge() and change() are not implemented in
openmodelica
- Openmodelica don't accept a function that return two matrix or more in
a when statement
example
function ret_2_matrix
output Real M1[2,3];
output Real M2[2,3];
algorithm
M1:={{1,2,3},{2,3,6}};
M2:={{1,4,3},{2,7,6}};
end ret_2_matrix;
model test
Real Matrix1[2,3];
Real Matrix2[2,3];
equation
when initial() then
(Matrix1,Matrix2)=ret_2_matrix();
end when;
end test;
- Some times " if " causes simulation failed with no error message
- The function zeros() some times work successfully and some times
doesn't work
Thanks for your helps.
Houssem Saafi
__________________________
Ce message (et toutes ses pièces jointes éventuelles) est confidentiel et
établi à l'intention exclusive de ses destinataires. Toute utilisation de ce
message non conforme à sa destination, toute diffusion ou toute publication,
totale ou partielle, est interdite, sauf autorisation expresse. IFP Energies
nouvelles décline toute responsabilité au titre de ce message.
This message and any attachments (the message) are confidential and intended
solely for the addressees. Any unauthorised use or dissemination is prohibited.
IFP Energies nouvelles should not be liable for this message.
L'IFP change de nom et devient IFP Energies nouvelles. Son adresse de
messagerie change aussi : [email protected]
IFP is changing its name to IFP Energies nouvelles. Its email address is
changing too: [email protected]
Visitez notre site Web / Visit our web site : www.ifpenergiesnouvelles.fr
__________________________