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. Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1657
Showing
- src/transportModels/immiscibleIncompressibleTwoPhaseMixture/immiscibleIncompressibleTwoPhaseMixture.H 10 additions, 2 deletions...TwoPhaseMixture/immiscibleIncompressibleTwoPhaseMixture.H
- src/transportModels/interfaceProperties/interfaceProperties.C 10 additions, 1 deletion...transportModels/interfaceProperties/interfaceProperties.C
- src/transportModels/interfaceProperties/interfaceProperties.H 4 additions, 1 deletion...transportModels/interfaceProperties/interfaceProperties.H
Please register or sign in to comment