This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/validationSuite/incompressible/simpleFoam/consistencyTest/cavity/explanationAndReference
Vuko Vukcevic 42306f97d6 Cavity verification test case for simpleFoam
simpleFoam/consistencyTest/cavity: the test case serves to verify the time
and under-relaxation consistent formulation which produces the solution
that does not depend on time step size and under-relaxation factor.
Author: Vuko Vukcevic
2017-01-18 14:40:49 +01:00

14 lines
738 B
Text

This test case serves to verify the time and under-relaxation consistent
formulation developed by CFD@FSB group (University of Zagreb). Pressure is
probed at four corners and in the centre of the lid driven cavity. Five
simulations are performed with five different under-relaxation pairs:
1. alphaU = 0.8, alphap = 0.2
2. alphaU = 0.7, alphap = 0.3
3. alphaU = 0.6, alphap = 0.4
4. alphaU = 0.5, alphap = 0.5
5. alphaU = 0.4, alphap = 0.6
Tolerances for all equations are very small, yielding extremely small (O(1e-11))
differences in converged pressure field. If the differences are larger - it
means that the converged solution is not independent to relaxation factors.
Author: Vuko Vukcevic, vuko.vukcevic@fsb.hr