GDR Class
During computations and operations with GeoDict, result files (GDR files) are created and saved in the project folder, together with a folder of the same name. More information on the GDR file format (and other GeoDict file formats) can be found in the Result Viewer chapter.
A GDR file contains information on finished GeoDict operations, like the simulation results. The corresponding result folder contains solver results, the geometry, and some intermediate solver files. Most of these files can be loaded to MATLAB with GeoLab.
The GDR class in GeoDict allows to import a result file (GDR file) in MATLAB. The information that it contains can be accessed or manipulated.
Results from GeoDict operations, saved in .gdr-files, can be loaded and edited with GeoLab’s GDR class. Nearly all information in the .gdr file can be accessed via the Data property. More functions, like LoadFlowField which allows loading result data directly from the .gdr-file folder, are available.
Additionally, new Gdr files can be created with GeoLab and imported to GeoDict.
For a description and examples of the functions, check the GeoLab documentation in MATLAB.