parpp3d++ - a parallel C++ version of PP3D
What is parpp3d++?
parpp3d++ is a parallel 3D code for the solution of incompressible nonstationary Navier--Stokes equations. It is an adaptation, i.e. parallel implementation, of the existing sequential solver pp3d from the FEATFLOW package and, as such, applies the same numerical methods. See [1], [2] for mathematical details.
parpp3d++ is not capable of solving 2D flow problems. According efforts are not ventured either on the basis of the FEAT package. It will not be before the completion of the currently developed, new FEASTFLOW package that parallel 2D simulations will be potentiated. For details about its release date see News.
Supported platforms
parpp3d++ has been successfully compiled, deployed and tested in almost every UNIX environment. It does not run, though, on Windows® 95/98/ME/NT/2K/XP, MacOS® nor OS/2®. Considering the fact that the aim of parpp3d++ is High Performance Computing, especially using the tremendous computing power of multi-processor workstations, clusters or supercomputers, this restriction to UNIX flavours is quite a matter of course. Thus, to run parpp3d++, you need to have a UNIX system.
Where to get?
Well, right here:
- source code:
- parpp3d++-official-v1.0.5.tar.gz
- user guide:
- PDF / Postscript.
Utilities
In order to reduce the overhead for exporting the visualisation output files the data is not collected by one processor and then exported. Instead, every process saves his chunk of calculated data to disk. Using the command line tools mergegmvfiles and mergeavsfiles these files can be recombined to a single file in a post-processing step. The files are self-contained, just use an arbitrary up-to-date C++ compiler to turn them into binaries. A 'mergegmvfiles -h
' or 'mergegmvfiles --usage
' will tell you which syntax is expected.
- source code:
- parpp3d++-utils-v1.3.0.tar.gz