SciFEM-Project_CoffeeMugSim.../fluid-openfoam/0/p_rgh
2026-01-26 16:14:46 +01:00

44 lines
670 B
Text

FoamFile
{
version 2.0;
format ascii;
class volScalarField;
object p_rgh;
}
dimensions [ 1 -1 -2 0 0 0 0 ];
internalField uniform 103500;
boundaryField
{
interface
{
type zeroGradient;
}
inlet
{
type zeroGradient;
}
outlet
{
type fixedValue;
value $internalField;
}
top
{
type zeroGradient;
}
slip-bottom
{
type zeroGradient;
}
bottom
{
type zeroGradient;
}
defaultFaces
{
type empty;
}
}