ESyS-Particle  2.3.4
pfcc.h File Reference
#include "../../Foundation/vec3.h"
#include <utility>
Include dependency graph for pfcc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void pfc_convert (const string &, const string &, const Vec3 &, const Vec3 &, int, int, int, double)
 
pair< Vec3, Vec3read_bbx (const string &)
 

Function Documentation

◆ pfc_convert()

void pfc_convert ( const string &  infilename,
const string &  outfilename,
const Vec3 bbx_min,
const Vec3 bbx_max,
int  cx,
int  cy,
int  cz,
double  scale 
)

convert pfc (vvf) file to geo

Parameters
infilenamethe input file
outfilenamethe output file
bbx_minthe minimum corner of the bounding box
bbx_maxthe maximum corner of the bounding box
cxcircular boundary cond. in x-dir
cycircular boundary cond. in y-dir
czcircular boundary cond. in z-dir
scalescaling factor

Referenced by main().

Here is the caller graph for this function:

◆ read_bbx()

pair<Vec3,Vec3> read_bbx ( const string &  filename)

read bounding box file

Referenced by main().

Here is the caller graph for this function: