Skip to content

Re: How to use a SuperIdentity3D pointer to pass between two time step

OpenLB – Open Source Lattice Boltzmann Code Forums on OpenLB General Topics How to use a SuperIdentity3D pointer to pass between two time step Re: How to use a SuperIdentity3D pointer to pass between two time step

#2685
steed188
Participant

I maybe found the problem.
It seems that the SuperData3d can store data correctly. And I could catch cell data after I convert it into SuperDataF3D. But if I used vtmWriter.addFunctor to write the SuperDataF3D it went wrong.

Is wright to write SuperDataF3D to vtk files? Or should I convert it to other functors?

with best wishes,
steed188