MicK7 / izar

Small cfd post-processing plugin for ParaView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Izar

This small plugins is a collection of useful filters for post-processing CFD computations

  • Cone slicing
  • Sector duplication
  • Computing aerodynamic variables from conservative values
  • Changing frame (absolute/relative formulation)
  • Generate vector from scalars

vtkSMPTools is used for multithreading. MPI is not supported right now.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

This software depends on :

  • cmake
  • Paraview (tested with 5.4 release). A local compilation is necessary to be able to compile this plugin PARAVIEW_README
  • YAML-cpp (tested with 0.5.3 version). This library needs boost library YAML-cpp

Installing

To install on Linux:

git clone Izar
mkdir build_izar
cd build_izar 
ccmake ../Izar

Do the configuration to define ParaView compile location

make

You have a libizar.so that can be imported in ParaView plugin manager.

Authors

  • Etienne Tang
  • Mickael Philit - Mick7

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Small cfd post-processing plugin for ParaView

License:MIT License


Languages

Language:C++ 97.1%Language:CMake 2.1%Language:C 0.8%