View Issue Details

IDProjectCategoryView StatusLast Update
0004031OpenFOAMBugpublic2023-10-20 14:59
Reportermoreff Assigned Tohenry  
PrioritylowSeverityminorReproducibilityalways
Status closedResolutionnot fixable 
PlatformGNU/LinuxOSUbuntuOS Version22.04
Product Versiondev 
Summary0004031: #calc in decomposeParDict causes simulation hang
DescriptionAny #calc entry causes parallel simulation hang after printing "Expanding #calc at line..."
Steps To Reproducecp -r $FOAM_TUTORIALS/multiphaseEuler/fluidisedBed .
cd fluidisedBed
foamDictionary -entry hierarchicalCoeffs/n -set '( 1 #calc "2+2" 1 )' system/decomposeParDict
./Allrun
TagsNo tags attached.

Activities

henry

2023-10-20 14:59

manager   ~0013149

You cannot use #calc in decomposeParDict as this is necessarily read before the parallel context is constructed with #calc needs

Issue History

Date Modified Username Field Change
2023-10-20 14:02 moreff New Issue
2023-10-20 14:59 henry Assigned To => henry
2023-10-20 14:59 henry Status new => closed
2023-10-20 14:59 henry Resolution open => not fixable
2023-10-20 14:59 henry Note Added: 0013149