createFaMesh.H
Go to the documentation of this file.
1 /*---------------------------------------------------------------------------*\
2  ========= |
3  \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
4  \\ / O peration |
5  \\ / A nd | www.openfoam.com
6  \\/ M anipulation |
7 -------------------------------------------------------------------------------
8  Copyright (C) 2016 Wikki Ltd
9  Copyright (C) 2023 OpenCFD Ltd.
10 -------------------------------------------------------------------------------
11 License
12  This file is part of OpenFOAM, distributed under GPL-3.0-or-later.
13 
14 Description
15  Create a finite-area mesh for the defaultRegion
16 
17 Required Variables
18  - mesh [polyMesh]
19 
20 Provided Variables
21  - aMesh [faMesh]
22 
23 \*---------------------------------------------------------------------------*/
24 
25 Foam::Info << "Create finite-area mesh";
27 
28 Foam::faMesh aMesh
29 (
30  mesh
31 );
32 
33 
34 // ************************************************************************* //
Finite area mesh (used for 2-D non-Euclidian finite area method) defined using a patch of faces on a ...
Definition: faMesh.H:133
constexpr char nl
The newline &#39;\n&#39; character (0x0a)
Definition: Ostream.H:50
dynamicFvMesh & mesh
messageStream Info
Information stream (stdout output on master, null elsewhere)