autoMap(const fvPatchFieldMapper &) | fvPatchField | [virtual] |
Foam::Field::autoMap(const FieldMapper &map) | Field | |
begin() | UList< Type > | [inline] |
begin() const | UList< Type > | [inline] |
calculatedType() | fvPatchField | [static] |
check(const fvPatchField< Type > &) const | fvPatchField | |
checkIndex(const label i) const | UList< Type > | [inline] |
checkSize(const label size) const | UList< Type > | [inline] |
checkStart(const label start) const | UList< Type > | [inline] |
checkVolField() const | fvPatchField | |
clear() | List< Type > | |
clone() const | slicedFvPatchField | [virtual] |
clone(const Field< Type > &iF) const | slicedFvPatchField | [virtual] |
cmptType typedef | Field | |
component(const direction) const | Field | |
const_iterator typedef | UList< Type > | |
const_reference typedef | UList< Type > | |
const_reverse_iterator typedef | UList< Type > | |
count() const | refCount | [inline] |
coupled() const | lduCoupledInterface | [inline, virtual] |
db() const | fvPatchField | |
declareRunTimeSelectionTable(tmp, fvPatchField, patch,(const fvPatch &p, const Field< Type > &iF),(p, iF)) | fvPatchField | |
declareRunTimeSelectionTable(tmp, fvPatchField, patchMapper,(const fvPatchField< Type > &ptf, const fvPatch &p, const Field< Type > &iF, const fvPatchFieldMapper &m),(dynamic_cast< const fvPatchFieldType & >(ptf), p, iF, m)) | fvPatchField | |
declareRunTimeSelectionTable(tmp, fvPatchField, dictionary,(const fvPatch &p, const Field< Type > &iF, const dictionary &dict),(p, iF, dict)) | fvPatchField | |
difference_type typedef | UList< Type > | |
disallowDefaultFvPatchField | fvPatchField | [static] |
empty() const | UList< Type > | [inline] |
end() | UList< Type > | [inline] |
end() const | UList< Type > | [inline] |
evaluate() | slicedFvPatchField | [virtual] |
fcIndex(const label i) const | UList< Type > | [inline] |
Field() | Field | |
Field(const label) | Field | [explicit] |
Field(const label, const Type &) | Field | |
Field(const UList< Type > &) | Field | [explicit] |
Field(const UList< Type > &mapF, const labelList &mapAddressing) | Field | |
Field(const tmp< Field< Type > > &tmapF, const labelList &mapAddressing) | Field | |
Field(const UList< Type > &mapF, const labelListList &mapAddressing, const scalarListList &weights) | Field | |
Field(const tmp< Field< Type > > &tmapF, const labelListList &mapAddressing, const scalarListList &weights) | Field | |
Field(const UList< Type > &mapF, const FieldMapper &map) | Field | |
Field(const tmp< Field< Type > > &tmapF, const FieldMapper &map) | Field | |
Field(const Field< Type > &) | Field | |
Field(Field< Type > &, bool reUse) | Field | |
Field(const typename Field< Type >::subField &) | Field | |
Field(Istream &) | Field | |
Field(const word &keyword, const dictionary &dict, const label size) | Field | |
fixesValue() const | slicedFvPatchField | [inline, virtual] |
fvPatchField(const fvPatch &, const Field< Type > &) | fvPatchField | |
fvPatchField(const fvPatch &, const Field< Type > &, const Field< Type > &) | fvPatchField | |
fvPatchField(const fvPatch &, const Field< Type > &, const dictionary &) | fvPatchField | |
fvPatchField(const fvPatchField< Type > &, const fvPatch &, const Field< Type > &, const fvPatchFieldMapper &) | fvPatchField | |
fvPatchField(const fvPatchField< Type > &) | fvPatchField | |
fvPatchField(const fvPatchField< Type > &, const Field< Type > &) | fvPatchField | |
gradientBoundaryCoeffs() const | slicedFvPatchField | [virtual] |
gradientInternalCoeffs() const | slicedFvPatchField | [virtual] |
initEvaluate(const bool=false) | slicedFvPatchField | [virtual] |
initInterfaceMatrixUpdate(const scalarField &, scalarField &, const lduMatrix &, const scalarField &, const direction, const bool) const | lduCoupledInterface | [inline, virtual] |
initNbrColour(const labelField &, const bool) const | lduCoupledInterface | [inline, virtual] |
internalField() const | fvPatchField | [inline] |
isVolField() const | fvPatchField | |
iterator typedef | UList< Type > | |
lduCoupledInterface() | lduCoupledInterface | [inline] |
List() | List< Type > | [inline] |
List(const label) | List< Type > | [explicit] |
List(const label, const Type &) | List< Type > | |
List(const List< Type > &) | List< Type > | |
List(List< Type > &, bool reUse) | List< Type > | |
List(InputIterator first, InputIterator last) | List< Type > | |
List(const FixedList< Type, Size > &) | List< Type > | |
List(const PtrList< Type > &) | List< Type > | |
List(const SLList< Type > &) | List< Type > | |
List(const IndirectList< Type > &) | List< Type > | |
List(Istream &) | List< Type > | |
List<T> class | UList< Type > | [friend] |
lookupPatchField(const word &name, const GeometricField *=NULL, const Type2 *=NULL) const | fvPatchField | |
map(const UList< Type > &mapF, const labelList &mapAddressing) | Field | |
map(const tmp< Field< Type > > &tmapF, const labelList &mapAddressing) | Field | |
map(const UList< Type > &mapF, const labelListList &mapAddressing, const scalarListList &weights) | Field | |
map(const tmp< Field< Type > > &tmapF, const labelListList &mapAddressing, const scalarListList &weights) | Field | |
map(const UList< Type > &mapF, const FieldMapper &map) | Field | |
map(const tmp< Field< Type > > &tmapF, const FieldMapper &map) | Field | |
max_size() const | UList< Type > | [inline] |
nbrColour(const labelField &iColour) const | slicedFvPatchField | [virtual] |
negate() | Field | |
New(const word &, const fvPatch &, const Field< Type > &) | fvPatchField | [static] |
New(const fvPatchField< Type > &, const fvPatch &, const Field< Type > &, const fvPatchFieldMapper &) | fvPatchField | [static] |
New(const fvPatch &, const Field< Type > &, const dictionary &) | fvPatchField | [static] |
NewCalculatedType(const fvPatchField< Type2 > &) | fvPatchField | [static] |
Foam::Field::NewCalculatedType(const Field< Type2 > &f) | Field | [inline, static] |
newElmt(const label) | List< Type > | [inline] |
null() | Field | [static] |
okToDelete() const | refCount | [inline] |
operator(Ostream &, const fvPatchField< Type > &) | fvPatchField | [friend] |
Foam::Field::operator(Ostream &, const Field< Type > &) | Field | [friend] |
Foam::Field::operator(Ostream &, const tmp< Field< Type > > &) | Field | [friend] |
Foam::List< Type >::operator(Ostream &, const UList< Type > &) | UList< Type > | [friend] |
operator *=(const fvPatchField< scalar > &) | slicedFvPatchField | [inline, virtual] |
operator *=(const Field< scalar > &) | slicedFvPatchField | [inline, virtual] |
operator *=(const scalar) | slicedFvPatchField | [inline, virtual] |
Foam::Field::operator *=(const UList< scalar > &) | Field | |
Foam::Field::operator *=(const tmp< Field< scalar > > &) | Field | |
Foam::Field::operator *=(const scalar &) | Field | |
operator const List() const | UList< Type > | [inline] |
operator!=(const UList< Type > &) const | UList< Type > | |
operator++() | refCount | [inline] |
operator++(int) | refCount | [inline] |
operator+=(const fvPatchField< Type > &) | slicedFvPatchField | [inline, virtual] |
operator+=(const Field< Type > &) | slicedFvPatchField | [inline, virtual] |
operator+=(const Type &) | slicedFvPatchField | [inline, virtual] |
Foam::Field::operator+=(const UList< Type > &) | Field | |
Foam::Field::operator+=(const tmp< Field< Type > > &) | Field | |
operator--() | refCount | [inline] |
operator--(int) | refCount | [inline] |
operator-=(const fvPatchField< Type > &) | slicedFvPatchField | [inline, virtual] |
operator-=(const Field< Type > &) | slicedFvPatchField | [inline, virtual] |
operator-=(const Type &) | slicedFvPatchField | [inline, virtual] |
Foam::Field::operator-=(const UList< Type > &) | Field | |
Foam::Field::operator-=(const tmp< Field< Type > > &) | Field | |
operator/=(const fvPatchField< scalar > &) | slicedFvPatchField | [inline, virtual] |
operator/=(const Field< scalar > &) | slicedFvPatchField | [inline, virtual] |
operator/=(const scalar) | slicedFvPatchField | [inline, virtual] |
Foam::Field::operator/=(const UList< scalar > &) | Field | |
Foam::Field::operator/=(const tmp< Field< scalar > > &) | Field | |
Foam::Field::operator/=(const scalar &) | Field | |
operator<(const UList< Type > &) const | UList< Type > | |
operator<=(const UList< Type > &) const | UList< Type > | |
operator=(const UList< Type > &) | slicedFvPatchField | [inline, virtual] |
operator=(const fvPatchField< Type > &) | slicedFvPatchField | [inline, virtual] |
operator=(const Type &) | slicedFvPatchField | [inline, virtual] |
Foam::Field::operator=(const Field< Type > &) | Field | |
Foam::Field::operator=(const SubField< Type > &) | Field | |
Foam::Field::operator=(const tmp< Field< Type > > &) | Field | |
Foam::List< Type >::operator=(const List< Type > &) | List< Type > | |
Foam::List< Type >::operator=(const SLList< Type > &) | List< Type > | |
Foam::List< Type >::operator=(const IndirectList< Type > &) | List< Type > | |
operator==(const fvPatchField< Type > &) | fvPatchField | [virtual] |
operator==(const Field< Type > &) | fvPatchField | [virtual] |
operator==(const Type &) | fvPatchField | [virtual] |
Foam::Field::operator==(const UList< Type > &) const | UList< Type > | |
operator>(const UList< Type > &) const | UList< Type > | |
operator>=(const UList< Type > &) const | UList< Type > | |
operator>>(Istream &, List< Type > &) | List< Type > | [friend] |
operator[](const label) | UList< Type > | [inline] |
operator[](const label) const | UList< Type > | [inline] |
patch() const | fvPatchField | [inline] |
Patch typedef | fvPatchField | |
patchField(const GeometricField &) const | fvPatchField | |
patchInternalField() const | slicedFvPatchField | [virtual] |
Foam::fvPatchField::patchInternalField(const Field< Type2 > &) const | fvPatchField | |
patchNeighbourField(const Field< Type > &iField) const | slicedFvPatchField | [virtual] |
patchNeighbourField() const | slicedFvPatchField | [virtual] |
rbegin() | UList< Type > | [inline] |
rbegin() const | UList< Type > | [inline] |
rcIndex(const label i) const | UList< Type > | [inline] |
refCount() | refCount | [inline] |
reference typedef | UList< Type > | |
rend() | UList< Type > | [inline] |
rend() const | UList< Type > | [inline] |
replace(const direction, const UList< cmptType > &) | Field | |
resetRefCount() | refCount | [inline] |
reverse_iterator typedef | UList< Type > | |
rmap(const fvPatchField< Type > &, const labelList &) | fvPatchField | [virtual] |
Foam::Field::rmap(const UList< Type > &mapF, const labelList &mapAddressing) | Field | |
Foam::Field::rmap(const tmp< Field< Type > > &tmapF, const labelList &mapAddressing) | Field | |
Foam::Field::rmap(const UList< Type > &mapF, const labelList &mapAddressing, const scalarList &weights) | Field | |
Foam::Field::rmap(const tmp< Field< Type > > &tmapF, const labelList &mapAddressing, const scalarList &weights) | Field | |
setSize(const label) | List< Type > | |
setSize(const label, const Type &) | List< Type > | |
size() const | UList< Type > | [inline] |
size_type typedef | UList< Type > | |
slicedFvPatchField(const fvPatch &, const Field< Type > &, const Field< Type > &) | slicedFvPatchField | |
slicedFvPatchField(const fvPatch &, const Field< Type > &) | slicedFvPatchField | |
slicedFvPatchField(const fvPatch &, const Field< Type > &, const dictionary &) | slicedFvPatchField | |
slicedFvPatchField(const slicedFvPatchField< Type > &, const fvPatch &, const Field< Type > &, const fvPatchFieldMapper &) | slicedFvPatchField | |
slicedFvPatchField(const slicedFvPatchField< Type > &) | slicedFvPatchField | |
slicedFvPatchField(const slicedFvPatchField< Type > &, const Field< Type > &) | slicedFvPatchField | |
snGrad() const | slicedFvPatchField | [virtual] |
subField typedef | Field | |
subList typedef | List< Type > | |
SubList<T> class | UList< Type > | [friend] |
swap(UList< Type > &) | UList< Type > | |
T() const | Field | |
transfer(List< Type > &) | List< Type > | |
TypeName("sliced") | slicedFvPatchField | |
Foam::fvPatchField::TypeName("fvPatchField") | fvPatchField | |
Foam::lduCoupledInterface::TypeName("lduCoupledInterface") | lduCoupledInterface | |
typeName | Field | [static] |
UList() | UList< Type > | [inline] |
UList(Type *v, label size) | UList< Type > | [inline] |
updateCoeffs() | slicedFvPatchField | [virtual] |
updated() const | fvPatchField | [inline] |
updateInterfaceMatrix(const scalarField &, scalarField &, const lduMatrix &, const scalarField &, const direction) const | lduCoupledInterface | [inline, virtual] |
value_type typedef | UList< Type > | |
valueBoundaryCoeffs(const tmp< scalarField > &) const | slicedFvPatchField | [virtual] |
Foam::fvPatchField::valueBoundaryCoeffs(const tmp< Field< scalar > > &) const | fvPatchField | [inline, virtual] |
valueInternalCoeffs(const tmp< scalarField > &) const | slicedFvPatchField | [virtual] |
Foam::fvPatchField::valueInternalCoeffs(const tmp< Field< scalar > > &) const | fvPatchField | [inline, virtual] |
write(Ostream &) const | slicedFvPatchField | [virtual] |
writeEntry(const word &keyword, Ostream &os) const | Field | |
Foam::List< Type >::writeEntry(Ostream &os) const | UList< Type > | |
~fvPatchField() | fvPatchField | [inline, virtual] |
~lduCoupledInterface() | lduCoupledInterface | [virtual] |
~List() | List< Type > | |
~slicedFvPatchField() | slicedFvPatchField | [virtual] |