View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003991 | OpenFOAM | Feature request (requires funding) | public | 2023-06-23 12:31 | 2023-06-23 13:17 |
Reporter | demichie | Assigned To | henry | ||
Priority | low | Severity | text | Reproducibility | N/A |
Status | closed | Resolution | no change required | ||
Platform | Unix | OS | Ubuntu | OS Version | 22.04 |
Product Version | dev | ||||
Summary | 0003991: variable name and description | ||||
Description | In the module multiphaseEuler, in cellPressureCorrector (from Line 139), the term phigFs is computed, and it is written that it accounts for buoyancy and force fluxes. // Combined buoyancy and force fluxes PtrList<surfaceScalarField> phigFs(phases.size()); I don't thin the contribution of foce fluxes is in this term anymore, as it was in previous version of OpenFOAM. Now the contribution is added to phiHbyAs at line 207. If I am correct, maybe it is worth to change the comment at line 139, and to change the name of the variable phigFs. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2023-06-23 12:31 | demichie | New Issue | |
2023-06-23 13:17 | henry | Note Added: 0013061 | |
2023-06-23 13:17 | henry | Assigned To | => henry |
2023-06-23 13:17 | henry | Status | new => closed |
2023-06-23 13:17 | henry | Resolution | open => no change required |
2025-07-07 13:29 | administrator | Category | Feature => Feature request (requires funding) |