SciFEM-Project_CoffeeMugSim.../fluid-openfoam/0/T
dino.celebic 05d77ceba3 fix
2026-01-27 17:58:05 +01:00

41 lines
684 B
Text

FoamFile
{
version 2.0;
format ascii;
class volScalarField;
object T;
}
dimensions [ 0 0 0 1 0 0 0 ]; // K
internalField uniform 304.15; // 18 Celsius + 273.15 Kelvin
boundaryField
{
interface
{
type fixedGradient;
gradient uniform 0;
}
inlet
{
type fixedValue;
value $internalField;
}
outlet
{
type zeroGradient;
}
top
{
type zeroGradient;
}
bottom
{
type zeroGradient;
}
slip-bottom
{
type zeroGradient;
}
}