python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Why I'm obtaining NaN in the output of a simple FMU exported from Simulink and tested in Python 3?
I'm new to the FMI standard and FMUs. I'm trying to export a FMU of a simple Simulink model, the Ohm's law in my case, to test the funcionality of the FMI standard in Python. I'm obtaining NaN in the ...
Jon
Votes: 0
Answers: 2
Error executing FMU model with pyFMI: "pyfmi.fmi.FMUException: Failed to get the Boolean values"
I am using the code below to simulate a model.
def run_demo(with_plots=True):
traj = np.array([[start_time,2.25]])
input_object = ('input_1[1]', traj)
model = load_fmu('[pyfmimodel.fmu',lo...
Nitin Gondule
Votes: 0
Answers: 0
FMU export from Dymola - When are the code export options required?
The goal is to export an FMU to be run on a target machine without a Dymola license. Do I always need a specific license?
Without enabling the code export options in the license setup, all FMU types (...
user12812532
Votes: 0
Answers: 1
ERROR: division leads to inf or nan at time XX, (a=x) / (b=y), where divisor b is: firstOrder.T
I have a model designed in OpenModelica contains integrators and transfer functions and first orders. When I run this model in OMEdit, it works fine. But when I run the FMU, I have an error for divisi...
amro
Votes: 0
Answers: 0