This is an automatically generated documentation by LaTeX2HTML utility. In case of any issue, please, contact us at info@cfdsupport.com.
Slip vs noSlip BC
The noSlip boundary condition is an alternative to the zero fixedValue boundary condition for velocity. There is no difference between them.
The slip boundary condition erases the normal component of the variable at the patch and keeps the tangential components untouched. It is very similar to the symmetry. Keep in mind that the symmetry is a boundary type, whereas the slip is a boundary condition which can be applied on boundary patches of type wall and patch respectively.
Figure: Sketch of velocity profiles for noSlip and slip boundary condition.
The utility calcPressureFluxWeighted can evaluate simulated results in detail and reads its setup from calcPressureFluxWeightedDict, e.g. see the file francisTurbine/system/spiral/calcPressureFluxWeightedDict:
bcs
(
inflow_inlet
);
// Factor to multiply the results with (for symmetric or axial cases)
// scaleFactor 72.;
// Density for incompressible cases
// rho rho [1 -3 0 0 0 0 0] 0.41;
// Pressure field name (default: p)
pname pMean;
// Velocity field name (default: U)
Uname UMean;
// ************************************************************************* //
We use the averaged quantities *Mean to evaluate formula ().