Loading...
Searching...
No Matches
blockMeshTools.H File Reference
Include dependency graph for blockMeshTools.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Foam::blockMeshTools
 Tools for parsing label(List) with dictionary lookup.
namespace  Foam
 Namespace for OpenFOAM.

Functions

void read (Istream &, label &val, const dictionary &)
 In-place read with dictionary lookup.
template<class T>
void read (Istream &, List< T > &list, const dictionary &)
 In-place read with dictionary lookup.
label read (Istream &, const dictionary &)
 Return-read with dictionary lookup.
template<class T>
List< Tread (Istream &is, const dictionary &)
 Return-read with dictionary lookup.
void write (Ostream &, const label val, const dictionary &)
 Write with dictionary lookup.
const entryfindEntry (const dictionary &dict, const label val)
 Linear search for labelled entry, nullptr if not found.

Detailed Description

Original source file blockMeshTools.H

Definition in file blockMeshTools.H.