Skip to content

Latest commit

 

History

History
64 lines (40 loc) · 1.32 KB

README.md

File metadata and controls

64 lines (40 loc) · 1.32 KB

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