|
ESyS-Particle
2.3.4
|


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, Vec3 > | read_bbx (const string &) |
| 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
| infilename | the input file |
| outfilename | the output file |
| bbx_min | the minimum corner of the bounding box |
| bbx_max | the maximum corner of the bounding box |
| cx | circular boundary cond. in x-dir |
| cy | circular boundary cond. in y-dir |
| cz | circular boundary cond. in z-dir |
| scale | scaling factor |
Referenced by main().
