Marine systems simulation
|
To get started, you will need the following:
After installing FhSim the license file can either be put in the FhSim bin folder, or set by the environemtal variable SFH_LICENSE_FILE
. You could also consider to put add FhSim to the PATH
.
Update link for downloading the fhsim installer.
Update procedure for obtaining a license file.
Check install for both Windows and Linux in clean machines.
For Ubuntu >=20 and Debian >=11 you also would need to install libgl1
. If you also want Vulkan support you need to install libvulkan1
. To install both:
To check the installatin you could simply run the FhSim executable without any arguments.
Then, a help-message for the use of FhSim will appear.
FhSim --input-file <input_file>This runs the standard FhSim executable without visualization. Some sample input files are kept in the
examples
folder in the FhSim install directory.FhVis --input-file <input_file>This runs the standard FhSim executable with visualization. If this is the first time the visualization is run, you will get a dialog asking for visualization options. Choose one of the available rendering systems and set
Full screen = No
. A window should pop up, containing the visualization. orgre.cfg
or delete it (plased in the resources/
in your FhSim install directory) folder to reinforce the setup-popup. FhSim
, or FhVis
to run real-time, you can call the corresponding executables FhRtSim
and FhRtVis
, respectively.