View Issue Details

IDProjectCategoryView StatusLast Update
0001690OpenFOAMBugpublic2015-06-15 17:59
Reporteruser1141Assigned Tohenry  
PriorityurgentSeverityminorReproducibilityalways
Status closedResolutionunable to reproduce 
PlatformGNU/LinuxOSUbuntuOS Version13.10
Summary0001690: SprayFoam transient solver fails to write "thicknessLayers" appropiately in time archives using externalWallHeatFluxTemperature
DescriptionUsing this boundary condition with sprayFoam transient solver I have noticed it works OK if you add only a heat flux condition (q). When you use h and kappa you define thicknessLayers in 0-T file. But when the solver writes subsequent time files, thicknessLayers is not written or it is written faultly. I think it is a bug since it can be visualized in time 0 but not in subsequent time files automatically written by the solver.

By the way in the .h file of "externalWallHeatFluxTemperature the "kappaLayers" does not have the semi-colon after ";"
Steps To Reproduce walls
    {
        type externalWallHeatFluxTemperature;
        kappa fluidThermo;
        //q uniform 28;
        Ta uniform 300.0;
        h uniform 3.2;
        thicknessLayers (0.01);
        kappaLayers (28);
        value uniform 320;
        kappaName none;
    }
TagsNo tags attached.

Activities

user1141

2015-05-14 17:14

  ~0004740

I am afraid I forgot to say this only happens when writting in "binary" in control dict. When writting in "ascci" this does not happens

henry

2015-05-14 17:23

manager   ~0004741

Could you supply a small case which reproduces the problem? The steps-to-reproduce you provided are not really sufficient.

henry

2015-06-15 17:59

manager   ~0004935

Orphaned report

Issue History

Date Modified Username Field Change
2015-05-14 16:57 user1141 New Issue
2015-05-14 17:14 user1141 Note Added: 0004740
2015-05-14 17:23 henry Note Added: 0004741
2015-06-15 17:59 henry Note Added: 0004935
2015-06-15 17:59 henry Status new => closed
2015-06-15 17:59 henry Assigned To => henry
2015-06-15 17:59 henry Resolution open => unable to reproduce