Files
openfoam/tutorials/verificationAndValidation/schemes/divergenceExample
Mark Olesen 30b4eda7a4 TUT: update some old keywords found in tutorials
- functionObjectLibs -> libs
- redirectType -> name
- change deprecated writeCompression flags types to Switch.

- cleanup some trailing ';;' from some dictionaries
2018-06-26 14:18:52 +02:00
..
2017-12-05 11:43:09 +00:00
2017-12-05 11:43:09 +00: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 co-ordinate 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