Skip to content

Re: About ConvectionBC

#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