This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/compressible/rhopSonicFoam/shockTube/0/T

140 lines
1.8 KiB
Text
Raw Normal View History

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
2013-12-11 16:09:41 +00:00
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 4.0 |
2015-05-17 13:55:59 +00:00
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | For copyright notice see file Copyright |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "0";
object T;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
internalField nonuniform List<scalar>
100
(
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
348.432
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
278.746
)
;
boundaryField
{
2010-11-24 20:48:09 +00:00
sides
{
type zeroGradient;
}
2010-11-24 20:48:09 +00:00
empty
{
type empty;
}
}
// ************************************************************************* //