FMI4j | software package for dealing with Functional Mockup Units
kandi X-RAY | FMI4j Summary
kandi X-RAY | FMI4j Summary
FMI4j is a Java library typically used in Manufacturing, Utilities, Machinery, Process applications. FMI4j has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. However FMI4j has 2 bugs. You can download it from GitHub.
FMI4j is a software package for dealing with Functional Mock-up Units (FMUs) on the Java Virtual Machine (JVM), written in Kotlin. FMI4j supports import of both FMI 1.0 and 2.0 for Co-simulation. For Model Exchange version 2.0 is supported. Export of FMI 2.0 for Co-simulation is also supported. Compared to other FMI libraries targeting the JVM, FMI4j is considerably faster due to the fact that we use JNI instead of JNA. Considering FMI-import, a significant speedup (2-5x) compared to other open-source FMI implementations for the JVM should be expected. For FMI-export FMI4j is multiple orders of magnitude faster than any existing open source alternative. Maven artifacts are available through Central. In order to build the fmu-builder tool, clone this repository and invoke ./gradlew installDist. The distribution will be located in the folder fmu-builder-app/build/install. Would you rather build FMUs using Python? Check out PythonFMU! Or would you rather simulate FMUs using C++? Check out FMI4cpp! Need to distribute your FMUs? FMU-proxy to the rescue! Need a complete co-simulation framework with SSP support? Check out Vico.
FMI4j is a software package for dealing with Functional Mock-up Units (FMUs) on the Java Virtual Machine (JVM), written in Kotlin. FMI4j supports import of both FMI 1.0 and 2.0 for Co-simulation. For Model Exchange version 2.0 is supported. Export of FMI 2.0 for Co-simulation is also supported. Compared to other FMI libraries targeting the JVM, FMI4j is considerably faster due to the fact that we use JNI instead of JNA. Considering FMI-import, a significant speedup (2-5x) compared to other open-source FMI implementations for the JVM should be expected. For FMI-export FMI4j is multiple orders of magnitude faster than any existing open source alternative. Maven artifacts are available through Central. In order to build the fmu-builder tool, clone this repository and invoke ./gradlew installDist. The distribution will be located in the folder fmu-builder-app/build/install. Would you rather build FMUs using Python? Check out PythonFMU! Or would you rather simulate FMUs using C++? Check out FMI4cpp! Need to distribute your FMUs? FMU-proxy to the rescue! Need a complete co-simulation framework with SSP support? Check out Vico.
Support
Quality
Security
License
Reuse
Support
FMI4j has a low active ecosystem.
It has 18 star(s) with 12 fork(s). There are 5 watchers for this library.
It had no major release in the last 12 months.
There are 3 open issues and 52 have been closed. On average issues are closed in 143 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of FMI4j is v0.37.0
Quality
FMI4j has 2 bugs (0 blocker, 0 critical, 0 major, 2 minor) and 128 code smells.
Security
FMI4j has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
FMI4j code analysis shows 0 unresolved vulnerabilities.
There are 2 security hotspots that need review.
License
FMI4j is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
FMI4j releases are available to install and integrate.
Build file is available. You can build the component from source.
Installation instructions are not available. Examples and code snippets are available.
It has 13209 lines of code, 1183 functions and 126 files.
It has low code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed FMI4j and discovered the below as its top functions. This is intended to give you an instant insight into FMI4j implemented functionality, and help decide if they suit your requirements.
- Serialize this object to XML
Get all kandi verified functions for this library.
FMI4j Key Features
No Key Features are available at this moment for FMI4j.
FMI4j Examples and Code Snippets
Copy
class Demo {
void main(String[] args) {
Fmu fmu = Fmu.from(new File("path/to/fmu.fmu")); //URLs are also supported
FmuSlave slave = fmu.asCoSimulationFmu().newInstance();
slave.simpleSetup();
Community Discussions
No Community Discussions are available at this moment for FMI4j.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install FMI4j
You can download it from GitHub.
You can use FMI4j like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the FMI4j component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
You can use FMI4j like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the FMI4j component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page