Updates to verificationSuite cases

This commit is contained in:
Vuko Vukcevic 2018-02-28 12:22:57 +01:00
parent 5d4584a24c
commit 0e0debd529
4 changed files with 4 additions and 4 deletions

View file

@ -18,4 +18,4 @@ done
# Print out the converged pressure for all time steps for visual check whether
# the solution does not depend on the time step
tail -n 1 */probes/0/p
tail -n 1 */postProcessing/probes/0/p

View file

@ -5,6 +5,6 @@ simulations are performed with four different time steps spanning four orders of
magnitude: 0.01, 0.001, 0.0001 and 0.00001 s. 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 time step size.
solution depends on the time step size.
Author: Vuko Vukcevic, vuko.vukcevic@fsb.hr

View file

@ -18,4 +18,4 @@ done
# Print out the converged pressure for all relaxation factors for visual check
# whether the solution does not depend on the under-relaxation factors
tail -n 1 */probes/0/p
tail -n 1 */postProcessing/probes/0/p

View file

@ -9,6 +9,6 @@ simulations are performed with five different under-relaxation pairs:
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.
means that the converged solution is dependend on relaxation factors.
Author: Vuko Vukcevic, vuko.vukcevic@fsb.hr