Is there any method that support calling Modelica operator from Java -
is there method support calling modelica
operator java
? if want use modelica
operator der()
, pre()
, on, call them java
.
is there technology can use?
there several ways simulate modelica models java program. directly simulate modelica code, use java interface of existing modelica simulator:
- openmodelica's java interface
- java interface dymola
another option export modelica code functional mockup unit (fmu) via functional mockup interface (fmi), e.g. using dymola. use java fmi library (e.g. jfmi) interact fmu. note you'll need supply solver code yourself. far easier fmu raw modelica code.
also see this question on so more information exchaning information between modelica , java.
Comments
Post a Comment