View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001163 | OpenFOAM | Bug | public | 2014-02-18 17:50 | 2014-02-19 09:28 |
Reporter | Assigned To | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | Ubuntu | OS Version | 10.04 |
Summary | 0001163: No effect of fvOption scalarSemiImplicitSource with chtMultiRegionSimpleFoam | ||||
Description | The fvOption scalarSemiImplicitSource doesn't have any effects, when it is used in chtMultiRegionSimpleFoam. In OpenFOAM 2.2.2 it worked perfectly. I have learned that the solid part of the solver has changed from: - fvm::laplacian(betav*alpha, h, "laplacian(alpha,h)") + fvOptions(rho, h) to thermo.isotropic() ? -fvm::laplacian(betav*thermo.alpha(), h, "laplacian(alpha,h)") : -fvm::laplacian(betav*tAnialpha(), h, "laplacian(alpha,h)") == fvOptions(rho, h) That means the definition of scalarSemiImplicitSource would change from injectionRateSuSp { h (-1 0); } to injectionRateSuSp { h (1 0); } But the source has no effect at all anymore. | ||||
Steps To Reproduce | Run the attached case in OpenFOAM 2.3.0. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2014-02-18 17:50 |
|
New Issue | |
2014-02-18 17:50 |
|
File Added: bugScalarSemiImplicitSource.tar.gz | |
2014-02-19 09:28 |
|
Note Added: 0002857 | |
2014-02-19 09:28 |
|
Status | new => resolved |
2014-02-19 09:28 |
|
Fixed in Version | => 2.3.x |
2014-02-19 09:28 |
|
Resolution | open => fixed |
2014-02-19 09:28 |
|
Assigned To | => user2 |