View Issue Details

IDProjectCategoryView StatusLast Update
0003878OpenFOAMBugpublic2022-09-02 22:03
Reporterjherb Assigned Tohenry  
PrioritynormalSeveritytextReproducibilityalways
Status resolvedResolutionfixed 
PlatformLinuxOSOtherOS Version(please specify)
Product Versiondev 
Fixed in Versiondev 
Summary0003878: Usage documentation in header of mixedFvPatchField.H wrong (refGradient instead of refGrad)
DescriptionIn the header of mixedFvPatchField.H the usage is documented as:

Usage
    \table
        Property | Description | Required | Default value
        valueFraction | weight field | yes |
        refValue | fixed value | yes |
        refGrad | patch normal gradient | yes |
    \endtable

But in the code, it is looked for refGradient and not refGrad:
https://github.com/OpenFOAM/OpenFOAM-dev/blob/master/src/finiteVolume/fields/fvPatchFields/basic/mixed/mixedFvPatchField.C#L54
TagsNo tags attached.

Activities

henry

2022-09-02 22:03

manager   ~0012721

Resolved by commit ffe9dbd5838ef0abf56ff17c38328d7f663e5d5e

Issue History

Date Modified Username Field Change
2022-08-29 16:28 jherb New Issue
2022-09-02 22:03 henry Assigned To => henry
2022-09-02 22:03 henry Status new => resolved
2022-09-02 22:03 henry Resolution open => fixed
2022-09-02 22:03 henry Fixed in Version => dev
2022-09-02 22:03 henry Note Added: 0012721