openfoam/tutorials/verificationAndValidation/schemes/divergenceExample
Mark Olesen 9b1c0786ce TUT: verificationAndValidation Allrun uses bash
STYLE: double-quote "$@" for isTest/notTest
2020-03-30 21:14:29 +02:00
..
0 REL: Release preparations 2019-12-23 09:49:23 +00:00
constant REL: Release preparations 2019-12-23 09:49:23 +00:00
system REL: Release preparations 2019-12-23 09:49:23 +00:00
Allrun TUT: verificationAndValidation Allrun uses bash 2020-03-30 21:14:29 +02:00
README ENH: improve, simplify, rationalize coordinate system handling (issue #863) 2018-10-01 13:54:10 +02:00

Divergence scheme test
======================

Various divergence schemes are examined on a 2-D structured mesh, where a
passive scalar is convected at 45deg to the mesh coordinate system using a
uniform flow velocity.  Executing:

./Allrun

will update the system/fvSchemes file to use each scheme listed in the file
system/schemesToTest and perform the test using the scalarTransportFoam solver.
A test file for each run is generated that can be used to compare the predicted
scalar profile against the exact solution.

For more information, see:

https://www.openfoam.com/documentation/cpp-guide/html/guide-schemes-divergence-example.html