Skip to content
Snippets Groups Projects
Commit f4d7096d authored by henry's avatar henry
Browse files

Don't initialise U; unnecessary edit.

parent d76820dc
Branches
Tags
No related merge requests found
...@@ -18,7 +18,6 @@ FoamFile ...@@ -18,7 +18,6 @@ FoamFile
defaultFieldValues defaultFieldValues
( (
volScalarFieldValue alpha1 0 volScalarFieldValue alpha1 0
volVectorFieldValue U (0 0 0)
); );
regions regions
......
/*--------------------------------*- 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
......
...@@ -18,7 +18,6 @@ FoamFile ...@@ -18,7 +18,6 @@ FoamFile
defaultFieldValues defaultFieldValues
( (
volScalarFieldValue alpha1 0 volScalarFieldValue alpha1 0
volVectorFieldValue U (0 0 0)
); );
regions regions
......
...@@ -18,7 +18,6 @@ FoamFile ...@@ -18,7 +18,6 @@ FoamFile
defaultFieldValues defaultFieldValues
( (
volScalarFieldValue alpha1 0 volScalarFieldValue alpha1 0
volVectorFieldValue U (0 0 0)
); );
regions regions
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment