mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: use nutkWallFunction
This commit is contained in:
committed by
Andrew Heather
parent
6b5492e3bd
commit
7b42931a7b
@ -36,7 +36,7 @@ boundaryField
|
|||||||
|
|
||||||
".*"
|
".*"
|
||||||
{
|
{
|
||||||
type calculated;
|
type nutkWallFunction;
|
||||||
value uniform 0;
|
value uniform 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -35,7 +35,7 @@ boundaryField
|
|||||||
|
|
||||||
plate
|
plate
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type nutkWallFunction;
|
||||||
value uniform 0;
|
value uniform 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user