scalarTransport: removed risky ".*" regex in sample 's' field file

This commit is contained in:
Chris Greenshields
2021-06-11 09:38:33 +01:00
parent a1036ec012
commit 73bf986396

View File

@ -28,7 +28,12 @@ boundaryField
value uniform $sInlet;
}
".*"
outlet
{
type zeroGradient;
}
wall
{
type zeroGradient;
}