What is noSlip boundary condition?
Title
Question
What is the meaning of noSlip boundary condition?
OpenFOAM-version-7 Setting-up-a-Test-Case-in-OpenFOAM 04-05 min 50-60 sec
Answers:
noSlip boundary condition stands for fixed value of 0.
So when we apply noSlip boundary condition to any face, means velocity at that face becomes 0.
You can also apply same boundary conditions using these values.
fixedWalls
{
type fixedValue;
value uniform (0 0 0);
}
Thanks,
Divyesh
Login to add comment