View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001657 | OpenFOAM | Bug | public | 2015-04-16 13:52 | 2015-04-17 20:05 |
Reporter | jkau | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | GNU/Linux | OS | Ubuntu | OS Version | 14.04 |
Summary | 0001657: cAlpha is not reread during runtime | ||||
Description | changing cAlpha in fvSolutions during runtime does not have an effect. Solver output ("re-reading mofified fvSolution...") is missleading. Reason for not updating: cAlpha is read only once in constructor of interPhaseProperties, which is called in createFields.H. This is only done at start up. | ||||
Steps To Reproduce | change cAlpha in one of the inter-solvers during runtime. | ||||
Tags | No tags attached. | ||||
|
interfaceProperties: Add support for re-read of sigma and cAlpha Note that currently when transportProperties is changed sigma is re-read from this dictionary but cAlpha is read from fvSolution but cAlpha is not re-read when fvSolution is changed but transportProperties is not touched. To avoid this problem cAlpha would need to be moved to the transportProperties dictionary which is not ideal or moved out of the interfaceProperties class back to the top-level solver. Resolved in OpenFOAM-dev by commit 88c50996f4fa7d68e24ec35aa7a37f0ad76b2506 |