Functions | |
| template<typename T> | |
| List< label > | surfaceIndexInt (T &field, const label patchInt, const label patchExt) |
| template List< label > | surfaceIndexInt (volScalarField &field, const label patchInt, const label patchExt) |
| template List< label > | surfaceIndexInt (volVectorField &field, const label patchInt, const label patchExt) |
| template List< label > | surfaceIndexInt (volTensorField &field, const label patchInt, const label patchExt) |
| template<typename T> | |
| List< label > | surfaceIndexExt (T &field, const label patchInt, const label patchExt) |
| template List< label > | surfaceIndexExt (volScalarField &field, const label patchInt, const label patchExt) |
| template List< label > | surfaceIndexExt (volVectorField &field, const label patchInt, const label patchExt) |
| template List< label > | surfaceIndexExt (volTensorField &field, const label patchInt, const label patchExt) |
| template<typename T, typename V> | |
| void | surfaceValuesInt (T &field, const label patchInt, const label patchExt, List< V > &result) |
| template void | surfaceValuesInt (volScalarField &field, const label patchInt, const label patchExt, List< scalar > &result) |
| template void | surfaceValuesInt (volVectorField &field, const label patchInt, const label patchExt, List< Foam::Vector< scalar > > &result) |
| template void | surfaceValuesInt (volTensorField &field, const label patchInt, const label patchExt, List< Foam::Tensor< scalar > > &result) |
| template<typename T, typename V> | |
| void | surfaceValuesExt (T &field, const label patchInt, const label patchExt, List< V > &result) |
| template void | surfaceValuesExt (volScalarField &field, const label patchInt, const label patchExt, List< scalar > &result) |
| template void | surfaceValuesExt (volVectorField &field, const label patchInt, const label patchExt, List< Foam::Vector< scalar > > &result) |
| template void | surfaceValuesExt (volTensorField &field, const label patchInt, const label patchExt, List< Foam::Tensor< scalar > > &result) |
| template<typename T> | |
| Foam::Vector< scalar > | surfaceFindMirrorPoint (T &field, const label patchInt, const label patchExt, const label cellID) |
| template Foam::Vector< scalar > | surfaceFindMirrorPoint (volScalarField &field, const label patchInt, const label patchExt, const label cellID) |
| template Foam::Vector< scalar > | surfaceFindMirrorPoint (volVectorField &field, const label patchInt, const label patchExt, const label cellID) |
| template Foam::Vector< scalar > | surfaceFindMirrorPoint (volTensorField &field, const label patchInt, const label patchExt, const label cellID) |
| template<typename T> | |
| label | surfaceFindClosest (T &field, const label patchInt, const label patchExt, Foam::Vector< scalar > point) |
| template label | surfaceFindClosest (volScalarField &field, const label patchInt, const label patchExt, Foam::Vector< scalar > point) |
| template label | surfaceFindClosest (volVectorField &field, const label patchInt, const label patchExt, Foam::Vector< scalar > point) |
| template label | surfaceFindClosest (volTensorField &field, const label patchInt, const label patchExt, Foam::Vector< scalar > point) |
| template<typename T, typename V> | |
| void | surfaceAverage (T &field, const label patchInt, const label patchExt, List< V > &result) |
| template void | surfaceAverage (volScalarField &field, const label patchInt, const label patchExt, List< scalar > &result) |
| template void | surfaceAverage (volVectorField &field, const label patchInt, const label patchExt, List< Foam::Vector< scalar > > &result) |
| template void | surfaceAverage (volTensorField &field, const label patchInt, const label patchExt, List< Foam::Tensor< scalar > > &result) |
| template<typename T, typename V> | |
| void | surfaceJump (T &field, const label patchInt, const label patchExt, List< V > &result) |
| template void | surfaceJump (volScalarField &field, const label patchInt, const label patchExt, List< scalar > &result) |
| template void | surfaceJump (volVectorField &field, const label patchInt, const label patchExt, List< Foam::Vector< scalar > > &result) |
| template void | surfaceJump (volTensorField &field, const label patchInt, const label patchExt, List< Foam::Tensor< scalar > > &result) |
| void ITHACAutilities::ITHACAsurfacetools::surfaceAverage | ( | T & | field, |
| const label | patchInt, | ||
| const label | patchExt, | ||
| List< V > & | result ) |
Definition at line 157 of file ITHACAsurfacetools.C.
| template void ITHACAutilities::ITHACAsurfacetools::surfaceAverage | ( | volScalarField & | field, |
| const label | patchInt, | ||
| const label | patchExt, | ||
| List< scalar > & | result ) |
| template void ITHACAutilities::ITHACAsurfacetools::surfaceAverage | ( | volTensorField & | field, |
| const label | patchInt, | ||
| const label | patchExt, | ||
| List< Foam::Tensor< scalar > > & | result ) |
| template void ITHACAutilities::ITHACAsurfacetools::surfaceAverage | ( | volVectorField & | field, |
| const label | patchInt, | ||
| const label | patchExt, | ||
| List< Foam::Vector< scalar > > & | result ) |
| label ITHACAutilities::ITHACAsurfacetools::surfaceFindClosest | ( | T & | field, |
| const label | patchInt, | ||
| const label | patchExt, | ||
| Foam::Vector< scalar > | point ) |
Definition at line 126 of file ITHACAsurfacetools.C.
| template label ITHACAutilities::ITHACAsurfacetools::surfaceFindClosest | ( | volScalarField & | field, |
| const label | patchInt, | ||
| const label | patchExt, | ||
| Foam::Vector< scalar > | point ) |
| template label ITHACAutilities::ITHACAsurfacetools::surfaceFindClosest | ( | volTensorField & | field, |
| const label | patchInt, | ||
| const label | patchExt, | ||
| Foam::Vector< scalar > | point ) |
| template label ITHACAutilities::ITHACAsurfacetools::surfaceFindClosest | ( | volVectorField & | field, |
| const label | patchInt, | ||
| const label | patchExt, | ||
| Foam::Vector< scalar > | point ) |
| Foam::Vector< scalar > ITHACAutilities::ITHACAsurfacetools::surfaceFindMirrorPoint | ( | T & | field, |
| const label | patchInt, | ||
| const label | patchExt, | ||
| const label | cellID ) |
Definition at line 108 of file ITHACAsurfacetools.C.
| template Foam::Vector< scalar > ITHACAutilities::ITHACAsurfacetools::surfaceFindMirrorPoint | ( | volScalarField & | field, |
| const label | patchInt, | ||
| const label | patchExt, | ||
| const label | cellID ) |
| template Foam::Vector< scalar > ITHACAutilities::ITHACAsurfacetools::surfaceFindMirrorPoint | ( | volTensorField & | field, |
| const label | patchInt, | ||
| const label | patchExt, | ||
| const label | cellID ) |
| template Foam::Vector< scalar > ITHACAutilities::ITHACAsurfacetools::surfaceFindMirrorPoint | ( | volVectorField & | field, |
| const label | patchInt, | ||
| const label | patchExt, | ||
| const label | cellID ) |
| List< label > ITHACAutilities::ITHACAsurfacetools::surfaceIndexExt | ( | T & | field, |
| const label | patchInt, | ||
| const label | patchExt ) |
Definition at line 61 of file ITHACAsurfacetools.C.
| template List< label > ITHACAutilities::ITHACAsurfacetools::surfaceIndexExt | ( | volScalarField & | field, |
| const label | patchInt, | ||
| const label | patchExt ) |
| template List< label > ITHACAutilities::ITHACAsurfacetools::surfaceIndexExt | ( | volTensorField & | field, |
| const label | patchInt, | ||
| const label | patchExt ) |
| template List< label > ITHACAutilities::ITHACAsurfacetools::surfaceIndexExt | ( | volVectorField & | field, |
| const label | patchInt, | ||
| const label | patchExt ) |
| List< label > ITHACAutilities::ITHACAsurfacetools::surfaceIndexInt | ( | T & | field, |
| const label | patchInt, | ||
| const label | patchExt ) |
Definition at line 40 of file ITHACAsurfacetools.C.
| template List< label > ITHACAutilities::ITHACAsurfacetools::surfaceIndexInt | ( | volScalarField & | field, |
| const label | patchInt, | ||
| const label | patchExt ) |
| template List< label > ITHACAutilities::ITHACAsurfacetools::surfaceIndexInt | ( | volTensorField & | field, |
| const label | patchInt, | ||
| const label | patchExt ) |
| template List< label > ITHACAutilities::ITHACAsurfacetools::surfaceIndexInt | ( | volVectorField & | field, |
| const label | patchInt, | ||
| const label | patchExt ) |
| void ITHACAutilities::ITHACAsurfacetools::surfaceJump | ( | T & | field, |
| const label | patchInt, | ||
| const label | patchExt, | ||
| List< V > & | result ) |
Definition at line 180 of file ITHACAsurfacetools.C.
| template void ITHACAutilities::ITHACAsurfacetools::surfaceJump | ( | volScalarField & | field, |
| const label | patchInt, | ||
| const label | patchExt, | ||
| List< scalar > & | result ) |
| template void ITHACAutilities::ITHACAsurfacetools::surfaceJump | ( | volTensorField & | field, |
| const label | patchInt, | ||
| const label | patchExt, | ||
| List< Foam::Tensor< scalar > > & | result ) |
| template void ITHACAutilities::ITHACAsurfacetools::surfaceJump | ( | volVectorField & | field, |
| const label | patchInt, | ||
| const label | patchExt, | ||
| List< Foam::Vector< scalar > > & | result ) |
| void ITHACAutilities::ITHACAsurfacetools::surfaceValuesExt | ( | T & | field, |
| const label | patchInt, | ||
| const label | patchExt, | ||
| List< V > & | result ) |
Definition at line 94 of file ITHACAsurfacetools.C.
| template void ITHACAutilities::ITHACAsurfacetools::surfaceValuesExt | ( | volScalarField & | field, |
| const label | patchInt, | ||
| const label | patchExt, | ||
| List< scalar > & | result ) |
| template void ITHACAutilities::ITHACAsurfacetools::surfaceValuesExt | ( | volTensorField & | field, |
| const label | patchInt, | ||
| const label | patchExt, | ||
| List< Foam::Tensor< scalar > > & | result ) |
| template void ITHACAutilities::ITHACAsurfacetools::surfaceValuesExt | ( | volVectorField & | field, |
| const label | patchInt, | ||
| const label | patchExt, | ||
| List< Foam::Vector< scalar > > & | result ) |
| void ITHACAutilities::ITHACAsurfacetools::surfaceValuesInt | ( | T & | field, |
| const label | patchInt, | ||
| const label | patchExt, | ||
| List< V > & | result ) |
Definition at line 75 of file ITHACAsurfacetools.C.
| template void ITHACAutilities::ITHACAsurfacetools::surfaceValuesInt | ( | volScalarField & | field, |
| const label | patchInt, | ||
| const label | patchExt, | ||
| List< scalar > & | result ) |
| template void ITHACAutilities::ITHACAsurfacetools::surfaceValuesInt | ( | volTensorField & | field, |
| const label | patchInt, | ||
| const label | patchExt, | ||
| List< Foam::Tensor< scalar > > & | result ) |
| template void ITHACAutilities::ITHACAsurfacetools::surfaceValuesInt | ( | volVectorField & | field, |
| const label | patchInt, | ||
| const label | patchExt, | ||
| List< Foam::Vector< scalar > > & | result ) |
1.13.2