We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the BoundaryMesh class of NeoFOAM, the variable Cn is defined as face normal. https://github.com/exasim-project/NeoFOAM/blob/main/include/NeoFOAM/mesh/unstructured/boundaryMesh.hpp#L39C7-L39C42
BoundaryMesh
Cn
However, the variable Cn is defined as neighbor cell center in OpenFOAM. https://www.openfoam.com/documentation/guides/latest/api/classFoam_1_1fvPatch.html#a6644397238b36a49d0caf58d1d88e18d
The text was updated successfully, but these errors were encountered:
greole
HenningScheufler
No branches or pull requests
In the
BoundaryMesh
class of NeoFOAM, the variableCn
is defined as face normal.https://github.com/exasim-project/NeoFOAM/blob/main/include/NeoFOAM/mesh/unstructured/boundaryMesh.hpp#L39C7-L39C42
However, the variable
Cn
is defined as neighbor cell center in OpenFOAM.https://www.openfoam.com/documentation/guides/latest/api/classFoam_1_1fvPatch.html#a6644397238b36a49d0caf58d1d88e18d
The text was updated successfully, but these errors were encountered: