View Issue Details

IDProjectCategoryView StatusLast Update
0004144OpenFOAMBugpublic2024-09-04 19:20
Reportermichael_h Assigned Tohenry  
PrioritylowSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformGNU/LinuxOSOtherOS Version(please specify)
Product Version12 
Fixed in Versiondev 
Summary0004144: Documentation for several patch field types confuses scalar and vector
DescriptionThe header file documentation shown by foamInfo for the patch field types

pressureDirectedInletOutletVelocity
pressureDirectedInletVelocity
pressureInletOutletParSlipVelocity
pressureInletOutletVelocity
pressureInletUniformVelocity
pressureInletVelocity
pressureNormalInletOutletVelocity

states something like

    <patchName>
    {
        type pressureInletUniformVelocity;
        value uniform 0;
    }

Velocity is a vector, however. Therefore correct is

value uniform (0 0 0);
TagsNo tags attached.

Activities

henry

2024-09-04 19:20

manager   ~0013392

Resolved by commit 344880e20a05c8838ae657ca80a3aff0447a86f9

Issue History

Date Modified Username Field Change
2024-09-04 18:04 michael_h New Issue
2024-09-04 19:20 henry Assigned To => henry
2024-09-04 19:20 henry Status new => resolved
2024-09-04 19:20 henry Resolution open => fixed
2024-09-04 19:20 henry Fixed in Version => dev
2024-09-04 19:20 henry Note Added: 0013392