pybFoam 0.1.3__tar.gz → 0.1.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (255) hide show
  1. pybfoam-0.1.5/.github/workflows/pages.yaml +40 -0
  2. {pybfoam-0.1.3 → pybfoam-0.1.5}/.gitignore +1 -0
  3. {pybfoam-0.1.3 → pybfoam-0.1.5}/CMakeLists.txt +1 -1
  4. {pybfoam-0.1.3 → pybfoam-0.1.5}/PKG-INFO +11 -20
  5. pybfoam-0.1.5/README.md +19 -0
  6. pybfoam-0.1.5/docs/Makefile +20 -0
  7. pybfoam-0.1.5/docs/README.md +4 -0
  8. pybfoam-0.1.5/docs/api.rst +6 -0
  9. pybfoam-0.1.5/docs/changelog.rst +6 -0
  10. pybfoam-0.1.5/docs/conf.py +57 -0
  11. pybfoam-0.1.5/docs/contributing.rst +9 -0
  12. pybfoam-0.1.5/docs/index.rst +24 -0
  13. pybfoam-0.1.5/docs/installation.rst +13 -0
  14. pybfoam-0.1.5/docs/introduction.rst +26 -0
  15. pybfoam-0.1.5/docs/make.bat +35 -0
  16. pybfoam-0.1.5/docs/usage.rst +9 -0
  17. {pybfoam-0.1.3 → pybfoam-0.1.5}/pyproject.toml +8 -6
  18. pybfoam-0.1.5/src/pybFoam/_version.py +1 -0
  19. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/pybFoam_core/bind_control.cpp +5 -1
  20. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/pybFoam_core/bind_fields.cpp +1 -0
  21. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/pybFoam_core/bind_geo_fields.cpp +15 -0
  22. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/pybFoam_core/bind_mesh.cpp +2 -0
  23. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/pybind/test_geoFields.py +11 -6
  24. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/pybind/test_primitives.py +9 -0
  25. pybfoam-0.1.3/README.md +0 -30
  26. pybfoam-0.1.3/docs/404.md +0 -6
  27. pybfoam-0.1.3/docs/LICENSE +0 -13
  28. pybfoam-0.1.3/docs/LICENSE-BSD-NAVGOCO.txt +0 -27
  29. pybfoam-0.1.3/docs/_config.yml +0 -117
  30. pybfoam-0.1.3/docs/_data/alerts.yml +0 -18
  31. pybfoam-0.1.3/docs/_data/definitions.yml +0 -12
  32. pybfoam-0.1.3/docs/_data/glossary.yml +0 -13
  33. pybfoam-0.1.3/docs/_data/samplelist.yml +0 -109
  34. pybfoam-0.1.3/docs/_data/sidebars/doc_sidebar.yml +0 -80
  35. pybfoam-0.1.3/docs/_data/sidebars/home_sidebar.yml +0 -24
  36. pybfoam-0.1.3/docs/_data/strings.yml +0 -8
  37. pybfoam-0.1.3/docs/_data/terms.yml +0 -3
  38. pybfoam-0.1.3/docs/_data/topnav.yml +0 -34
  39. pybfoam-0.1.3/docs/_includes/archive.html +0 -15
  40. pybfoam-0.1.3/docs/_includes/callout.html +0 -4
  41. pybfoam-0.1.3/docs/_includes/commento.html +0 -8
  42. pybfoam-0.1.3/docs/_includes/custom/getting_started_series.html +0 -21
  43. pybfoam-0.1.3/docs/_includes/custom/getting_started_series_next.html +0 -13
  44. pybfoam-0.1.3/docs/_includes/custom/series_acme.html +0 -21
  45. pybfoam-0.1.3/docs/_includes/custom/series_acme_next.html +0 -32
  46. pybfoam-0.1.3/docs/_includes/custom/usermap.html +0 -16
  47. pybfoam-0.1.3/docs/_includes/custom/usermapcomplex.html +0 -93
  48. pybfoam-0.1.3/docs/_includes/feedback.html +0 -15
  49. pybfoam-0.1.3/docs/_includes/footer.html +0 -11
  50. pybfoam-0.1.3/docs/_includes/google_analytics.html +0 -8
  51. pybfoam-0.1.3/docs/_includes/head.html +0 -43
  52. pybfoam-0.1.3/docs/_includes/head_print.html +0 -30
  53. pybfoam-0.1.3/docs/_includes/image.html +0 -3
  54. pybfoam-0.1.3/docs/_includes/important.html +0 -3
  55. pybfoam-0.1.3/docs/_includes/initialize_shuffle.html +0 -130
  56. pybfoam-0.1.3/docs/_includes/inline_image.html +0 -3
  57. pybfoam-0.1.3/docs/_includes/links.html +0 -45
  58. pybfoam-0.1.3/docs/_includes/note.html +0 -3
  59. pybfoam-0.1.3/docs/_includes/sidebar.html +0 -60
  60. pybfoam-0.1.3/docs/_includes/taglogic.html +0 -33
  61. pybfoam-0.1.3/docs/_includes/tip.html +0 -3
  62. pybfoam-0.1.3/docs/_includes/toc.html +0 -23
  63. pybfoam-0.1.3/docs/_includes/topnav.html +0 -83
  64. pybfoam-0.1.3/docs/_includes/video.html +0 -8
  65. pybfoam-0.1.3/docs/_includes/warning.html +0 -3
  66. pybfoam-0.1.3/docs/_layouts/default.html +0 -108
  67. pybfoam-0.1.3/docs/_layouts/default_print.html +0 -26
  68. pybfoam-0.1.3/docs/_layouts/none.html +0 -5
  69. pybfoam-0.1.3/docs/_layouts/page.html +0 -70
  70. pybfoam-0.1.3/docs/_layouts/page_print.html +0 -17
  71. pybfoam-0.1.3/docs/_layouts/post.html +0 -41
  72. pybfoam-0.1.3/docs/createtag +0 -54
  73. pybfoam-0.1.3/docs/css/bootstrap.min.css +0 -7529
  74. pybfoam-0.1.3/docs/css/boxshadowproperties.css +0 -24
  75. pybfoam-0.1.3/docs/css/customstyles.css +0 -1203
  76. pybfoam-0.1.3/docs/css/font-awesome.min.css +0 -4
  77. pybfoam-0.1.3/docs/css/fonts/FontAwesome.otf +0 -0
  78. pybfoam-0.1.3/docs/css/fonts/fontawesome-webfont.eot +0 -0
  79. pybfoam-0.1.3/docs/css/fonts/fontawesome-webfont.svg +0 -2671
  80. pybfoam-0.1.3/docs/css/fonts/fontawesome-webfont.ttf +0 -0
  81. pybfoam-0.1.3/docs/css/fonts/fontawesome-webfont.woff +0 -0
  82. pybfoam-0.1.3/docs/css/fonts/fontawesome-webfont.woff2 +0 -0
  83. pybfoam-0.1.3/docs/css/modern-business.css +0 -89
  84. pybfoam-0.1.3/docs/css/printstyles.css +0 -159
  85. pybfoam-0.1.3/docs/css/syntax.css +0 -60
  86. pybfoam-0.1.3/docs/css/theme-blue.css +0 -121
  87. pybfoam-0.1.3/docs/css/theme-green.css +0 -110
  88. pybfoam-0.1.3/docs/feed.xml +0 -32
  89. pybfoam-0.1.3/docs/fonts/FontAwesome.otf +0 -0
  90. pybfoam-0.1.3/docs/fonts/fontawesome-webfont.eot +0 -0
  91. pybfoam-0.1.3/docs/fonts/fontawesome-webfont.svg +0 -520
  92. pybfoam-0.1.3/docs/fonts/fontawesome-webfont.ttf +0 -0
  93. pybfoam-0.1.3/docs/fonts/fontawesome-webfont.woff +0 -0
  94. pybfoam-0.1.3/docs/fonts/glyphicons-halflings-regular.eot +0 -0
  95. pybfoam-0.1.3/docs/fonts/glyphicons-halflings-regular.svg +0 -288
  96. pybfoam-0.1.3/docs/fonts/glyphicons-halflings-regular.ttf +0 -0
  97. pybfoam-0.1.3/docs/fonts/glyphicons-halflings-regular.woff +0 -0
  98. pybfoam-0.1.3/docs/fonts/glyphicons-halflings-regular.woff2 +0 -0
  99. pybfoam-0.1.3/docs/images/OFCaseStructure.png +0 -0
  100. pybfoam-0.1.3/docs/images/dlr_logo.png +0 -0
  101. pybfoam-0.1.3/docs/index.md +0 -33
  102. pybfoam-0.1.3/docs/js/customscripts.js +0 -54
  103. pybfoam-0.1.3/docs/js/jekyll-search.js +0 -1
  104. pybfoam-0.1.3/docs/js/jquery.ba-throttle-debounce.min.js +0 -9
  105. pybfoam-0.1.3/docs/js/jquery.navgoco.min.js +0 -8
  106. pybfoam-0.1.3/docs/js/jquery.shuffle.min.js +0 -1588
  107. pybfoam-0.1.3/docs/js/toc.js +0 -82
  108. pybfoam-0.1.3/docs/pages/doc/doc_OpenFOAM.md +0 -106
  109. pybfoam-0.1.3/docs/pages/doc/doc_externalComm.md +0 -113
  110. pybfoam-0.1.3/docs/pages/doc/doc_input.md +0 -103
  111. pybfoam-0.1.3/docs/pages/doc/doc_installation.md +0 -24
  112. pybfoam-0.1.3/docs/pages/doc/doc_introduction.md +0 -24
  113. pybfoam-0.1.3/docs/pages/doc/doc_output.md +0 -58
  114. pybfoam-0.1.3/docs/pages/doc/doc_python_wrapper.md +0 -9
  115. pybfoam-0.1.3/docs/pages/doc/doc_release_notes_01.md +0 -13
  116. pybfoam-0.1.3/docs/pdf/mydoc.pdf +6 -16256
  117. pybfoam-0.1.3/docs/pdf-doc.sh +0 -14
  118. pybfoam-0.1.3/docs/pdfconfigs/config_doc_pdf.yml +0 -20
  119. pybfoam-0.1.3/docs/pdfconfigs/prince-list.txt +0 -82
  120. pybfoam-0.1.3/docs/pdfconfigs/titlepage.html +0 -22
  121. pybfoam-0.1.3/docs/pdfconfigs/tocpage.html +0 -44
  122. pybfoam-0.1.3/docs/search.json +0 -33
  123. pybfoam-0.1.3/docs/sitemap.xml +0 -24
  124. pybfoam-0.1.3/docs/tooltips.html +0 -79
  125. pybfoam-0.1.3/docs/tooltips.json +0 -19
  126. pybfoam-0.1.3/docs/update.sh +0 -4
  127. pybfoam-0.1.3/docs/var/build.sh +0 -10
  128. pybfoam-0.1.3/src/pybFoam/_version.py +0 -1
  129. {pybfoam-0.1.3 → pybfoam-0.1.5}/.github/workflows/ci.yaml +0 -0
  130. {pybfoam-0.1.3 → pybfoam-0.1.5}/.github/workflows/release.yaml +0 -0
  131. {pybfoam-0.1.3 → pybfoam-0.1.5}/CHANGELOG.md +0 -0
  132. {pybfoam-0.1.3 → pybfoam-0.1.5}/CMakePresets.json +0 -0
  133. {pybfoam-0.1.3 → pybfoam-0.1.5}/LICENSE +0 -0
  134. {pybfoam-0.1.3 → pybfoam-0.1.5}/cmake/Dependencies.cmake +0 -0
  135. {pybfoam-0.1.3 → pybfoam-0.1.5}/cmake/FindOpenFOAM.cmake +0 -0
  136. {pybfoam-0.1.3 → pybfoam-0.1.5}/conftest.py +0 -0
  137. {pybfoam-0.1.3 → pybfoam-0.1.5}/scripts/generate_stubs.py +0 -0
  138. {pybfoam-0.1.3 → pybfoam-0.1.5}/scripts/pyInstall.sh +0 -0
  139. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/CMakeLists.txt +0 -0
  140. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/__init__.py +0 -0
  141. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/aggregation/CMakeLists.txt +0 -0
  142. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/aggregation/aggregation.cpp +0 -0
  143. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/aggregation/bind_aggregation.cpp +0 -0
  144. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/aggregation/bind_aggregation.hpp +0 -0
  145. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/fvc/CMakeLists.txt +0 -0
  146. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/fvc/bind_fvc.cpp +0 -0
  147. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/fvc/bind_fvc.hpp +0 -0
  148. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/fvc/fvc.cpp +0 -0
  149. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/fvc.pyi +0 -0
  150. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/fvm/CMakeLists.txt +0 -0
  151. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/fvm/bind_fvm.cpp +0 -0
  152. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/fvm/bind_fvm.hpp +0 -0
  153. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/fvm/fvm.cpp +0 -0
  154. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/io/__init__.py +0 -0
  155. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/io/model_base.py +0 -0
  156. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/io/system.py +0 -0
  157. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/py.typed +0 -0
  158. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/pybFoam_core/CMakeLists.txt +0 -0
  159. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/pybFoam_core/bind_cfdTools.cpp +0 -0
  160. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/pybFoam_core/bind_cfdTools.hpp +0 -0
  161. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/pybFoam_core/bind_control.hpp +0 -0
  162. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/pybFoam_core/bind_dict.cpp +0 -0
  163. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/pybFoam_core/bind_dict.hpp +0 -0
  164. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/pybFoam_core/bind_dimensioned.cpp +0 -0
  165. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/pybFoam_core/bind_dimensioned.hpp +0 -0
  166. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/pybFoam_core/bind_fields.hpp +0 -0
  167. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/pybFoam_core/bind_fvMatrix.cpp +0 -0
  168. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/pybFoam_core/bind_fvMatrix.hpp +0 -0
  169. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/pybFoam_core/bind_geo_fields.hpp +0 -0
  170. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/pybFoam_core/bind_io.cpp +0 -0
  171. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/pybFoam_core/bind_io.hpp +0 -0
  172. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/pybFoam_core/bind_mesh.hpp +0 -0
  173. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/pybFoam_core/bind_primitives.cpp +0 -0
  174. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/pybFoam_core/bind_primitives.hpp +0 -0
  175. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/pybFoam_core/pybFoam.cpp +0 -0
  176. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/pybFoam_core.pyi +0 -0
  177. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/runTimeTables/CMakeLists.txt +0 -0
  178. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/runTimeTables/foam_runTimeTables.C +0 -0
  179. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/runTimeTables/foam_runTimeTables.H +0 -0
  180. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/runTimeTables/runTimeTables.C +0 -0
  181. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/runTimeTables.pyi +0 -0
  182. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/thermo/CMakeLists.txt +0 -0
  183. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/thermo/bind_thermo.cpp +0 -0
  184. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/thermo/bind_thermo.hpp +0 -0
  185. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/thermo/thermo.cpp +0 -0
  186. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/thermo.pyi +0 -0
  187. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/turbulence/CMakeLists.txt +0 -0
  188. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/turbulence/bind_turbulence.cpp +0 -0
  189. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/turbulence/bind_turbulence.hpp +0 -0
  190. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/turbulence/turbulence.cpp +0 -0
  191. {pybfoam-0.1.3 → pybfoam-0.1.5}/src/pybFoam/turbulence.pyi +0 -0
  192. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/cavity/0.orig/U +0 -0
  193. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/cavity/0.orig/nu +0 -0
  194. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/cavity/0.orig/p +0 -0
  195. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/cavity/Allclean +0 -0
  196. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/cavity/Allrun +0 -0
  197. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/cavity/constant/transportProperties +0 -0
  198. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/cavity/icoFoam.py +0 -0
  199. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/cavity/log2 +0 -0
  200. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/cavity/system/PDRblockMeshDict +0 -0
  201. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/cavity/system/blockMeshDict +0 -0
  202. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/cavity/system/controlDict +0 -0
  203. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/cavity/system/decomposeParDict +0 -0
  204. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/cavity/system/fvSchemes +0 -0
  205. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/cavity/system/fvSolution +0 -0
  206. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/elbow/0.orig/U +0 -0
  207. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/elbow/0.orig/nu +0 -0
  208. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/elbow/0.orig/p +0 -0
  209. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/elbow/Allclean +0 -0
  210. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/elbow/Allrun +0 -0
  211. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/elbow/constant/transportProperties +0 -0
  212. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/elbow/icoFoam.py +0 -0
  213. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/elbow/system/controlDict +0 -0
  214. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/elbow/system/foamDataToFluentDict +0 -0
  215. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/elbow/system/fvSchemes +0 -0
  216. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/elbow/system/fvSolution +0 -0
  217. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/io/TestDict +0 -0
  218. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/io/TestDict.json +0 -0
  219. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/io/TestDict.yaml +0 -0
  220. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/io/controlDict +0 -0
  221. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/io/fvSchemes +0 -0
  222. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/io/fvSolution +0 -0
  223. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/io/test_controlDict.py +0 -0
  224. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/io/test_fvSchemes.py +0 -0
  225. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/io/test_fvSolution.py +0 -0
  226. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/io/test_parse_ofdict.py +0 -0
  227. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/pybind/0/U +0 -0
  228. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/pybind/0/alpha.water +0 -0
  229. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/pybind/0/p_rgh +0 -0
  230. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/pybind/0.orig/U +0 -0
  231. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/pybind/0.orig/alpha.water +0 -0
  232. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/pybind/0.orig/p_rgh +0 -0
  233. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/pybind/Allclean +0 -0
  234. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/pybind/Allrun +0 -0
  235. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/pybind/Allrun-parallel +0 -0
  236. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/pybind/constant/dynamicMeshDict +0 -0
  237. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/pybind/constant/g +0 -0
  238. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/pybind/constant/polyMesh/boundary +0 -0
  239. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/pybind/constant/polyMesh/faces +0 -0
  240. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/pybind/constant/polyMesh/neighbour +0 -0
  241. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/pybind/constant/polyMesh/owner +0 -0
  242. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/pybind/constant/polyMesh/points +0 -0
  243. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/pybind/constant/transportProperties +0 -0
  244. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/pybind/constant/turbulenceProperties +0 -0
  245. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/pybind/system/TestDict +0 -0
  246. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/pybind/system/blockMeshDict +0 -0
  247. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/pybind/system/controlDict +0 -0
  248. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/pybind/system/decomposeParDict +0 -0
  249. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/pybind/system/fvSchemes +0 -0
  250. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/pybind/system/fvSolution +0 -0
  251. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/pybind/system/setFieldsDict +0 -0
  252. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/pybind/test_aggregation.py +0 -0
  253. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/pybind/test_dict.py +0 -0
  254. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/pybind/test_fvc.py +0 -0
  255. {pybfoam-0.1.3 → pybfoam-0.1.5}/tests/pybind/test_fvm.py +0 -0
@@ -0,0 +1,40 @@
1
+ name: Deploy Docs to GitHub Pages
2
+
3
+ on:
4
+ push:
5
+ branches:
6
+ - main
7
+
8
+ jobs:
9
+ build-and-deploy:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: actions/checkout@v5
13
+
14
+ - name: Set up OpenFOAM
15
+ uses: gerlero/setup-openfoam@v1
16
+ with:
17
+ openfoam-version: 2412
18
+ - name: Install uv
19
+ uses: astral-sh/setup-uv@v6
20
+ - name: Set up Python
21
+ uses: actions/setup-python@v5
22
+ with:
23
+ python-version: '3.11'
24
+
25
+ - name: Install dependencies
26
+ run: |
27
+ uv sync --extra all
28
+
29
+ - name: Build docs
30
+ run: |
31
+ cd docs
32
+ uv run make html
33
+
34
+ - name: Deploy to GitHub Pages
35
+ uses: peaceiris/actions-gh-pages@v4
36
+ with:
37
+ github_token: ${{ secrets.GITHUB_TOKEN }}
38
+ publish_dir: docs/_build/html
39
+ publish_branch: gh-pages
40
+ force_orphan: true
@@ -136,3 +136,4 @@ __pycache__
136
136
  dist/
137
137
  build/
138
138
  _skbuild/
139
+ docs/_build
@@ -5,7 +5,7 @@ if(POLICY CMP0169)
5
5
  cmake_policy(SET CMP0169 OLD)
6
6
  endif()
7
7
 
8
- project(pybFoam VERSION 0.1.3 LANGUAGES CXX)
8
+ project(pybFoam VERSION 0.1.5 LANGUAGES CXX)
9
9
 
10
10
  # Set C++ standard
11
11
  set(CMAKE_CXX_STANDARD 17)
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pybFoam
3
- Version: 0.1.3
3
+ Version: 0.1.5
4
4
  Summary: python bindings for OpenFOAM
5
5
  Keywords: OpenFOAM,simulation,CFD
6
- Author-Email: Henning Scheufler <henning.scheufler@dlr.de>
6
+ Author-Email: Henning Scheufler <henning.scheufler@web.de>
7
7
  License-Expression: GPL-3.0-or-later
8
8
  Classifier: Development Status :: 3 - Alpha
9
9
  Classifier: Intended Audience :: End Users/Desktop
@@ -18,9 +18,9 @@ Classifier: Programming Language :: Python :: 3.10
18
18
  Classifier: Programming Language :: Python :: 3.11
19
19
  Classifier: Programming Language :: Python :: 3.12
20
20
  Classifier: Topic :: Scientific/Engineering
21
- Project-URL: Homepage, https://github.com/DLR-RY/pybFoam
22
- Project-URL: Repository, https://github.com/DLR-RY/pybFoam.git
23
- Project-URL: Issues, https://github.com/DLR-RY/pybFoam/issues
21
+ Project-URL: Homepage, https://github.com/HenningScheufler/pybFoam
22
+ Project-URL: Repository, https://github.com/HenningScheufler/pybFoam.git
23
+ Project-URL: Issues, https://github.com/HenningScheufler/pybFoam/issues
24
24
  Requires-Python: >=3.8
25
25
  Requires-Dist: numpy>=1.20
26
26
  Requires-Dist: pybind11>=2.6.0
@@ -38,7 +38,9 @@ Requires-Dist: cmake>=3.18; extra == "dev"
38
38
  Requires-Dist: pybind11-stubgen>=2.5; extra == "dev"
39
39
  Provides-Extra: docs
40
40
  Requires-Dist: sphinx>=4.0; extra == "docs"
41
- Requires-Dist: sphinx-rtd-theme; extra == "docs"
41
+ Requires-Dist: sphinx-sitemap; extra == "docs"
42
+ Requires-Dist: furo; extra == "docs"
43
+ Requires-Dist: sphinxcontrib-mermaid; extra == "docs"
42
44
  Provides-Extra: all
43
45
  Requires-Dist: pybFoam[dev,docs]; extra == "all"
44
46
  Description-Content-Type: text/markdown
@@ -55,21 +57,10 @@ currently in the pre-alpha release state
55
57
  requires OpenFOAM of2012 or higher sourced and installed and python 3.7+ (conda is highly recommended)
56
58
 
57
59
  ```
58
- ./build-pybFoam.sh # will install conan zmq oftest
60
+ pip install .
59
61
  ```
60
- ## Testsuite
61
62
 
62
- oftest is automatically installed and is run with py.test
63
63
 
64
- ```
65
- py.test
66
- ```
67
-
68
- ## Build Documentation (WIP)
64
+ ## Documentation
69
65
 
70
- The documentation is based on the [Jekyll Documentation Theme](https://idratherbewriting.com/documentation-theme-jekyll/)
71
-
72
- ```
73
- cd docs
74
- jekyll serve
75
- ```
66
+ The documentation is found [here](https://henningscheufler.github.io/pybFoam/index.html)
@@ -0,0 +1,19 @@
1
+ # pybFoam
2
+
3
+ python bindings for OpenFOAM
4
+
5
+ currently in the pre-alpha release state
6
+
7
+
8
+ ## Installation
9
+
10
+ requires OpenFOAM of2012 or higher sourced and installed and python 3.7+ (conda is highly recommended)
11
+
12
+ ```
13
+ pip install .
14
+ ```
15
+
16
+
17
+ ## Documentation
18
+
19
+ The documentation is found [here](https://henningscheufler.github.io/pybFoam/index.html)
@@ -0,0 +1,20 @@
1
+ # Minimal makefile for Sphinx documentation
2
+ #
3
+
4
+ # You can set these variables from the command line, and also
5
+ # from the environment for the first two.
6
+ SPHINXOPTS ?=
7
+ SPHINXBUILD ?= sphinx-build
8
+ SOURCEDIR = .
9
+ BUILDDIR = _build
10
+
11
+ # Put it first so that "make" without argument is like "make help".
12
+ help:
13
+ @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
14
+
15
+ .PHONY: help Makefile
16
+
17
+ # Catch-all target: route all unknown targets to Sphinx using the new
18
+ # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
19
+ %: Makefile
20
+ @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
@@ -0,0 +1,4 @@
1
+ # pybFoam Documentation
2
+
3
+ This folder contains the Sphinx documentation sources for pybFoam.
4
+ Build with `sphinx-build -b html . _build/html`.
@@ -0,0 +1,6 @@
1
+ API Reference
2
+ =============
3
+
4
+ .. .. automodule:: pybFoam
5
+ .. :members:
6
+ .. :undoc-members:
@@ -0,0 +1,6 @@
1
+ .. _changelog:
2
+
3
+ Changelog
4
+ =========
5
+
6
+ See the GitHub releases page for a full changelog.
@@ -0,0 +1,57 @@
1
+ # Configuration file for the Sphinx documentation builder.
2
+ #
3
+ # For the full list of built-in configuration values, see the documentation:
4
+ # https://www.sphinx-doc.org/en/master/usage/configuration.html
5
+
6
+ # -- Project information -----------------------------------------------------
7
+ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
8
+
9
+ project = "pybFoam"
10
+ copyright = "2025, Henning Scheufler"
11
+ author = "Henning Scheufler"
12
+ release = "0.1.5"
13
+
14
+ # -- General configuration ---------------------------------------------------
15
+ # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
16
+
17
+ extensions = [
18
+ "sphinx.ext.autodoc",
19
+ "sphinxcontrib.mermaid",
20
+ "sphinx.ext.intersphinx",
21
+ "sphinx.ext.autosectionlabel",
22
+ "sphinx.ext.todo",
23
+ "sphinx.ext.coverage",
24
+ "sphinx.ext.mathjax",
25
+ "sphinx.ext.ifconfig",
26
+ "sphinx.ext.viewcode",
27
+ "sphinx_sitemap",
28
+ "sphinx.ext.inheritance_diagram",
29
+ ]
30
+
31
+ templates_path = ["_templates"]
32
+ exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
33
+
34
+ # -- Options for HTML output -------------------------------------------------
35
+ # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
36
+
37
+ html_theme = "furo"
38
+ html_theme_options = {
39
+ "canonical_url": "",
40
+ "analytics_id": "", # Provided by Google in your dashboard
41
+ "display_version": True,
42
+ "prev_next_buttons_location": "bottom",
43
+ "style_external_links": False,
44
+ "logo_only": False,
45
+ # Toc options
46
+ "collapse_navigation": True,
47
+ "sticky_navigation": True,
48
+ "navigation_depth": 4,
49
+ "includehidden": True,
50
+ "titles_only": False,
51
+ "sidebar_hide_name": False,
52
+ "navigation_with_keys": True,
53
+ }
54
+
55
+ html_static_path = ["_static"]
56
+
57
+ html_baseurl = "https://henning.github.io/pybFoam/"
@@ -0,0 +1,9 @@
1
+ Contributing
2
+ ============
3
+
4
+ Contributions are welcome! Please open issues or pull requests on GitHub.
5
+
6
+ 1. Fork the repository
7
+ 2. Create a feature branch
8
+ 3. Commit your changes
9
+ 4. Open a pull request
@@ -0,0 +1,24 @@
1
+ .. pybFoam documentation master file, created by
2
+ sphinx-quickstart on Sun Sep 7 12:02:25 2025.
3
+ You can adapt this file completely to your liking, but it should at least
4
+ contain the root `toctree` directive.
5
+
6
+ pybFoam Documentation
7
+ =====================
8
+
9
+ .. toctree::
10
+ :maxdepth: 2
11
+ :caption: Contents
12
+
13
+ installation
14
+ usage
15
+ api
16
+ contributing
17
+ changelog
18
+
19
+ Indices and tables
20
+ ==================
21
+
22
+ * :ref:`genindex`
23
+ * :ref:`modindex`
24
+ * :ref:`search`
@@ -0,0 +1,13 @@
1
+ .. _installation:
2
+
3
+
4
+ Installation
5
+ ============
6
+
7
+ Install pybFoam with pip:
8
+
9
+ .. code-block:: bash
10
+
11
+ pip install pybFoam
12
+
13
+ See the README.md for OpenFOAM requirements and build instructions.
@@ -0,0 +1,26 @@
1
+ .. _introduction:
2
+
3
+ Introduction
4
+ ============
5
+
6
+
7
+ pybFoam is an open-source Python library for pre- and post-processing of OpenFOAM simulation data. It is designed to simplify the workflow of extracting, processing, and analyzing simulation results.
8
+
9
+ Key Features
10
+ ------------
11
+ - Seamless integration with OpenFOAM for reading and writing data
12
+ - Modular workflow system for chaining data processing steps
13
+ - Built-in aggregators (Sum, Mean, etc.) and support for custom nodes
14
+ - Export results to CSV and other formats for further analysis
15
+ - Compatible with multiple Python and OpenFOAM versions
16
+
17
+ Supported Versions
18
+ ------------------
19
+ - OpenFOAM: 2406, 2412, 2506 (as tested in CI)
20
+ - Python: 3.9, 3.10, 3.11, 3.12, 3.13
21
+
22
+ License and Authorship
23
+ ----------------------
24
+ - License: [GPL]
25
+ - Author: Henning Scheufler
26
+ - Contributors: [see GitHub repository]
@@ -0,0 +1,35 @@
1
+ @ECHO OFF
2
+
3
+ pushd %~dp0
4
+
5
+ REM Command file for Sphinx documentation
6
+
7
+ if "%SPHINXBUILD%" == "" (
8
+ set SPHINXBUILD=sphinx-build
9
+ )
10
+ set SOURCEDIR=.
11
+ set BUILDDIR=_build
12
+
13
+ %SPHINXBUILD% >NUL 2>NUL
14
+ if errorlevel 9009 (
15
+ echo.
16
+ echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
17
+ echo.installed, then set the SPHINXBUILD environment variable to point
18
+ echo.to the full path of the 'sphinx-build' executable. Alternatively you
19
+ echo.may add the Sphinx directory to PATH.
20
+ echo.
21
+ echo.If you don't have Sphinx installed, grab it from
22
+ echo.https://www.sphinx-doc.org/
23
+ exit /b 1
24
+ )
25
+
26
+ if "%1" == "" goto help
27
+
28
+ %SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
29
+ goto end
30
+
31
+ :help
32
+ %SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
33
+
34
+ :end
35
+ popd
@@ -0,0 +1,9 @@
1
+ Usage
2
+ =====
3
+
4
+ Example usage:
5
+
6
+ .. code-block:: python
7
+
8
+ import pybFoam
9
+ # Load mesh, access fields, run aggregation, etc.
@@ -1,8 +1,8 @@
1
1
  [project]
2
2
  name = "pybFoam"
3
- version = "0.1.3"
3
+ version = "0.1.5"
4
4
  authors = [
5
- {name = "Henning Scheufler", email = "henning.scheufler@dlr.de"},
5
+ {name = "Henning Scheufler", email = "henning.scheufler@web.de"},
6
6
  ]
7
7
  description = "python bindings for OpenFOAM"
8
8
  readme = "README.md"
@@ -45,16 +45,18 @@ dev = [
45
45
  ]
46
46
  docs = [
47
47
  "sphinx>=4.0",
48
- "sphinx-rtd-theme",
48
+ "sphinx-sitemap",
49
+ "furo",
50
+ "sphinxcontrib-mermaid"
49
51
  ]
50
52
  all = [
51
53
  "pybFoam[dev,docs]",
52
54
  ]
53
55
 
54
56
  [project.urls]
55
- Homepage = "https://github.com/DLR-RY/pybFoam"
56
- Repository = "https://github.com/DLR-RY/pybFoam.git"
57
- Issues = "https://github.com/DLR-RY/pybFoam/issues"
57
+ Homepage = "https://github.com/HenningScheufler/pybFoam"
58
+ Repository = "https://github.com/HenningScheufler/pybFoam.git"
59
+ Issues = "https://github.com/HenningScheufler/pybFoam/issues"
58
60
 
59
61
  [tool.setuptools]
60
62
  include-package-data = true
@@ -0,0 +1 @@
1
+ __version__ = "0.1.5"
@@ -53,7 +53,11 @@ void bindControl(pybind11::module& m)
53
53
 
54
54
  py::class_<simpleControl>(m, "simpleControl")
55
55
  .def(py::init<fvMesh&, const word&>(), py::arg("mesh"), py::arg("dictName") = word("SIMPLE"))
56
- // .def("correct", &simpleControl::correct)
56
+ .def("correctNonOrthogonal", &simpleControl::correctNonOrthogonal)
57
+ .def("momentumPredictor", &simpleControl::momentumPredictor)
58
+ .def("finalNonOrthogonalIter", &simpleControl::finalNonOrthogonalIter)
59
+ .def("nNonOrthCorr", &simpleControl::nNonOrthCorr)
60
+ .def("loop", &simpleControl::loop)
57
61
  ;
58
62
  }
59
63
 
@@ -195,6 +195,7 @@ void Foam::bindFields(py::module& m)
195
195
  ;
196
196
 
197
197
  py::class_<List<label>>(m, "labelList")
198
+ .def(py::init<label, label > ())
198
199
  .def(py::init<List<label> > ())
199
200
  .def(py::init([](std::vector<label> vec) {
200
201
  List<label> f(vec.size());
@@ -238,6 +238,21 @@ auto declare_geofields(py::module &m, std::string className) {
238
238
  {
239
239
  self = vf2;
240
240
  })
241
+ .def("relax", []
242
+ (
243
+ Foam::GeometricField<Type, PatchField, GeoMesh>& self
244
+ )
245
+ {
246
+ self.relax();
247
+ })
248
+ .def("relax", []
249
+ (
250
+ Foam::GeometricField<Type, PatchField, GeoMesh>& self,
251
+ Foam::scalar relaxFactor
252
+ )
253
+ {
254
+ self.relax(relaxFactor);
255
+ })
241
256
 
242
257
  ;
243
258
 
@@ -157,6 +157,8 @@ void bindMesh(pybind11::module &m)
157
157
  })
158
158
  .def("time", &Foam::fvMesh::time, py::return_value_policy::reference)
159
159
  .def("C", &Foam::fvMesh::C, py::return_value_policy::reference)
160
+ .def("V", [](Foam::fvMesh &self)
161
+ { return self.V().field(); }, py::return_value_policy::reference)
160
162
  .def("Cf", &Foam::fvMesh::Cf, py::return_value_policy::reference)
161
163
  .def("Sf", &Foam::fvMesh::Sf, py::return_value_policy::reference)
162
164
  .def("magSf", &Foam::fvMesh::magSf, py::return_value_policy::reference)
@@ -48,14 +48,19 @@ def test_mesh(change_test_dir):
48
48
 
49
49
 
50
50
  C = mesh.C()
51
- print(C["internalField"])
51
+ assert pybFoam.sum(C["internalField"])[0] > 0
52
+ assert pybFoam.sum(C["internalField"])[1] > 0
53
+ assert pybFoam.sum(C["internalField"])[2] > 0
52
54
 
55
+ V = mesh.V()
56
+ assert pybFoam.sum(V) > 0
53
57
 
54
- def test_mesh(change_test_dir):
55
58
 
56
- time = pybFoam.Time(".", ".")
57
- times = pybFoam.selectTimes(time,["test_mesh"])
59
+ # def test_mesh(change_test_dir):
60
+
61
+ # time = pybFoam.Time(".", ".")
62
+ # times = pybFoam.selectTimes(time,["test_mesh"])
58
63
 
59
- for t in times:
60
- print(t)
64
+ # for t in times:
65
+ # print(t)
61
66
 
@@ -142,6 +142,15 @@ def test_vectorField():
142
142
  vf_1 = vectorField([vector(1,1,1) for i in range(0,6)])
143
143
  assert (vf_1 == np.ones([6,3])).all()
144
144
 
145
+ # scalar product
146
+ vf_5 = vectorField([vector(1,2,3) for i in range(0,6)])
147
+ vf_6 = vectorField([vector(1,1,1) for i in range(0,6)])
148
+
149
+ assert (np.asarray(vf_6 & vf_5) == np.array([6,6,6,6,6,6])).all()
150
+
151
+ # assert (np.asarray(vector(1,1,1) & vf_5) == np.array([6,6,6,6,6,6])).all() # not supported
152
+ assert (np.asarray(vf_5 & vector(1,1,1)) == np.array([6,6,6,6,6,6])).all()
153
+
145
154
 
146
155
  def test_tensorField():
147
156
 
pybfoam-0.1.3/README.md DELETED
@@ -1,30 +0,0 @@
1
- # pybFoam
2
-
3
- python bindings for OpenFOAM
4
-
5
- currently in the pre-alpha release state
6
-
7
-
8
- ## Installation
9
-
10
- requires OpenFOAM of2012 or higher sourced and installed and python 3.7+ (conda is highly recommended)
11
-
12
- ```
13
- ./build-pybFoam.sh # will install conan zmq oftest
14
- ```
15
- ## Testsuite
16
-
17
- oftest is automatically installed and is run with py.test
18
-
19
- ```
20
- py.test
21
- ```
22
-
23
- ## Build Documentation (WIP)
24
-
25
- The documentation is based on the [Jekyll Documentation Theme](https://idratherbewriting.com/documentation-theme-jekyll/)
26
-
27
- ```
28
- cd docs
29
- jekyll serve
30
- ```
pybfoam-0.1.3/docs/404.md DELETED
@@ -1,6 +0,0 @@
1
- ---
2
- title: "Page Not Found"
3
- search: exclude
4
- ---
5
-
6
- Sorry, but the page you were trying to view does not exist. Try searching for it or looking at the URL to see if it looks correct.
@@ -1,13 +0,0 @@
1
- Copyright 2021 DLR
2
-
3
- Licensed under the Apache License, Version 2.0 (the "License");
4
- you may not use this file except in compliance with the License.
5
- You may obtain a copy of the License at
6
-
7
- https://www.apache.org/licenses/LICENSE-2.0
8
-
9
- Unless required by applicable law or agreed to in writing, software
10
- distributed under the License is distributed on an "AS IS" BASIS,
11
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- See the License for the specific language governing permissions and
13
- limitations under the License.
@@ -1,27 +0,0 @@
1
- /* This license pertains to the Navgoco jQuery component used for the sidebar. */
2
-
3
- Copyright (c) 2013, Christodoulos Tsoulloftas, http://www.komposta.net
4
- All rights reserved.
5
-
6
- Redistribution and use in source and binary forms, with or without modification,
7
- are permitted provided that the following conditions are met:
8
-
9
- * Redistributions of source code must retain the above copyright notice,
10
- this list of conditions and the following disclaimer.
11
- * Redistributions in binary form must reproduce the above copyright notice,
12
- this list of conditions and the following disclaimer in the documentation
13
- and/or other materials provided with the distribution.
14
- * Neither the name of the <Christodoulos Tsoulloftas> nor the names of its
15
- contributors may be used to endorse or promote products derived from this
16
- software without specific prior written permission.
17
-
18
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
19
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
21
- IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
22
- INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
23
- BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
25
- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
26
- OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
27
- OF THE POSSIBILITY OF SUCH DAMAGE.