72 const scalar cdWeight,
73 const scalar faceFlux,
74 const typename LimiterFunc::phiType& phiP,
75 const typename LimiterFunc::phiType& phiN,
76 const typename LimiterFunc::gradPhiType& gradcP,
77 const typename LimiterFunc::gradPhiType& gradcN,
81 vector gradfV = phiN - phiP;
83 scalar phiCD = gradfV & (cdWeight*phiP + (1 - cdWeight)*phiN);
90 phif = 0.5*(phiCD + phiU + (1 - cdWeight)*(gradfV & (d & gradcP)));
95 phif = 0.5*(phiCD + phiU - cdWeight*(gradfV & (d & gradcN)));