We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Henning,
First off, thank you for writing and sharing this useful git repository. I have some newbie questions.
Regards, Greg
The text was updated successfully, but these errors were encountered:
the fmu files were created with openmodelica you find the generation script here:testsuite/test-TempControlFlange/FMUGen.mos
In the case that OpenFOAM runs the FMU (https://github.com/DLR-RY/FMU4FOAM/tree/master/examples/TempControlFlange)
OpenFOAM starts a python interpreter that executes the specified file in the controlDict
FMUSimulator { type FMUSimulator; libs (pyFMUSim); pyClassName controlledTemperature; <--- pyFileName controlledTemperature; <--- }
The data is then exchange via json (details see):
https://github.com/DLR-RY/FMU4FOAM/blob/master/src/OF_FMU/pyFMUSim/FMUSimulator.C
Sorry, something went wrong.
No branches or pull requests
Hi Henning,
First off, thank you for writing and sharing this useful git repository. I have some newbie questions.
Regards,
Greg
The text was updated successfully, but these errors were encountered: