View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003799 | OpenFOAM | Bug | public | 2022-02-04 14:24 | 2022-02-04 15:08 |
Reporter | michael.mueller-wrd | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | GNU/Linux | OS | centOS | OS Version | (please specify) |
Product Version | dev | ||||
Fixed in Version | dev | ||||
Summary | 0003799: chtMultiRegionFoam crashes with nEcorr > 1 and multiple fluid regions | ||||
Description | CHT simulation crashes when using dev version's new feature of sub-iterating over thermal system in chtMultiRegionFoam solver (nEcorr > 1) and more than one fluid region is included. First time step will start as usual, but crashes when additional sub-iteration will be done for fluid region(s). stderr lists sth like: Foam::sigSegv::sigHandler(int) Foam::multiply(Foam::Field<double>&, Foam::UList<double> const&, Foam::UList<double> const&) in "/lib64/libc.so.6" ... Identical cases without corresponding entry for new feature runs as expected. | ||||
Steps To Reproduce | - Test with heatTransfer tutorials "heatExchanger" and/or "shellAndTubeHeatExchanger". - Include line for new feature in system/fvSolution: PIMPLE { nOuterCorrectors 1; nEcorr 2; } - Run case | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2022-02-04 14:24 | michael.mueller-wrd | New Issue | |
2022-02-04 15:08 | henry | Assigned To | => henry |
2022-02-04 15:08 | henry | Status | new => resolved |
2022-02-04 15:08 | henry | Resolution | open => fixed |
2022-02-04 15:08 | henry | Fixed in Version | => dev |
2022-02-04 15:08 | henry | Note Added: 0012466 |