View Issue Details

IDProjectCategoryView StatusLast Update
0002284OpenFOAMPatchpublic2016-10-06 14:23
ReporterMattijsJ Assigned Tohenry  
PrioritylowSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformGNU/LinuxOSOpenSuSEOS Version13.2
Product Versiondev 
Fixed in Versiondev 
Summary0002284: single argument plane constructors cause problems
DescriptionI was assigning to a fvPatchScalarField using a wrong syntax:

p.boundaryField()[patchi] == scalarField(..);

instead of

p.boundaryFieldRef()[patchi] == scalarField(..);

This compiles fine and uses the implicit plane-construct-from-scalarList which isn't exactly what I wanted.

Solution: make the single-argument plane constructors explicit.
TagsNo tags attached.

Activities

henry

2016-10-06 14:23

manager   ~0006976

Resolved by commit 0a75f7853ceb4561e1bdfe2bbe5ec46df4d3c4f7

Issue History

Date Modified Username Field Change
2016-10-06 08:59 MattijsJ New Issue
2016-10-06 14:23 henry Assigned To => henry
2016-10-06 14:23 henry Status new => resolved
2016-10-06 14:23 henry Resolution open => fixed
2016-10-06 14:23 henry Fixed in Version => dev
2016-10-06 14:23 henry Note Added: 0006976