View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000716 | OpenFOAM | Bug | public | 2013-01-04 10:54 | 2013-05-29 10:39 |
Reporter | Assigned To | ||||
Priority | low | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | Other | OS Version | (please specify) |
Summary | 0000716: Incorrect mass used in SRF particle forces | ||||
Description | The force on particles in an SRF is not correctly implimented. The buoyancy force is not included. This means particles always migrate away from the axis of rotation, even if they are less dense than the carrier phase. I suggest that line 98 of the file SRFForce.C in src/lagrangian/intermediate/submodels/kinematic/particleForces/SRF be changed from: value.Su() = mass*(2.0*(p.U() ^ omega) + (omega ^ (r ^ omega))); to: value.Su() = mass*(1.0-p.rhoc()/p.rho())*(2.0*(p.U() ^ omega) + (omega ^ (r ^ omega))); This is in keeping with how the gravity force is applied. I also note the absence of any lagrangian solver which uses SRF, so perhaps this bug is not often observed! Thanks, Sam | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2013-01-04 10:54 |
|
New Issue | |
2013-05-29 10:39 |
|
Note Added: 0002252 | |
2013-05-29 10:39 |
|
Status | new => resolved |
2013-05-29 10:39 |
|
Fixed in Version | => 2.2.x |
2013-05-29 10:39 |
|
Resolution | open => fixed |
2013-05-29 10:39 |
|
Assigned To | => user2 |