The Wayback Machine - https://web.archive.org/web/20210816091116/https://github.com/topics/openfoam
Skip to content
#

openfoam

Here are 191 public repositories matching this topic...

precice
fsimonis
fsimonis commented May 12, 2021

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.

  • Simplify math/barycenter.[ch]pp
  • Remove Edge::computeNormal() as it is unnecessary.

**Describe alternativ

MakisH
MakisH commented Apr 12, 2018

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.

Improve this page

Add a description, image, and links to the openfoam topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the openfoam topic, visit your repo's landing page and select "manage topics."

Learn more