CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Meshing & Mesh Conversion (https://www.cfd-online.com/Forums/openfoam-meshing/)
-   -   [Technical] FvMesh (https://www.cfd-online.com/Forums/openfoam-meshing/61665-fvmesh.html)

henry April 19, 2005 03:38

FvMesh
 
polyMesh, polyBoundaryMesh and polyPatch are generic, that is they do not presuppose any particular form of discretisation, they are the basic classes of the polyhedral mesh. fvMesh is derived from polyMesh and adds the particular data and functions related to the geometry needed for finite-volume discretisation. fvPatch is not derived from polyPatch but does hold a reference to one and also includes fuctions related to applying boundary conditions for finite-volume discretisation.

mattijs April 19, 2005 04:05

It should ;-) Both are calcula
 
It should ;-) Both are calculated as slices of the primitiveMesh::faceCentres.

However if you are using fvc/fvm it might be wise to use fvPatch::Cf() or fvMesh::Cf() for consistency reasons.

hartinger April 19, 2005 04:38

okay, thanks a lot markus
 
okay, thanks a lot
markus

alimea November 21, 2017 08:35

Quote:

Originally Posted by henry (Post 200525)
polyMesh, polyBoundaryMesh and polyPatch are generic, that is they do not presuppose any particular form of discretisation, they are the basic classes of the polyhedral mesh. fvMesh is derived from polyMesh and adds the particular data and functions related to the geometry needed for finite-volume discretisation. fvPatch is not derived from polyPatch but does hold a reference to one and also includes fuctions related to applying boundary conditions for finite-volume discretisation.


Hi
I have read programmer guide and searched a lot! but I didn't get the exact defination and application of fvMesh and polyMesh.
Could you please explain about it?

Tobi February 10, 2018 12:38

Did you saw that the posts are almost 13 years old? It was in the beginning.


All times are GMT -4. The time now is 03:24.