View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002083 | OpenFOAM | Bug | public | 2016-05-06 11:57 | 2016-05-07 09:43 |
Reporter | MattijsJ | Assigned To | henry | ||
Priority | low | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | linux | OS | Tumbleweed | OS Version | (please specify) |
Product Version | dev | ||||
Fixed in Version | dev | ||||
Summary | 0002083: caseDicts/setConstraintTypes does not provide value for ACMI | ||||
Description | ACMI bc will call evaluate upon reading if there is no 'value' field. This tries to look up the non-overlap field which might not be constructed yet and you'll get an error message like: --> FOAM FATAL ERROR: hanging pointer of type N4Foam12fvPatchFieldIdEE at index 6 (size 9), cannot dereference This only happens if the non-overlap field is defined - using a wildcard - or using a patchGroup which is defined before the "caseDicts/setConstraintTypes" gets included. I propose to add a 'value $intenralField" to the setConstraintTypes, similar to processor. | ||||
Tags | No tags attached. | ||||
|
setConstraintTypes (1,148 bytes)
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: dev | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ cyclic { type cyclic; } cyclicAMI { type cyclicAMI; } cyclicACMI { type cyclicACMI; value $internalField; } cyclicSlip { type cyclicSlip; } empty { type empty; } nonuniformTransformCyclic { type nonuniformTransformCyclic; } processor { type processor; value $internalField; } processorCyclic { type processorCyclic; value $internalField; } symmetryPlane { type symmetryPlane; } symmetry { type symmetry; } wedge { type wedge; } // ************************************************************************* // |
|
AMI probably needs the same. |
|
Resolved by commit 5f95885a1aaadab4d24784eb386621c68741ee23 |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-05-06 11:57 | MattijsJ | New Issue | |
2016-05-06 11:57 | MattijsJ | File Added: setConstraintTypes | |
2016-05-06 12:45 | MattijsJ | Note Added: 0006242 | |
2016-05-07 09:43 | henry | Note Added: 0006244 | |
2016-05-07 09:43 | henry | Status | new => resolved |
2016-05-07 09:43 | henry | Fixed in Version | => dev |
2016-05-07 09:43 | henry | Resolution | open => fixed |
2016-05-07 09:43 | henry | Assigned To | => henry |