Public Member Functions | |
patchRefinement () | |
Null contructor. More... | |
patchRefinement (const word &, const scalar &) | |
Construct from word and desired cell size. More... | |
patchRefinement (Istream &) | |
contruct from stream More... | |
~patchRefinement () | |
word | patchName () const |
label | patchInSurface (const triSurf &) const |
scalar | cellSize () const |
void | operator= (const patchRefinement &) |
Private Attributes | |
word | patchName_ |
scalar | cellSize_ |
Friends | |
Istream & | operator>> (Istream &, patchRefinement &) |
Ostream & | operator<< (Ostream &, const patchRefinement &) |
bool | operator== (const patchRefinement &, const patchRefinement &) |
bool | operator!= (const patchRefinement &, const patchRefinement &) |
Definition at line 55 of file patchRefinement.H.
patchRefinement | ( | ) |
Null contructor.
Definition at line 41 of file patchRefinement.C.
patchRefinement | ( | const word & | n, |
const scalar & | s | ||
) |
Construct from word and desired cell size.
Definition at line 48 of file patchRefinement.C.
patchRefinement | ( | Istream & | is | ) |
contruct from stream
Definition at line 55 of file patchRefinement.C.
~patchRefinement | ( | ) |
Definition at line 64 of file patchRefinement.C.
word patchName | ( | ) | const |
Definition at line 70 of file patchRefinement.C.
References patchRefinement::patchName_.
Referenced by Foam::operator==().
Definition at line 75 of file patchRefinement.C.
References Foam::exit(), Foam::FatalError, FatalErrorIn, forAll, triSurfFacets::patches(), and patchRefinement::patchName_.
scalar cellSize | ( | ) | const |
Definition at line 91 of file patchRefinement.C.
References patchRefinement::cellSize_.
void operator= | ( | const patchRefinement & | pr | ) |
Definition at line 98 of file patchRefinement.C.
References patchRefinement::cellSize_, and patchRefinement::patchName_.
|
friend |
Definition at line 104 of file patchRefinement.C.
|
friend |
Definition at line 111 of file patchRefinement.C.
|
friend |
Definition at line 117 of file patchRefinement.C.
|
friend |
Definition at line 125 of file patchRefinement.C.
|
private |
Definition at line 59 of file patchRefinement.H.
Referenced by Foam::operator<<(), patchRefinement::operator=(), Foam::operator>>(), patchRefinement::patchInSurface(), and patchRefinement::patchName().
|
private |
Definition at line 61 of file patchRefinement.H.
Referenced by patchRefinement::cellSize(), Foam::operator<<(), patchRefinement::operator=(), and Foam::operator>>().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.