Verification for Navier-Stokes solver is needed
Closed this issue · 8 comments
GoogleCodeExporter commented
Verification for Navier-Stokes solver is needed. Results should be compared
with a commercial software or an already well known benchmark problem.
Original issue reported on code.google.com by m.m.goc...@gmail.com
on 10 Apr 2012 at 5:59
GoogleCodeExporter commented
[deleted comment]
GoogleCodeExporter commented
[deleted comment]
GoogleCodeExporter commented
Following paper solves steady, laminar flow over a circular and rectangular
cylinder placed in a channel using FEM.
M. Braack, T. Richter, "Solutions of 3D Navier-Stokes benchmark problems with
adaptive finite elements", submitted to Computers and Fluids, 2005.
Download link : numerik.iwr.uni-heidelberg.de/Paper/braackrichter-200410.pdf
Original comment by cuneytsert
on 12 Apr 2012 at 9:01
GoogleCodeExporter commented
Following paper is similar to the one given above.
E. Bayraktar, O. Mierka, S. Turek, "Benchmark Computations of 3D Laminar Flow
Around a Cylinder with CFX, OpenFOAM and FeatFlow", 2011.
Download link :
http://www.mathematik.tu-dortmund.de/papers/BayraktarMierkaTurek2011.pdf
Original comment by cuneytsert
on 12 Apr 2012 at 9:08
GoogleCodeExporter commented
A very interesting paper with interesting references
P. Roache, "Code Verification by the Method of Manufactured Solutions", J.
Fluids Eng., 2002.
Download link :
http://dsm2-stm.googlecode.com/svn-history/r350/trunk/stm/documents/sed_transpor
t_processes/Kaveh_depository/Roache_MMS_2002.pdf
Original comment by cuneytsert
on 12 Apr 2012 at 9:20
GoogleCodeExporter commented
Following paper presents numerical results for 3D BFS problem. This maybe the
first problem to consider for solver verification, because it is easy to create
a hexahedral mesh for it.
T. P. Chiang, Tony W. H. Sheua ,"A numerical revisit of backward-facing step
flow problem", Physics of Fluids, 1999.
Download link : http://homepage.ntu.edu.tw/~twhsheu/member/paper/48-1999.pdf
Original comment by cuneytsert
on 12 Apr 2012 at 1:02
GoogleCodeExporter commented
Two more BFS related paper. both numerical and experimental results are
presented.
G. Biswas, M. Breuer, F. Durst, "Backward-Facing Step Flows for Various
Expansion Ratios at Low and Moderate Reynolds Numbers", Transactions of the
ASME, 2004.
Download link :
http://www.fem.unicamp.br/~im450/palestras%26artigos/back_step_data_bank.pdf
J.-F. Beaudoin, O. Cadot, J.-L. Aider, J. E. W, "Three-dimensional stationary
flow over a backward-facing step", European J. of Mechanics, 2004.
Download link :
http://compat.pmmh.espci.fr/~wesfreid/references/Eur.J.Mech23,2004.pdf
Original comment by cuneytsert
on 12 Apr 2012 at 1:10
GoogleCodeExporter commented
3D Fractional Step Solver is already verified using the Cavity Flow and Flow in
a 90 Degree Bend problems
Original comment by cuneytsert
on 10 Jun 2014 at 11:57
- Changed state: Fixed