View Issue Details

IDProjectCategoryView StatusLast Update
0000773OpenFOAMBugpublic2013-03-12 17:34
Reporterdhora Assigned Touser2 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Summary0000773: Bugs in forces functionObject
DescriptionFirst bug:

    blade_PsiTorque // Name
    {
        type forces;
        functionObjectLibs ( "libforces.so" );
        outputControl timeStep; // outputTime, timeStep
        outputInterval 1;
        patches (Blade_PS Blade_SS Blade_TE);
        pName p;
        UName Urel;
        rhoName rhoInf;
        log true;
        rhoInf 998.0;
        CofR (0 0 0);
    }

Only the values of the last patch are written into the output file.

Second bug:

If the list of patches is being changed during the run, the functionObject overwrites the current file and doesn't create a new file in a new time directory which means that the values of the previous time steps are lost.
TagsNo tags attached.

Activities

user2

2013-03-12 17:34

  ~0001985

Thanks for the report - resolved by commit 31b8ad0

Issue History

Date Modified Username Field Change
2013-03-12 14:39 dhora New Issue
2013-03-12 17:34 user2 Note Added: 0001985
2013-03-12 17:34 user2 Status new => resolved
2013-03-12 17:34 user2 Fixed in Version => 2.2.x
2013-03-12 17:34 user2 Resolution open => fixed
2013-03-12 17:34 user2 Assigned To => user2