ESyS-Particle  2.3.4
pfcc.cpp File Reference
#include "pfcc.h"
#include <cstdlib>
#include <fstream>
#include <vector>
#include <map>
Include dependency graph for pfcc.cpp:

Functions

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)
 
pair< Vec3, Vec3read_bbx (const string &filename)
 

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: