我得到的错误: File "test_fmi2.py", line 15, in <module> status = model.do_step(current_t = t, step_size= step_size, new_step=True) AttributeError: 'pyfmi.fmi.FMUModelME2' object has no attribute …Run Code Online (Sandbox Code Playgroud) fmi pyfmi energyplus min...
问用PyFMI进行仿真后重设FMUEN今天,数字孪生、人工智能、工业互联网、边缘计算这些概念在整个产业里非常的...
line 1311, in pyfmi.master.Master.jacobi_algorithm File "src\\pyfmi\\master.pyx", line 55, in pyfmi.master.perform_do_step File "src\\pyfmi\\master.pyx", line 72, in pyfmi.master.perform_do_step_serial pyfmi.fmi.FMUException: The step failed for model SimpleController at time 0.000000...
Unless there is something missing here in terms of the input being updated, I do not see the need for the loop. You can try to "manually" initialize the model via the follow sequence: self.model.setup_experiment(start_time=... stop_time=...) self.model.initialize(start_time=...) ...