View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001415 | OpenFOAM | Bug | public | 2014-10-15 16:28 | 2014-12-28 17:00 |
Reporter | wyldckat | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Summary | 0001415: updateCoeffs() in "fanFvPatchField.C" is using "scalar" implementation | ||||
Description | In the file "$FOAM_SRC/finiteVolume/fields/fvPatchFields/derived/fan/fanFvPatchField.C", the method "updateCoeffs()" has this call to one of the inherited parent method of the same name: fixedJumpFvPatchField<scalar>::updateCoeffs(); the potential problem that I noticed is that the class "fanFvPatchField" is still in template form and it doesn't seem to make much sense for the generic template method to call a specific implementation "scalar" of the template class "fixedJumpFvPatchField". | ||||
Additional Information | I can only guess that this has worked fine so far, because only the scalar implementation is the one mostly likely to be used. The other possibility is that the method "updateCoeffs()" is identical in any implementation of the class "fixedJumpFvPatchField". | ||||
Tags | No tags attached. | ||||