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:

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

Popular posts from this blog

php - cannot display multiple markers in google maps v3 from traceroute result -

php - Boolean search on database with 5 million rows, very slow -

css - Text drops down with smaller window -