openfoam
Here are 191 public repositories matching this topic...
-
Updated
Aug 14, 2021 - Python
-
Updated
Oct 1, 2020 - Python
-
Updated
Jul 26, 2021 - MATLAB
-
Updated
Jun 12, 2021 - C++
-
Updated
Aug 15, 2021 - C++
When running parallel cases with the adapter, it just prints the number of interface nodes/faces on rank 0.
Hence, in larger
-
Updated
Mar 26, 2021 - C++
-
Updated
Jul 21, 2021 - C
-
Updated
Jul 15, 2021 - C++
-
Updated
Jul 18, 2021 - C++
-
Updated
Apr 8, 2021 - C
-
Updated
Jun 10, 2021 - C++
Although this is a more complicated scenario and it would be complicated to provide specifications, it would be good to have geometry files somewhere.
For historical reasons, we don't have access to the source geometry files anymore. Reconstructing the geometry or adapting the tutorial to a known geometry would be useful, so that if anyone wants to change one of the solvers, they can do it.
-
Updated
Feb 12, 2021 - C++
-
Updated
Apr 5, 2021 - C++
-
Updated
Jan 4, 2021 - C++
-
Updated
Aug 13, 2021 - C++
-
Updated
Jun 30, 2021 - C++
-
Updated
Apr 4, 2018 - C++
-
Updated
Jul 25, 2021 - MATLAB
-
Updated
Dec 14, 2019 - C++
-
Updated
Jul 11, 2020 - C++
-
Updated
Jul 25, 2019 - C
Improve this page
Add a description, image, and links to the openfoam topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the openfoam topic, visit your repo's landing page and select "manage topics."


Please describe the problem you are trying to solve.
The current implementation of the barycentric coordinates are overly complicated and explicitly require the normals of triangles or edges. There are simpler ways to implement this.
Describe the solution you propose.
math/barycenter.[ch]ppEdge::computeNormal()as it is unnecessary.**Describe alternativ