View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000946 | OpenFOAM | Bug | public | 2013-08-06 12:53 | 2016-03-18 14:21 |
Reporter | dkxls | Assigned To | |||
Priority | low | Severity | tweak | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Platform | OpenSUSE 12.2 | OS | Linux | OS Version | x86_64 |
Summary | 0000946: [SprayParcel]: Remove unnecessary if statement in void Foam::SprayParcel<ParcelType>::calc | ||||
Description | --- SprayParcel.C~ 2013-08-06 14:42:08.160847436 +0300 +++ SprayParcel.C 2013-08-06 14:42:08.172847464 +0300 @@ -70,10 +70,7 @@ void Foam::SprayParcel<ParcelType>::calc if (liquidCore() > 0.5) { // liquid core parcels should not interact with the gas - if (td.cloud().solution().coupled()) - { - td.cloud().solution().coupled() = false; - } + td.cloud().solution().coupled() = false; } // set the maximum temperature limit | ||||
Additional Information | source file: src/lagrangian/spray/parcels/Templates/SprayParcel/SprayParcel.C | ||||
Tags | No tags attached. | ||||
|
SprayParcel.patch (493 bytes)
--- SprayParcel.C~ 2013-08-06 14:42:08.160847436 +0300 +++ SprayParcel.C 2013-08-06 14:42:08.172847464 +0300 @@ -70,10 +70,7 @@ void Foam::SprayParcel<ParcelType>::calc if (liquidCore() > 0.5) { // liquid core parcels should not interact with the gas - if (td.cloud().solution().coupled()) - { - td.cloud().solution().coupled() = false; - } + td.cloud().solution().coupled() = false; } // set the maximum temperature limit |
|
This bug is redundant to the changes suggested in bug http://www.openfoam.org/mantisbt/view.php?id=942 |
|
Updated during commit b592ac |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-08-06 12:53 | dkxls | New Issue | |
2013-08-06 12:53 | dkxls | File Added: SprayParcel.patch | |
2013-08-06 17:40 | dkxls | Note Added: 0002375 | |
2013-08-09 13:13 |
|
Note Added: 0002385 | |
2013-08-09 13:13 |
|
Status | new => resolved |
2013-08-09 13:13 |
|
Fixed in Version | => 2.2.x |
2013-08-09 13:13 |
|
Resolution | open => fixed |
2013-08-09 13:13 |
|
Assigned To | => user2 |