scalarTransport: removed risky ".*" regex in sample 's' field file
This commit is contained in:
@ -28,7 +28,12 @@ boundaryField
|
|||||||
value uniform $sInlet;
|
value uniform $sInlet;
|
||||||
}
|
}
|
||||||
|
|
||||||
".*"
|
outlet
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
|
||||||
|
wall
|
||||||
{
|
{
|
||||||
type zeroGradient;
|
type zeroGradient;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user