masoudnajafi
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...
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...
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...
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:...
Currently there is no instruction to compile the source code and generate the *.DLL or *.SO files of demo FMUs (ls-bus). Would it possible to add the command to comoile...
Hi, In order to check that the Binary data are actually transmitted among the CAN bus FMUs (ls-bus), currently the only way is to look at the log-files. It would...
resolves #2026