openfoam/tutorials/combustion/engineFoam/kivaTest/-180/T
2014-12-11 08:35:10 +00:00

45 lines
1.2 KiB
Plaintext

/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "-180";
object T;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
internalField uniform 373;
boundaryField
{
piston
{
type fixedValue;
value uniform 433;
}
liner
{
type fixedValue;
value uniform 373;
}
cylinderHead
{
type fixedValue;
value uniform 383;
}
}
// ************************************************************************* //