Reply To: Multicomponent flow
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › Multicomponent flow › Reply To: Multicomponent flow
April 15, 2021 at 5:24 am
#5602
Gloriousface
Participant
Hello mathias,
I’m trying to speed the oil drop. The code is as follows:
sLatticeOne.defineUbouzidi(superGeometry,5,poiseuilleU );
sLatticeTwo.defineUbouzidi(superGeometry,5,poiseuilleU );
Program output error reported as
class old::SuperLattice2D<double,old::descriptors::D2Q9<old::descriptors::VELOCITY,olb::descriptors::FORCE,olb::descriptors::EXTERNAL_FORCE,olb::descriptor::OMEGA> > has no member named “defineUBouzidi”
Could you tell me if defineubouzidi cannot be used in this model?
Best
Gloriousface