View Issue Details

IDProjectCategoryView StatusLast Update
0003874OpenFOAMBugpublic2022-08-12 20:10
Reporterwyldckat Assigned Tohenry  
PrioritynormalSeveritytextReproducibilityalways
Status resolvedResolutionfixed 
Product Versiondev 
Fixed in Versiondev 
Summary0003874: Typo in the description in the new Function1s::omega class
DescriptionSaw this in commit 2da5edec29f3d63a1d12fdbc1e2b4deb0be903e4 for OpenFOAM-dev, where in the description of the new Function1s::omega class, the following example:

    or the equivalent specified in rad/s:
    \verbatim
        MRF
        {
            cellZone rotor;

            origin (0 0 0);
            axis (0 0 1);

            rpm 6.28319;
        }
    \endverbatim


was meant to specify "omega" instead of "rpm", namely:

    or the equivalent specified in rad/s:
    \verbatim
        MRF
        {
            cellZone rotor;

            origin (0 0 0);
            axis (0 0 1);

            omega 6.28319;
        }
    \endverbatim
TagsNo tags attached.

Activities

henry

2022-08-12 20:10

manager   ~0012711

commit 7fdde885fee52173ebaf7d5e5e66fb7fab42482c

Issue History

Date Modified Username Field Change
2022-08-12 17:51 wyldckat New Issue
2022-08-12 17:51 wyldckat Status new => assigned
2022-08-12 17:51 wyldckat Assigned To => henry
2022-08-12 20:10 henry Status assigned => resolved
2022-08-12 20:10 henry Resolution open => fixed
2022-08-12 20:10 henry Fixed in Version => dev
2022-08-12 20:10 henry Note Added: 0012711