for ZeroGradient boundary condition in cfdAssembleStressTermInletZeroGradientBC and cfdAssembleStressTermOutletZeroGradientBC,
the code is
'local_FluxCb = mu_b.*geoDiff_b;'
'theFluxes.FluxCf(iBFaces) = local_FluxCb;'
but according to the book FVM in CFD, the theFluxes.FluxCf(iBFaces) should be 0. I feel puzzle here
for ZeroGradient boundary condition in cfdAssembleStressTermInletZeroGradientBC and cfdAssembleStressTermOutletZeroGradientBC,
the code is
'local_FluxCb = mu_b.*geoDiff_b;'
'theFluxes.FluxCf(iBFaces) = local_FluxCb;'
but according to the book FVM in CFD, the theFluxes.FluxCf(iBFaces) should be 0. I feel puzzle here