View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002804 | OpenFOAM | Bug | public | 2018-01-05 07:58 | 2018-01-08 11:09 |
Reporter | linnemann | Assigned To | will | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | X86_64 | OS | CentOS | OS Version | 7 |
Product Version | dev | ||||
Fixed in Version | dev | ||||
Summary | 0002804: chtMultiRegionSimpleFoam probes multiple output | ||||
Description | Please see here for an explanation. https://www.cfd-online.com/Forums/openfoam-solving/197438-chtmultiregionsimplefoam-probes-multiple-output.html | ||||
Steps To Reproduce | Add a probe to a chtmultiregion case. Also tried with surfaceFieldValue which also writes multiple line outputs. | ||||
Tags | No tags attached. | ||||
|
The problem is that checkResidualControls.H in chtMultiRegionSimpleFoam is calling runTime.run() an extra two times per iteration. This is triggering the execution of the function objects. |
|
Fixed in dev by commit a80da1a4. I've put a "running" method in Foam::Time which can be used to check the state of the time-stepping without any side effects. |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-01-05 07:58 | linnemann | New Issue | |
2018-01-05 10:34 | will | Note Added: 0009198 | |
2018-01-08 11:09 | will | Assigned To | => will |
2018-01-08 11:09 | will | Status | new => resolved |
2018-01-08 11:09 | will | Resolution | open => fixed |
2018-01-08 11:09 | will | Fixed in Version | => dev |
2018-01-08 11:09 | will | Note Added: 0009199 |