Skip to content

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

Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.

Forums 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