(Optional) Visualization Tool
You can use visualization tools, such as Paraview and gnuplot, to read the VTK file generated by OpenLB. In the following example, gnuplot is installed.
Procedure
- Use PuTTY to log in to the server as the root user.
- Install gnuplot using Yum.
- Check the Kylin OS Yum source.
vim /etc/yum.repo.d
- Press i to enter the insert mode and check whether baseurl is the following address. If it is not, correct it.
baseurl = http://update.cs2c.com.cn/NS/V10/V10SP2/os/adv/lic/base/$basearch/
- Press Esc, type :wq!, and press Enter to save the file and exit.
- Reinstall gnuplot.
yum install gnuplot
- If the installation still fails, manually install gnuplot and the dependencies including lua and readline-devel.
Parent topic: Installing OpenLB