Loading...
Searching...
No Matches
createMesh.H File Reference

Required Classes. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 if (args.dryRun()||args.found("dry-run-write"))
 if (!Foam::polyMesh::regionName(regionName).empty())

Variables

Foam::autoPtr< Foam::fvMeshmeshPtr (nullptr)
Foam::word regionName (args.getOrDefault< word >("region", Foam::polyMesh::defaultRegion))
 else

Detailed Description

Required Classes.

Original source file createMesh.H

Required Variables

Provided Variables

Definition in file createMesh.H.

Function Documentation

◆ if() [1/2]

if ( args. dryRun)||args.found("dry-run-write")

◆ if() [2/2]

if ( ! Foam::polyMesh::regionNameregionName).empty()

Definition at line 72 of file createMesh.H.

References Foam::Info, polyMesh::regionName(), and regionName.

Here is the call graph for this function:

Variable Documentation

◆ meshPtr

Foam::autoPtr< Foam::fvMesh > meshPtr(nullptr) ( nullptr )

Referenced by if().

◆ regionName

Foam::word regionName(args.getOrDefault< word >("region", Foam::polyMesh::defaultRegion)) ( args.getOrDefault< word > "region", Foam::polyMesh::defaultRegion)

◆ else

else
Initial value:
{
Foam::Info << "Create mesh"
messageStream Info
Information stream (stdout output on master, null elsewhere).

Definition at line 69 of file createMesh.H.