View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000050 | OpenFOAM | Bug | public | 2010-10-01 12:45 | 2010-10-07 18:01 |
Reporter | Assigned To | ||||
Priority | normal | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Sony Vaio | OS | Linux Mint | OS Version | Ubuntu 9.10 |
Summary | 0000050: Crash using DirectMappedVelocityFluxField | ||||
Description | Dear developers and/or debuggers, When using the directMappedVelocityFlux patch to remap the U field, pisoFoam crashes when using the NEARESTFACE option. If interested, I can post the error message associated with the crash, but I've traced the origin back to the following piece of code in directMappedVelocityFluxFixedValueFvPatchField: 00209 newUValues = patch().patchSlice(newUValues); The thing is that newUValues was declared slightly higher with 00176 vectorField newUValues; but was not used/instantiated after that. Reading the similar routine used in directMappedFixedValueFvPatchField.C, I guess the variable in brackets should be allUValues and not newUValues, leading to: 00209 newUValues = patch().patchSlice(allUValues); This is however only an educated guess of yours truly.. Kind regards, Francois. | ||||
Steps To Reproduce | See Description. | ||||
Tags | Modelling | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2010-10-01 12:45 |
|
New Issue | |
2010-10-01 12:57 |
|
Assigned To | => user2 |
2010-10-01 12:57 |
|
Status | new => assigned |
2010-10-01 13:16 |
|
Note Added: 0000058 | |
2010-10-01 13:16 |
|
Status | assigned => resolved |
2010-10-01 13:16 |
|
Fixed in Version | => 1.7.x |
2010-10-01 13:16 |
|
Resolution | open => fixed |
2010-10-07 18:01 |
|
Tag Attached: Modelling |