Re: About ConvectionBC
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › About ConvectionBC › Re: About ConvectionBC
July 11, 2017 at 9:17 pm
#2658
mathias
Keymaster
No, that is not the way. You need to use the define the right value “uAv” by prividing a pointer in the constructor:
virtual void olb::OnLatticeBoundaryCondition2D< T, Lattice >::addConvectionBoundary ( BlockGeometryStructure2D< T > & blockGeometryStructure,
int material,
T omega,
T * uAv = NULL
)
Best
Mathias