View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003594 | OpenFOAM | Patch | public | 2020-11-16 13:32 | 2020-11-23 14:55 |
Reporter | rgutt | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Platform | GNU/Linux | OS | Ubuntu | OS Version | 20.04 |
Fixed in Version | dev | ||||
Summary | 0003594: alphaEqh wrong order | ||||
Description | I think alpha2 should be calculated after alpha1 was corrected. Otherwise, the sum of alpha1 + alpha2 might not be equals to 1, if alpha1 has some correction coming from the contact angle. Line code 225 alpha2 = 1.0 - alpha1; 226 227 mixture.correct(); | ||||
Additional Information | File: Solvers/multiphase/VoF/alphaEqn.H | ||||
Tags | No tags attached. | ||||
|
The mixture.correct() might use alpha2 (currently it doesn't but perhaps it should be written that way) so it would have to be updated before and after the mixture.correct(), but it would probably be better if it updated alpha2 after updating alpha1. |
|
Resolved by commit 92c9b112f005f02cd32dbbfbe03671dda7c3959c |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-11-16 13:32 | rgutt | New Issue | |
2020-11-16 14:13 | henry | Note Added: 0011687 | |
2020-11-23 14:55 | henry | Assigned To | => henry |
2020-11-23 14:55 | henry | Status | new => resolved |
2020-11-23 14:55 | henry | Resolution | open => fixed |
2020-11-23 14:55 | henry | Fixed in Version | => dev |
2020-11-23 14:55 | henry | Note Added: 0011744 |