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:
Henry
2015-01-02 16:43:32 +00:00
parent 56192f21b9
commit dda47d87ff

View File

@ -72,7 +72,7 @@ void surfaceIntegrate
} }
} }
ivf /= mesh.V(); ivf /= mesh.Vsc();
} }