Files
openfoam/tutorials/combustion/fireFoam/les/flameSpreadWaterSuppressionPanel/0/nut
2015-12-09 15:03:05 +00:00

61 lines
1.5 KiB
Plaintext

/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
location "0";
class volScalarField;
object nut;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 2 -1 0 0 0 0];
internalField uniform 0;
boundaryField
{
outlet
{
type calculated;
value uniform 0;
}
ground
{
type nutUSpaldingWallFunction;
value uniform 0;
}
side
{
type calculated;
value uniform 0;
}
inlet
{
type calculated;
value uniform 0;
}
region0_to_pyrolysisRegion_coupledWall
{
type nutUSpaldingWallFunction;
value uniform 0;
}
}
// ************************************************************************* //