AlanZee's picture
Upload folder using huggingface_hub (part 15)
9092cb3 verified
Raw
History Blame Contribute Delete
629 Bytes
FoamFile
{
version 2.0;
format ascii;
class volVectorField;
object U;
}
dimensions [0 1 -1 0 0 0 0];
internalField uniform (0 0 0);
boundaryField
{
leftWall
{
type slip;
}
rightWall
{
type slip;
}
lowerWall
{
type slip; // Hysing benchmark: 所有壁面均为自由滑移(对称面)
}
upperWall
{
type slip; // Hysing benchmark: 所有壁面均为自由滑移(对称面)
}
defaultFaces
{
type empty;
}
}