View Issue Details

IDProjectCategoryView StatusLast Update
0001649OpenFOAMBugpublic2015-04-11 11:43
Reportergdtech Assigned Tohenry  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformLinuxOSCentos OS Version6.6
Summary0001649: Unable to compute viewFactor with 2D model
DescriptionviewFactorGen is stuck with a 2D model.

I dig a litlle bit in the code and here is small patch.
I replaced line 30 in searchingEngine.H :

if (!pp.coupled() && !isA<cyclicAMIPolyPatch>(pp))

by

if (!pp.coupled() && !isA<cyclicAMIPolyPatch>(pp) && !isA<emptyPolyPatch>(pp))

and it solved the problem.
Steps To Reproducetar -xzvf cylinders.tgz
./Allrun
TagsNo tags attached.

Activities

gdtech

2015-04-07 09:04

reporter  

cylinders.tgz (81,718 bytes)

henry

2015-04-07 09:15

manager   ~0004571

Thanks for the patch, I will test it.

henry

2015-04-11 11:42

manager   ~0004603

Thanks for the fix
Resolved by commit 5d4398371e11fca323d025d679dbb3f58577cff3

Issue History

Date Modified Username Field Change
2015-04-07 09:04 gdtech New Issue
2015-04-07 09:04 gdtech File Added: cylinders.tgz
2015-04-07 09:15 henry Note Added: 0004571
2015-04-11 11:42 henry Note Added: 0004603
2015-04-11 11:42 henry Status new => resolved
2015-04-11 11:42 henry Resolution open => fixed
2015-04-11 11:42 henry Assigned To => henry