View Issue Details

IDProjectCategoryView StatusLast Update
0001193OpenFOAMBugpublic2014-02-26 13:49
Reportergwierink Assigned Touser2 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Platformx86_64OSUbuntuOS Version12.04.4
Summary0001193: First line function object appears in file header
DescriptionHi guys,

The yPlusLES function object the prints the first line of data directly after the commented header line:

# y+ (LES)
# Time patch min max average 1.000000e-02 hotWall 1.621473e+01 5.415487e+01 2.526705e+01
2.000000e-02 hotWall 1.623956e+01 8.242411e+01 3.324818e+01
3.000000e-02 hotWall 1.586210e+01 1.012610e+02 3.939196e+01

instead of

# y+ (LES)
# Time patch min max average
1.000000e-02 hotWall 1.621473e+01 5.415487e+01 2.526705e+01
2.000000e-02 hotWall 1.623956e+01 8.242411e+01 3.324818e+01
3.000000e-02 hotWall 1.586210e+01 1.012610e+02 3.939196e+01

When I put a new line in writeTabbed(...) in the function object I get:

# y+ (LES)
# Time patch min max average
    1.000000e-02 hotWall 1.621473e+01 5.415487e+01 2.526705e+01
2.000000e-02 hotWall 1.623956e+01 8.242411e+01 3.324818e+01
3.000000e-02 hotWall 1.586210e+01 1.012610e+02 3.939196e+01

Could this be an issue with writeTabbed? Many thanks in advance.

Cheers,
Gijs
Steps To ReproduceUse yPlusLES function object on buoyantPimpleFoam tutorial hotRoom with LES.
TagsNo tags attached.

Activities

user2

2014-02-26 13:49

  ~0002907

Thanks for the report - resolved by commit 93cfee9

Issue History

Date Modified Username Field Change
2014-02-26 10:24 gwierink New Issue
2014-02-26 13:49 user2 Note Added: 0002907
2014-02-26 13:49 user2 Status new => resolved
2014-02-26 13:49 user2 Fixed in Version => 2.3.x
2014-02-26 13:49 user2 Resolution open => fixed
2014-02-26 13:49 user2 Assigned To => user2