OpenFOAM logo
Open Source CFD Toolkit

fvMesh.H File Reference


Detailed Description

View fvMesh.H
License
This file is part of OpenFOAM.

OpenFOAM is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your
option) any later version.

OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
for more details.

You should have received a copy of the GNU General Public License
along with OpenFOAM; if not, write to the Free Software Foundation,
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Description
Mesh data needed to do the Finite Volume discretisation.

NOTE ON USAGE:
fvMesh contains all the topological and geometric information
related to the mesh.  It is also responsible for keeping the data
up-to-date.  This is done by deleting the cell volume, face area,
cell/face centre, addressing and other derived information as
required and recalculating it as necessary.  The fvMesh therefore
reserves the right to delete the derived information upon every
topological (mesh refinement/morphing) or geometric change (mesh
motion).  It is therefore unsafe to keep local references to the
derived data outside of the time loop.

Source files

Definition in file fvMesh.H.

Go to the source code of this file.

Namespaces

namespace  Foam

Classes

class  fvMesh

For further information go to www.openfoam.org