fvcSurfaceIntegrate: add support for sub-cycling with mesh-motion
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1471 Note: In order to avoid unexpectedly poor results I think it would be better if sub-cycling in time were limited to static meshes and solid-body motion only and the Vsc() function removed and I will consider this for the next release with the addition of a check for solid-body motion in the case that sub-cycling is applied. Now that MULES support semi-implicit operation there is less need for sub-cycling and I would recommend that you use this approach in interDyMFoam for your complex mesh motion cases.
This commit is contained in:
parent
5a935874b0
commit
19f017fb18
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ void surfaceIntegrate
|
|||
}
|
||||
}
|
||||
|
||||
ivf /= mesh.V();
|
||||
ivf /= mesh.Vsc();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue