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.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
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
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.
- Etienne Tang
- Mickael Philit - Mick7
This project is licensed under the MIT License - see the LICENSE.md file for details