View Issue Details

IDProjectCategoryView StatusLast Update
0003693OpenFOAMBugpublic2021-07-09 16:11
Reporterjkau Assigned Tohenry  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformLinuxOSUbuntuOS Version20.04.2
Product Versiondev 
Fixed in Versiondev 
Summary0003693: uniformFixedValue with vector fails after restart
DescriptionWhen using uniformFixedValue BC for a vector, after restart the solver exits with following error message:

--> FOAM FATAL IO ERROR:
wrong token type - expected word, found on line 448 the punctuation token '('

This happens also after executing setFields for the vector entry or after decomposing the case.
Steps To ReproduceE.g. change the movingWall entry in the cavity tutorial from fixed to uniformFixeValue as below, change "startFrom" to "latestTime", start, stop and restart the computation.
    movingWall
    {
        type uniformFixedValue;
        value uniform (0 0 0);

        uniformValue
        {
            type scale;
            scale linearRamp;
                duration 1;
        value (1 0 0);

        }

    }
TagsNo tags attached.

Activities

henry

2021-07-09 16:11

manager   ~0012080

Resolved by commit 52ec3c0befb0e8d14c737a351ddb6a6c55938e13

Issue History

Date Modified Username Field Change
2021-07-08 14:46 jkau New Issue
2021-07-09 16:11 henry Assigned To => henry
2021-07-09 16:11 henry Status new => resolved
2021-07-09 16:11 henry Resolution open => fixed
2021-07-09 16:11 henry Fixed in Version => dev
2021-07-09 16:11 henry Note Added: 0012080