Skip to content

libraries_toolsGIS_XYfile

Pierre Horgue edited this page Sep 16, 2021 · 2 revisions

XYfile class

Description

XY file handler/reader with linear interpolation (using three closest points).

Accepts random point distribution in file but it is much slower than DEMfile interpolation (due to the 3 closest points search).

Format

The class reads the file :

x1 y1 value1
x2 y2 value2
...
xN yN valueN

Usage

The class is used in utility setFieldsFromXY for variable initialization based on a data file.

Return to porousMultiphaseFoam main page