Files
OpenFOAM-12/tutorials/modules/multiRegion/film/hotBoxes/0/fluid/nut
Henry Weller c67a019ee1 tutorials/modules/multiRegion/film/hotBoxes: New film tutorial case
converted from the old modules/multicomponentFluid/hotBoxes tutorial case.
2023-05-17 14:35:34 +01:00

39 lines
995 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class volScalarField;
location "0";
object nut;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 2 -1 0 0 0 0];
internalField uniform 1e-7;
boundaryField
{
#includeEtc "caseDicts/setConstraintTypes"
sides
{
type nutkWallFunction;
value uniform 0;
}
film
{
type nutkWallFunction;
value uniform 0;
}
}
// ************************************************************************* //