Loading...
Searching...
No Matches
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-------------------------------------------------------------------------------
11License
12 This file is part of OpenFOAM, distributed under GPL-3.0-or-later.
13
14Description
15 Create a finite-area mesh for the defaultRegion
16
17Required Variables
18 - mesh [polyMesh]
19
20Provided Variables
21 - aMesh [faMesh]
22
23\*---------------------------------------------------------------------------*/
24
25Foam::Info << "Create finite-area mesh";
27
28Foam::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:140
dynamicFvMesh & mesh
messageStream Info
Information stream (stdout output on master, null elsewhere).
constexpr char nl
The newline '\n' character (0x0a).
Definition Ostream.H:50