29 lines
991 B
C++
29 lines
991 B
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: 2.4.x |
|
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class dictionary;
|
|
location "0.25879/uniform";
|
|
object time;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
value 0.25879;
|
|
|
|
name "0.25879";
|
|
|
|
index 258790;
|
|
|
|
deltaT 1e-06;
|
|
|
|
deltaT0 1e-06;
|
|
|
|
|
|
// ************************************************************************* //
|