Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evstigneevnm/openfoam_div_test
Test for OpenFOAM divergence test with Rhie-Chow interpolation
https://github.com/evstigneevnm/openfoam_div_test
Last synced: 25 days ago
JSON representation
Test for OpenFOAM divergence test with Rhie-Chow interpolation
- Host: GitHub
- URL: https://github.com/evstigneevnm/openfoam_div_test
- Owner: evstigneevnm
- License: gpl-3.0
- Created: 2020-02-04T08:51:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-04T09:01:35.000Z (about 5 years ago)
- Last Synced: 2024-11-15T15:45:30.695Z (3 months ago)
- Language: C++
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenFOAM_div_test
(c) 2020 Evstigneev N.M.
GPLv3 licence.# OpenFOAM divergence test with Rhie-Chow interpolation
This test besically executes OpenFOAM on different mesh sized and calculates norms of divergence distributions.
Divergence is calculated using standard routine be OpenFOAM and is then calculated using 'postProcess' tool.
Maximum and integral norms are used, namely C_norm and L2_norm.
Observe, that C_norm increaes, while L2_norm is bounded as \BigO(1).To run the tests in automated mode execute 'python get_all_tests.py'. Designed to be used in docker.
Results are placed into the file 'div_res.dat'.