Skip to content

Reply To: Strange issue with FreeSurface field definition

Due to recent bot attacks we have chanced 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 on OpenLB General Topics Strange issue with FreeSurface field definition Reply To: Strange issue with FreeSurface field definition

#9855
stonepreston
Participant

Did you initialize the fields also at nodes with material number zero? Any fields needs to be initialized at all material numbers correctly!

Is that not what this line does?


sLattice.defineField<FreeSurface::CELL_TYPE>(superGeometry, 0, four);

I thought that would initialize any node with material number 0 in the lattice to 4? Is there something more that needs to be done?