View Issue Details

IDProjectCategoryView StatusLast Update
0003120OpenFOAMBugpublic2018-12-04 17:29
Reporterefirvida Assigned Tohenry  
PrioritylowSeverityminorReproducibilityalways
Status closedResolutionno change required 
PlatformLinuxOSUbuntuOS Version18.04
Summary0003120: libforces Could not find rho
DescriptionThis error appears when neither "rho" and "rhoinf" are defined on the libforces settings dictionary. Maybe is not an error but in the documentation say that this settings are not required so maybe the solution is to set the required flag on the documentation of this lib.
Steps To Reproducecomment rho and rhoinf in the libforces setting dict

forces
{
    type forces;
    libs ("libforces.so");
    patches ("propeller.*");
    //rho rhoInf; // Indicates incompressible
    //rhoInf 1; // Redundant for incompressible

    writeControl adjustableRunTime;
    writeInterval 0.001;

    CofR (0 0 0);
}
TagsNo tags attached.

Activities

henry

2018-12-04 17:29

manager   ~0010202

user support request.

Issue History

Date Modified Username Field Change
2018-12-04 16:57 efirvida New Issue
2018-12-04 17:29 henry Assigned To => henry
2018-12-04 17:29 henry Status new => closed
2018-12-04 17:29 henry Resolution open => no change required
2018-12-04 17:29 henry Note Added: 0010202