|
ESyS-Particle
2.3.4
|
#include <string>

Go to the source code of this file.
Functions | |
| void | read_and_write_profile_r (const string &, const string &, double, double, int, bool, bool, int, int) |
| void | read_and_write_profile_rel (const string &, const string &, const string &, double, double, int, bool, bool, int) |
| void | read_and_write_disp_grid (const string &, const string &, double, double, double, double, double, double, double, bool, int, int) |
| void | read_and_write_poros_grid (const string &, const string &, double, double, double, double, double, double, double) |
| void read_and_write_disp_grid | ( | const string & | infilename, |
| const string & | outfilename, | ||
| double | xmin, | ||
| double | xmax, | ||
| double | ymin, | ||
| double | ymax, | ||
| double | zmin, | ||
| double | zmax, | ||
| double | cellsize, | ||
| bool | grad, | ||
| int | udim, | ||
| int | gdim | ||
| ) |
read snapshot and write 3D grid VTK file of x-displacement
| infilename | name of the input file (the *_0.txt) |
| outfilename | name of the output file |
| xmin | minimum of the x-range |
| xmax | maximum of the x-range |
| ymin | minimum of the y-range |
| ymax | maximum of the y-range |
| zmin | minimum of the z-range |
| zmax | maximum of the z-range |
| cellsize | the size of a grid cell (1 dimension, cells are cubes) |
| grad | displacement (gdim=false) or strain (grad=true) |
| udim | component of displacement |
| gdim | direction of derivative |
References get_filenames(), get_version(), esys::lsm::bpu::iter(), write_vtk_header(), Vec3::X(), Vec3::Y(), and Vec3::Z().
Referenced by main().


| void read_and_write_poros_grid | ( | const string & | infilename, |
| const string & | outfilename, | ||
| double | xmin, | ||
| double | xmax, | ||
| double | ymin, | ||
| double | ymax, | ||
| double | zmin, | ||
| double | zmax, | ||
| double | cellsize | ||
| ) |
read snapshot and write 3D grid VTK file of porosity
| infilename | name of the input file (the *_0.txt) |
| outfilename | name of the output file |
| xmin | minimum of the x-range |
| xmax | maximum of the x-range |
| ymin | minimum of the y-range |
| ymax | maximum of the y-range |
| zmin | minimum of the z-range |
| zmax | maximum of the z-range |
| cellsize | the size of a grid cell (1 dimension, cells are cubes) |
References get_filenames(), get_version(), esys::lsm::bpu::iter(), write_vtk_header(), Vec3::X(), Vec3::Y(), and Vec3::Z().
Referenced by main().


| void read_and_write_profile_r | ( | const string & | infilename, |
| const string & | outfilename, | ||
| double | min, | ||
| double | max, | ||
| int | nbin, | ||
| bool | debug_on, | ||
| bool | grad, | ||
| int | dir, | ||
| int | mintag | ||
| ) |
read snapshot and write y-profile of x-displacement
| infilename | name of the input file (the *_0.txt) |
| outfilename | name of the output file |
| ymin | minimum of the y-range |
| ymax | maximum of the y-range |
| nbin | number of bins |
| dir | direction of binning : 0->x, 1->y, 2->z |
| mintag | minimum particle tag considered |
References get_filenames(), get_version(), esys::lsm::bpu::iter(), Vec3::X(), Vec3::Y(), and Vec3::Z().
Referenced by main().


| void read_and_write_profile_rel | ( | const string & | infilename1, |
| const string & | infilename2, | ||
| const string & | outfilename, | ||
| double | min, | ||
| double | max, | ||
| int | nbin, | ||
| bool | debug_on, | ||
| bool | grad, | ||
| int | dir | ||
| ) |
read 2 snapshot and write y-profile of x-displacement between snapshots
| infilename1 | name of the 1st input file (the *_0.txt) |
| infilename2 | name of the 2nd input file (the *_0.txt) |
| outfilename | name of the output file |
| ymin | minimum of the y-range |
| ymax | maximum of the y-range |
| nbin | number of bins |
| dir | direction of binning : 0->x, 1->y, 2->z |
References get_filenames(), get_version(), esys::lsm::bpu::iter(), Vec3::X(), Vec3::Y(), and Vec3::Z().
Referenced by main().

