View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003693 | OpenFOAM | Bug | public | 2021-07-08 14:46 | 2021-07-09 16:11 |
Reporter | jkau | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | Ubuntu | OS Version | 20.04.2 |
Product Version | dev | ||||
Fixed in Version | dev | ||||
Summary | 0003693: uniformFixedValue with vector fails after restart | ||||
Description | When 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 Reproduce | E.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); } } | ||||
Tags | No tags attached. | ||||