View Issue Details

IDProjectCategoryView StatusLast Update
0003498OpenFOAMBugpublic2020-05-25 11:10
Reportergskillas Assigned Tohenry  
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
PlatformOpenSUSEOSLeapOS Version15.1
Product Versiondev 
Fixed in Versiondev 
Summary0003498: solidDisplacementFoam crashes when Re-reading system/fvSolution
DescriptionChanges made to system/fvSolution, causing a re-read by a running solidDisplacementFoam instance lead to a crash with a message similar to:

regIOobject::readIfModified() :
    Re-reading object fvSolution from file "/home/cfd/OpenFOAM/cfd-dev/run/pressurisedPipe/system/fvSolution"
Iteration: 0.10036



--> FOAM FATAL IO ERROR:
keyword D is undefined in dictionary "\


file:


    From function T Foam::dictionary::lookup(const Foam::word&, bool, bool) const [with T = double]
    in file /home/cfd/OpenFOAM/OpenFOAM-dev/src/OpenFOAM/lnInclude/dictionaryTemplates.C at line 46.

FOAM exiting
Steps To ReproduceCopy the platehole tutorial, change the end time in system/controlDict to 20000 (to give the case enough running time), and then

> ./Allclean; ./Allrun & sleep 30; touch system/controlDict
TagsNo tags attached.

Activities

henry

2020-05-25 11:10

manager   ~0011366

Resolved by commit cf36a5de3cf1007595429bf14c5699d8c68cd431

Issue History

Date Modified Username Field Change
2020-05-22 19:18 gskillas New Issue
2020-05-25 11:10 henry Assigned To => henry
2020-05-25 11:10 henry Status new => resolved
2020-05-25 11:10 henry Resolution open => fixed
2020-05-25 11:10 henry Fixed in Version => dev
2020-05-25 11:10 henry Note Added: 0011366