Skip to content

Reply To: Using addWallFunctionBoundary

Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum please send a message via our contact form.

Forums OpenLB General Topics Using addWallFunctionBoundary Reply To: Using addWallFunctionBoundary

#5235
Marc
Participant

Hey Vinh,

it seems that there is an old function call in the src/boundary/wallFunctionBoundaryPostProcessors3D.hh file. Please replace the erroneus line 710 with
fneq_bc[normalInwardsIndices[fIndex]] = fneq_bc[util::opposite<DESCRIPTOR>(normalInwardsIndices[fIndex])];
This should compile.

Best Marc