masoudnajafi

Results 7 issues of masoudnajafi

In the current FMI-3 specification, as well as in FMI-1 and FMI-2, in order to find and handle the state-events, the integrator monitors the zero-crossing surfaces during the numerical integration...

Hi, If the name of variables in the XML is unicode, then the only possibility for variableNamingConvention is to be flat. I wonder if it is possible to extend the...

enhancement

Applying the index-reduction algorithm (Pantelides,1988) to a high index DAE to convert it to an ODE, introduces hidden constraints. Since in FMI for ModelExchange, only ODE are supported, the index...

Consider a master/slave co-simulation configuration with several slaves. For the sake of simplicity assume slaves compatible with FMI-2.0. Slaves communicates only with the master at communication steps. Based on internal...

enhancement

Similar to fmi3GetNumberOfEventIndicators and fmi3GetNumberOfContinuousStates, it would be very convenient to have an API to retrieve the size of a multi-dimensional variable whose size changes as a function of a...

enhancement

Hi, I have had an issue with unpacking a zip file in a network address such as //home.company.com/public/anyFolder (note to double slashes). First level folders in the zip file like...

In the API fmi3GetBinary (in fmi3Functions.c ) this piece of code is missing. if (S->isDirtyValues) { CALL(calculateValues(S)); S->isDirtyValues = false; } Also in fmi3SetBinary you need to add this line:...

bug