saving . . . saved What is noSlip boundary condition? has been deleted. What is noSlip boundary condition? has been hidden .
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 23-09-20, 9:28 a.m. divyesh7

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
23-09-20, 9:31 a.m. divyesh7


Log-in to answer to this question.