30 lines
1,002 B
C++
30 lines
1,002 B
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: 2512 |
|
|
| \\ / A nd | Website: www.openfoam.com |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
arch "LSB;label=32;scalar=64";
|
|
class dictionary;
|
|
location "5/uniform";
|
|
object time;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
value 5;
|
|
|
|
name "5";
|
|
|
|
index 5;
|
|
|
|
deltaT 1;
|
|
|
|
deltaT0 1;
|
|
|
|
|
|
// ************************************************************************* //
|