View Issue Details

IDProjectCategoryView StatusLast Update
0001942OpenFOAMBugpublic2015-12-08 11:58
ReportermartinB Assigned Tohenry  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformGNU/LinuxOSOpenSuSEOS Version13.1
Summary0001942: fanFvPatchField and freestreamPressureFvPatchScalarField are missing write() functions
DescriptionFor the boundary conditions fan and freestreamPressure write() functions are missing. When being used with a compressible solver the keyword "rho" must defined. However when calling renumberMesh or decomposePar, the entries for "rho" (and "phi") are getting lost.
Steps To Reproduce
For fan: use tutorial case tutorials/incompressible/pimpleFoam/TJunctionFan, create the mesh and modify the cyclicFaces_master BC in 0/p:
    cyclicFaces_master
    {
        type fan;
        patchType cyclic;
        rho rho;
        . . .
Run "renumberMesh -overwite". Check 0/p: the "rho" entry is removed.

For freestreamPressure: use tutorial case tutorials/incompressible/simpleFoam/airFoil2D, create the mesh and modify the inlet BC in 0/p:
    inlet
    {
        type freestreamPressure;
        rho rho;
    }
Run "renumberMesh -overwrite". Check 0/p: the "rho" entry is removed.
TagsNo tags attached.

Activities

henry

2015-12-08 11:58

manager   ~0005729

Thanks for the detailed bug-report.

Resolved in OpenFOAM-3.0.x by commit 639327b2156e151f9742a52a7107dfa110877ce5
Resolved in OpenFOAM-dev by commit a2fbd855a62b26589f30fb9ac136701396e96b5f

Issue History

Date Modified Username Field Change
2015-12-08 10:37 martinB New Issue
2015-12-08 11:58 henry Note Added: 0005729
2015-12-08 11:58 henry Status new => resolved
2015-12-08 11:58 henry Resolution open => fixed
2015-12-08 11:58 henry Assigned To => henry