Dear OpenLB community,
I have tried to use the (setRegularizedHeatFluxBoundary) as a Neumann boundary condition for a heat flux but whenever I set the heat flux to certain value and check Paraview it does not corresponds to the similar magnitude. Code:
T heatFlux[2];
heatFlux[0] = 0.0;
heatFlux[1] = converter.getLatticeHeatFlux(Certain Value);
setRegularizedHeatFluxBoundary<T,TDESCRIPTOR>(ADlattice, Tomega, superGeometry, 5, heatFlux);
and I used (SuperLatticePhysHeatFlux2D) to view the heat flux. Any help on such issue?
Best regards,