Public Member Functions | Private Member Functions | Private Attributes
nearWallDistNoSearch Class Reference

Distance calculation for cells with face on a wall. Does not search anything, just takes normal component of distance. More...

Inheritance diagram for nearWallDistNoSearch:
Inheritance graph
[legend]
Collaboration diagram for nearWallDistNoSearch:
Collaboration graph
[legend]

Public Member Functions

 nearWallDistNoSearch (const fvMesh &mesh)
 Construct from components. More...
 
virtual ~nearWallDistNoSearch ()
 Destructor. More...
 
virtual void correct ()
 Correct for mesh geom/topo changes. More...
 
- Public Member Functions inherited from GeometricField::GeometricBoundaryField
 GeometricBoundaryField (const BoundaryMesh &)
 Construct from a BoundaryMesh. More...
 
 GeometricBoundaryField (const BoundaryMesh &, const DimensionedInternalField &, const word &)
 Construct from a BoundaryMesh,. More...
 
 GeometricBoundaryField (const BoundaryMesh &, const DimensionedInternalField &, const wordList &wantedPatchTypes, const wordList &actualPatchTypes=wordList())
 Construct from a BoundaryMesh,. More...
 
 GeometricBoundaryField (const BoundaryMesh &, const DimensionedInternalField &, const PtrList< PatchField< Type > > &)
 Construct from a BoundaryMesh,. More...
 
 GeometricBoundaryField (const DimensionedInternalField &, const GeometricBoundaryField &)
 Construct as copy setting the reference to the internal field. More...
 
 GeometricBoundaryField (const GeometricBoundaryField &)
 Construct as copy. More...
 
 GeometricBoundaryField (const BoundaryMesh &, const DimensionedInternalField &, const dictionary &)
 Construct from dictionary. More...
 
void readField (const DimensionedField< Type, GeoMesh > &field, const dictionary &dict)
 Read the boundary field. More...
 
void updateCoeffs ()
 Update the boundary condition coefficients. More...
 
void evaluate ()
 Evaluate boundary conditions. More...
 
wordList types () const
 Return a list of the patch types. More...
 
GeometricBoundaryField boundaryInternalField () const
 Return BoundaryField of the cell values neighbouring. More...
 
LduInterfaceFieldPtrsList< Type > interfaces () const
 Return a list of pointers for each patch field with only those. More...
 
lduInterfaceFieldPtrsList scalarInterfaces () const
 Return a list of pointers for each patch field with only those. More...
 
void writeEntry (const word &keyword, Ostream &os) const
 Write boundary field as dictionary entry. More...
 
void operator= (const GeometricBoundaryField &)
 Assignment to BoundaryField<Type, PatchField, BoundaryMesh> More...
 
void operator= (const FieldField< PatchField, Type > &)
 Assignment to FieldField<PatchField, Type> More...
 
void operator= (const Type &)
 Assignment to Type. More...
 
void operator== (const GeometricBoundaryField &)
 Forced assignment to. More...
 
void operator== (const FieldField< PatchField, Type > &)
 Forced assignment to FieldField<PatchField, Type> More...
 
void operator== (const Type &)
 Forced assignment to Type. More...
 
- Public Member Functions inherited from FieldField< PatchField, Type >
 FieldField ()
 Construct null. More...
 
 FieldField (const label)
 Construct given size. More...
 
 FieldField (const word &, const FieldField< Field, Type > &)
 Construct using the Field sizes from the given FieldField. More...
 
 FieldField (const FieldField< Field, Type > &)
 Construct as copy. More...
 
 FieldField (FieldField< Field, Type > &, bool reUse)
 Construct as copy or re-use as specified. More...
 
 FieldField (const PtrList< Field< Type > > &)
 Construct as copy of a PtrList<Field, Type> More...
 
 FieldField (const tmp< FieldField< Field, Type > > &)
 Construct as copy of tmp<FieldField> More...
 
 FieldField (Istream &)
 Construct from Istream. More...
 
tmp< FieldField< Field, Type > > clone () const
 Clone. More...
 
void negate ()
 Negate this field. More...
 
tmp< FieldField< Field, cmptType > > component (const direction) const
 Return a component field of the field. More...
 
void replace (const direction, const FieldField< Field, cmptType > &)
 Replace a component field of the field. More...
 
void replace (const direction, const cmptType &)
 Replace a component field of the field. More...
 
tmp< FieldField< Field, Type > > T () const
 Return the field transpose (only defined for second rank tensors) More...
 
void operator= (const FieldField< Field, Type > &)
 
void operator= (const tmp< FieldField< Field, Type > > &)
 
void operator= (const Type &)
 
void operator+= (const FieldField< Field, Type > &)
 
void operator+= (const tmp< FieldField< Field, Type > > &)
 
void operator+= (const Type &)
 
void operator-= (const FieldField< Field, Type > &)
 
void operator-= (const tmp< FieldField< Field, Type > > &)
 
void operator-= (const Type &)
 
void operator*= (const FieldField< Field, scalar > &)
 
void operator*= (const tmp< FieldField< Field, scalar > > &)
 
void operator*= (const scalar &)
 
void operator/= (const FieldField< Field, scalar > &)
 
void operator/= (const tmp< FieldField< Field, scalar > > &)
 
void operator/= (const scalar &)
 

Private Member Functions

void doAll ()
 Do all calculations. More...
 
 nearWallDistNoSearch (const nearWallDistNoSearch &)
 Disallow default bitwise copy construct. More...
 
void operator= (const nearWallDistNoSearch &)
 Disallow default bitwise assignment. More...
 

Private Attributes

const fvMeshmesh_
 Reference to mesh. More...
 

Additional Inherited Members

- Public Types inherited from FieldField< PatchField, Type >
typedef pTraits< Type >::cmptType cmptType
 Component type. More...
 
- Static Public Member Functions inherited from FieldField< PatchField, Type >
static tmp< FieldField< Field, Type > > NewCalculatedType (const FieldField< Field, Type2 > &ff)
 Return a pointer to a new calculatedFvPatchFieldField created on. More...
 

Detailed Description

Distance calculation for cells with face on a wall. Does not search anything, just takes normal component of distance.

Source files

Definition at line 52 of file nearWallDistNoSearch.H.

Constructor & Destructor Documentation

◆ nearWallDistNoSearch() [1/2]

Disallow default bitwise copy construct.

◆ nearWallDistNoSearch() [2/2]

nearWallDistNoSearch ( const fvMesh mesh)

Construct from components.

Definition at line 77 of file nearWallDistNoSearch.C.

References nearWallDistNoSearch::doAll().

Here is the call graph for this function:

◆ ~nearWallDistNoSearch()

~nearWallDistNoSearch ( )
virtual

Destructor.

Definition at line 93 of file nearWallDistNoSearch.C.

Member Function Documentation

◆ doAll()

void doAll ( )
private

Do all calculations.

Definition at line 33 of file nearWallDistNoSearch.C.

References fvMesh::boundary(), GeometricField::boundaryField(), fvMesh::C(), forAll, fvMesh::magSf(), nearWallDistNoSearch::mesh_, patches, and fvMesh::Sf().

Referenced by nearWallDistNoSearch::nearWallDistNoSearch().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator=()

void operator= ( const nearWallDistNoSearch )
private

Disallow default bitwise assignment.

◆ correct()

void correct ( )
virtual

Correct for mesh geom/topo changes.

Definition at line 99 of file nearWallDistNoSearch.C.

References forAll.

Field Documentation

◆ mesh_

const fvMesh& mesh_
private

Reference to mesh.

Definition at line 59 of file nearWallDistNoSearch.H.

Referenced by nearWallDistNoSearch::doAll().


The documentation for this class was generated from the following files: