|
[Sponsors] |
![]() |
![]() |
#1 |
Senior Member
Join Date: Mar 2009
Posts: 854
Rep Power: 22 ![]() |
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.
|
|
![]() |
![]() |
![]() |
![]() |
#2 |
Senior Member
Mattijs Janssens
Join Date: Mar 2009
Posts: 1,419
Rep Power: 26 ![]() |
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. |
|
![]() |
![]() |
![]() |
![]() |
#3 |
Senior Member
Markus Hartinger
Join Date: Mar 2009
Posts: 102
Rep Power: 17 ![]() |
okay, thanks a lot
markus |
|
![]() |
![]() |
![]() |
![]() |
#4 | |
Senior Member
A. Min
Join Date: Mar 2015
Posts: 308
Rep Power: 12 ![]() |
Quote:
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? |
||
![]() |
![]() |
![]() |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
error with reactingFoam | BakedAlmonds | OpenFOAM Running, Solving & CFD | 4 | June 22, 2016 03:21 |
fvmesh prolem in the source code | T.Matrix | OpenFOAM Programming & Development | 0 | December 21, 2012 22:31 |
Why pointMesh and fvMesh are separated? | lakeat | OpenFOAM Programming & Development | 0 | May 4, 2012 14:45 |
face order in fvMesh constructor | schmittp54 | OpenFOAM Programming & Development | 2 | November 2, 2010 10:42 |
FvMesh Generation | juanduque | OpenFOAM Pre-Processing | 4 | August 24, 2006 05:33 |