Don't initialise U; unnecessary edit.

This commit is contained in:
henry
2009-07-08 17:20:06 +01:00
parent d76820dc57
commit f4d7096d45
4 changed files with 2 additions and 5 deletions

View File

@ -18,7 +18,6 @@ FoamFile
defaultFieldValues defaultFieldValues
( (
volScalarFieldValue alpha1 0 volScalarFieldValue alpha1 0
volVectorFieldValue U (0 0 0)
); );
regions regions

View File

@ -1,8 +1,8 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.5 | | \\ / O peration | Version: dev |
| \\ / A nd | Web: http://www.OpenFOAM.org | | \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
FoamFile FoamFile

View File

@ -18,7 +18,6 @@ FoamFile
defaultFieldValues defaultFieldValues
( (
volScalarFieldValue alpha1 0 volScalarFieldValue alpha1 0
volVectorFieldValue U (0 0 0)
); );
regions regions

View File

@ -18,7 +18,6 @@ FoamFile
defaultFieldValues defaultFieldValues
( (
volScalarFieldValue alpha1 0 volScalarFieldValue alpha1 0
volVectorFieldValue U (0 0 0)
); );
regions regions