View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001072 | OpenFOAM | Bug | public | 2013-11-04 11:48 | 2013-11-25 10:54 |
Reporter | Assigned To | ||||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Red Hat Enterprise Linux | OS | Red Hat Enterprise Linux | OS Version | 6.2 |
Summary | 0001072: Problem with explicitPorositySource in chtMultiRegionFoam | ||||
Description | There is a problem in the use of the explicitPorositySource Feature in combination with the heatTransfer solver chtMultiRegionFoam. The fvOptions term is usually added to the right hand side (rhs) of the UEqn like this: tmp<fvVectorMatrix> UEqn ( fvm::ddt(rho,U) + fvm::ddt(phi,U) + turb.devDevRhoReff(U) == fvOptions(rho,U) ); But in chtMultiRegionFoam fvOptions(rho, U) is added to the left hand side of the equation: tmp<fvVectorMatrix> UEqn ( fvm::ddt(rho,U) + fvm::ddt(phi,U) + turb.devDevRhoReff(U) + fvOptions(rho,U) ); I don't know if it is meant to be in the second way, however explicitPorositySource only works with fvOptions(rho, U) being added to the right hand side. | ||||
Tags | No tags attached. | ||||
|
Thanks for the report. http://www.openfoam.org/mantisbt/view.php?id=1072 Solved in commit : 6d9873c895a48ccc044f2ccc4120f9c71a4f962 |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-11-04 11:48 |
|
New Issue | |
2013-11-25 10:52 |
|
Assigned To | => user21 |
2013-11-25 10:52 |
|
Status | new => assigned |
2013-11-25 10:54 |
|
Note Added: 0002657 | |
2013-11-25 10:54 |
|
Status | assigned => resolved |
2013-11-25 10:54 |
|
Resolution | open => fixed |