openfoam/tutorials/combustion/fireFoam/LES/simplePMMApanel/0/alphat
2019-12-23 09:49:23 +00:00

49 lines
1.2 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1912 |
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "0";
object alphat;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [1 -1 -1 0 0 0 0];
internalField uniform 0;
boundaryField
{
outlet
{
type zeroGradient;
}
ground
{
type zeroGradient;
}
frontAndBack
{
type empty;
}
side
{
type zeroGradient;
}
region0_to_panelRegion_panel
{
type zeroGradient;
}
}
// ************************************************************************* //