View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003463 | OpenFOAM | Bug | public | 2020-02-29 14:28 | 2020-06-02 18:45 |
Reporter | Federico Municchi | Assigned To | henry | ||
Priority | low | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | GNU/Linux | OS | Ubuntu | OS Version | 18.04 |
Fixed in Version | dev | ||||
Summary | 0003463: Incorrect template for PrimitivePatch in patchToPatchInterpolation.H | ||||
Description | Template for PrimitivePatch in typedef https://github.com/OpenFOAM/OpenFOAM-7/blob/master/src/OpenFOAM/interpolations/patchToPatchInterpolation/patchToPatchInterpolation.H#L41 does not comply with current definition of PrimitivePatch https://github.com/OpenFOAM/OpenFOAM-7/blob/master/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatch.H#L81 but it still has the old template https://github.com/OpenFOAM/OpenFOAM-6/blob/master/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatch.H#L81 Therefore, the code in https://github.com/OpenFOAM/OpenFOAM-7/blob/master/src/OpenFOAM/interpolations/patchToPatchInterpolation/patchToPatchInterpolation.H does not compile when included in an application (it is never included in any of the native applications/library). | ||||
Steps To Reproduce | Simply adding #include "patchToPatchInterpolation.H" to any application will reproduce the error. I attached a simple example for your convenience. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2020-02-29 14:28 | Federico Municchi | New Issue | |
2020-02-29 14:28 | Federico Municchi | File Added: OpenFoamBugInterpolationTemplates.zip | |
2020-02-29 15:05 | henry | Priority | immediate => low |
2020-02-29 15:05 | henry | Severity | major => minor |
2020-02-29 15:05 | henry | Description Updated | |
2020-02-29 15:05 | henry | Steps to Reproduce Updated | |
2020-02-29 15:14 | henry | Assigned To | => henry |
2020-02-29 15:14 | henry | Status | new => resolved |
2020-02-29 15:14 | henry | Resolution | open => fixed |
2020-02-29 15:14 | henry | Fixed in Version | => dev |
2020-02-29 15:14 | henry | Note Added: 0011225 | |
2020-06-02 18:45 | henry | Relationship added | has duplicate 0003501 |