/V-Isio

Development of V-Isio

BSD 2-Clause "Simplified" LicenseBSD-2-Clause

V-Isio

Outline

V-Isio is a standalone application to visualize data on structured grid systems. This application is developed to support several PC environments, MacOSX, Linux, and Windows. Functoins provided are mainly desinged to depict thermal fluid simulation data, especially for FFV-C simulator. V-Isio can handle relatively large dataset owing to its efficient data structure and FFV-C's result files with a meta-data dfi file, which allows us to manage parallel distributed files directly.

Software requirement

  • GNUplot If users want to use graph plot functions.

Install

  • Linux
    • CentOS/RHEL
    $ sudo rpm -Uvh Visio_xxx.arch.rpm
    
    • Ubuntu/Debian
    $ sudo dpkg -i v-isio_xxx_arch.deb`
    

V-Isio is installed under /usr/local/Vtools/bin.

  • Windows The installe package is provided. Run the program file Visio_xxx_setup.exe You can lauch V-Isio from START MENU of your Windows system.

  • MacOSX The installer is provided by pkg format. Double clicking Visio_xxx.pkg will start installation process. V-Isio is installed at /Application/Vtools Please add command search path as follows: /Applications/Vtools/Visio.app/Contents/MacOS:/Applications/Vtools/bin

Contributors