View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002284 | OpenFOAM | Patch | public | 2016-10-06 08:59 | 2016-10-06 14:23 |
Reporter | MattijsJ | Assigned To | henry | ||
Priority | low | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | GNU/Linux | OS | OpenSuSE | OS Version | 13.2 |
Product Version | dev | ||||
Fixed in Version | dev | ||||
Summary | 0002284: single argument plane constructors cause problems | ||||
Description | I 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. | ||||
Tags | No tags attached. | ||||