78 label own = owner[facei];
79 label nei = neighbour[facei];
81 scalar vsfOwn = vsf[own];
82 scalar vsfNei = vsf[nei];
84 maxVsf[own] =
max(maxVsf[own], vsfNei);
85 minVsf[own] =
min(minVsf[own], vsfNei);
87 maxVsf[nei] =
max(maxVsf[nei], vsfOwn);
88 minVsf[nei] =
min(minVsf[nei], vsfOwn);
92 const volScalarField::GeometricBoundaryField& bsf = vsf.boundaryField();
106 label own = pOwner[pFacei];
107 scalar vsfNei = psfNei[pFacei];
109 maxVsf[own] =
max(maxVsf[own], vsfNei);
110 minVsf[own] =
min(minVsf[own], vsfNei);
117 label own = pOwner[pFacei];
118 scalar vsfNei = psf[pFacei];
120 maxVsf[own] =
max(maxVsf[own], vsfNei);
121 minVsf[own] =
min(minVsf[own], vsfNei);
131 scalarField maxMinVsf = (1.0/k_ - 1.0)*(maxVsf - minVsf);
142 label own = owner[facei];
143 label nei = neighbour[facei];
172 label own = pOwner[pFacei];
219 label own = owner[facei];
220 label nei = neighbour[facei];
222 const vector& vsfOwn = vsf[own];
223 const vector& vsfNei = vsf[nei];
225 maxVsf[own] =
max(maxVsf[own], vsfNei);
226 minVsf[own] =
min(minVsf[own], vsfNei);
228 maxVsf[nei] =
max(maxVsf[nei], vsfOwn);
229 minVsf[nei] =
min(minVsf[nei], vsfOwn);
233 const volVectorField::GeometricBoundaryField& bsf = vsf.
boundaryField();
246 label own = pOwner[pFacei];
247 const vector& vsfNei = psfNei[pFacei];
249 maxVsf[own] =
max(maxVsf[own], vsfNei);
250 minVsf[own] =
min(minVsf[own], vsfNei);
257 label own = pOwner[pFacei];
258 const vector& vsfNei = psf[pFacei];
260 maxVsf[own] =
max(maxVsf[own], vsfNei);
261 minVsf[own] =
min(minVsf[own], vsfNei);
271 vectorField maxMinVsf = (1.0/k_ - 1.0)*(maxVsf - minVsf);
282 label own = owner[facei];
283 label nei = neighbour[facei];
312 label own = pOwner[pFacei];