Skip to content
/ izar Public

Small cfd post-processing plugin for ParaView

License

Notifications You must be signed in to change notification settings

MicK7/izar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published