View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002105 | OpenFOAM | Contribution | public | 2016-05-31 13:14 | 2016-05-31 21:27 |
Reporter | a.weber | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Fixed in Version | dev | ||||
Summary | 0002105: origId of parcels not unique when breakup model is used | ||||
Description | Breakup of parcels will cause mutiple identical origIds. When breakup occurs, the daughter parcel will be copied from the motherparcel including the origId information. This will cause for example the postprocessing "particleTracks" to generate wrong trajectories. | ||||
Steps To Reproduce | Any SprayFoam simulation with breakup models active. | ||||
Additional Information | In SprayParcel.C, add "child->origId() = this->getNewParticleID();" to give every daughter parcel a new unique origId. | ||||
Tags | No tags attached. | ||||
|
BTW: have not tested the solution in parallel.... |
|
Let us know when you have complete testing this change. |
|
Just to mention, this only affects the KHRT and SHF breakup models because these are the only ones that generates new parcels. Otherwise, I think that this should be fixed as it indeed may cause problems in certain setups (as mentioned for particle tracks, but also when e.g. reconstructing a decomposed case). |
|
Resolved in OpenFOAM-dev by commit bb3910ddaf788f44335c1ab7d5e063eb691cea8c |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-05-31 13:14 | a.weber | New Issue | |
2016-05-31 13:16 | a.weber | Note Added: 0006343 | |
2016-05-31 13:34 | henry | Note Added: 0006345 | |
2016-05-31 18:35 | dkxls | Note Added: 0006349 | |
2016-05-31 18:53 | dkxls | Note Edited: 0006349 | |
2016-05-31 21:27 | henry | Note Added: 0006350 | |
2016-05-31 21:27 | henry | Status | new => resolved |
2016-05-31 21:27 | henry | Fixed in Version | => dev |
2016-05-31 21:27 | henry | Resolution | open => fixed |
2016-05-31 21:27 | henry | Assigned To | => henry |