Re: Uploading data
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › Uploading data › Re: Uploading data
October 2, 2018 at 9:23 am
#2937
mlm
Participant
Hello kolotinsky,
you can use the already existing vti reader in src/io/vtiReader.h for your purpose to load the data into your external field:
“The VTI reader is able to read from VTI files and create and fill corresponding data structures. The reading process starts with the construction of the reader object. The name of the data type to be read (e.g. “physVelocity”) is mandatory.”