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

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -