Interpolation class dealing with transfer of data between two primitive patches with an arbitrary mesh interface (AMI). More...
Public Member Functions | |
TypeName ("AMIInterpolation") | |
declareRunTimeSelectionTable (autoPtr, AMIInterpolation, dict,(const dictionary &dict, const bool reverseTarget),(dict, reverseTarget)) | |
declareRunTimeSelectionTable (autoPtr, AMIInterpolation, component,(const bool requireMatch, const bool reverseTarget, const scalar lowWeightCorrection),(requireMatch, reverseTarget, lowWeightCorrection)) | |
AMIInterpolation (const dictionary &dict, const bool reverseTarget=false) | |
AMIInterpolation (const bool requireMatch=true, const bool reverseTarget=false, const scalar lowWeightCorrection=-1) | |
AMIInterpolation (const AMIInterpolation &fineAMI, const labelList &sourceRestrictAddressing, const labelList &neighbourRestrictAddressing) | |
AMIInterpolation (const AMIInterpolation &ami) | |
virtual autoPtr< AMIInterpolation > | clone () const |
virtual | ~AMIInterpolation ()=default |
bool | upToDate () const |
bool & | upToDate () |
bool | distributed () const |
bool | requireMatch () const |
bool | setRequireMatch (const bool flag) |
bool | mustMatchFaces () const |
bool | reverseTarget () const |
scalar | lowWeightCorrection () const |
bool | applyLowWeightCorrection () const |
label | singlePatchProc () const |
const List< scalar > & | srcMagSf () const |
List< scalar > & | srcMagSf () |
const labelListList & | srcAddress () const |
labelListList & | srcAddress () |
const scalarListList & | srcWeights () const |
scalarListList & | srcWeights () |
const scalarField & | srcWeightsSum () const |
scalarField & | srcWeightsSum () |
const pointListList & | srcCentroids () const |
pointListList & | srcCentroids () |
const mapDistribute & | srcMap () const |
const List< scalar > & | tgtMagSf () const |
List< scalar > & | tgtMagSf () |
const labelListList & | tgtAddress () const |
labelListList & | tgtAddress () |
const scalarListList & | tgtWeights () const |
scalarListList & | tgtWeights () |
const scalarField & | tgtWeightsSum () const |
scalarField & | tgtWeightsSum () |
const mapDistribute & | tgtMap () const |
virtual bool | calculate (const primitivePatch &srcPatch, const primitivePatch &tgtPatch, const autoPtr< searchableSurface > &surfPtr=nullptr) |
void | reset (autoPtr< mapDistribute > &&srcToTgtMap, autoPtr< mapDistribute > &&tgtToSrcMap, labelListList &&srcAddress, scalarListList &&srcWeights, labelListList &&tgtAddress, scalarListList &&tgtWeights) |
void | append (const primitivePatch &srcPatch, const primitivePatch &tgtPatch) |
void | normaliseWeights (const bool conformal, const bool output) |
template<class Type , class CombineOp > | |
void | interpolateToSource (const UList< Type > &fld, const CombineOp &cop, List< Type > &result, const UList< Type > &defaultValues=UList< Type >::null()) const |
template<class Type , class CombineOp > | |
void | interpolateToTarget (const UList< Type > &fld, const CombineOp &cop, List< Type > &result, const UList< Type > &defaultValues=UList< Type >::null()) const |
template<class Type , class CombineOp > | |
tmp< Field< Type > > | interpolateToSource (const Field< Type > &fld, const CombineOp &cop, const UList< Type > &defaultValues=UList< Type >::null()) const |
template<class Type , class CombineOp > | |
tmp< Field< Type > > | interpolateToSource (const tmp< Field< Type >> &tFld, const CombineOp &cop, const UList< Type > &defaultValues=UList< Type >::null()) const |
template<class Type , class CombineOp > | |
tmp< Field< Type > > | interpolateToTarget (const Field< Type > &fld, const CombineOp &cop, const UList< Type > &defaultValues=UList< Type >::null()) const |
template<class Type , class CombineOp > | |
tmp< Field< Type > > | interpolateToTarget (const tmp< Field< Type >> &tFld, const CombineOp &cop, const UList< Type > &defaultValues=UList< Type >::null()) const |
template<class Type > | |
tmp< Field< Type > > | interpolateToSource (const Field< Type > &fld, const UList< Type > &defaultValues=UList< Type >::null()) const |
template<class Type > | |
tmp< Field< Type > > | interpolateToSource (const tmp< Field< Type >> &tFld, const UList< Type > &defaultValues=UList< Type >::null()) const |
template<class Type > | |
tmp< Field< Type > > | interpolateToTarget (const Field< Type > &fld, const UList< Type > &defaultValues=UList< Type >::null()) const |
template<class Type > | |
tmp< Field< Type > > | interpolateToTarget (const tmp< Field< Type >> &tFld, const UList< Type > &defaultValues=UList< Type >::null()) const |
label | srcPointFace (const primitivePatch &srcPatch, const primitivePatch &tgtPatch, const vector &n, const label tgtFacei, point &tgtPoint) const |
label | tgtPointFace (const primitivePatch &srcPatch, const primitivePatch &tgtPatch, const vector &n, const label srcFacei, point &srcPoint) const |
bool | checkSymmetricWeights (const bool log) const |
void | writeFaceConnectivity (const primitivePatch &srcPatch, const primitivePatch &tgtPatch, const labelListList &srcAddress) const |
virtual void | write (Ostream &os) const |
template<class Type , class CombineOp > | |
Foam::tmp< Foam::Field< Type > > | interpolateToSource (const Field< Type > &fld, const CombineOp &cop, const UList< Type > &defaultValues) const |
template<class Type , class CombineOp > | |
Foam::tmp< Foam::Field< Type > > | interpolateToSource (const tmp< Field< Type >> &tFld, const CombineOp &cop, const UList< Type > &defaultValues) const |
template<class Type , class CombineOp > | |
Foam::tmp< Foam::Field< Type > > | interpolateToTarget (const Field< Type > &fld, const CombineOp &cop, const UList< Type > &defaultValues) const |
template<class Type , class CombineOp > | |
Foam::tmp< Foam::Field< Type > > | interpolateToTarget (const tmp< Field< Type >> &tFld, const CombineOp &cop, const UList< Type > &defaultValues) const |
template<class Type > | |
Foam::tmp< Foam::Field< Type > > | interpolateToSource (const Field< Type > &fld, const UList< Type > &defaultValues) const |
template<class Type > | |
Foam::tmp< Foam::Field< Type > > | interpolateToSource (const tmp< Field< Type >> &tFld, const UList< Type > &defaultValues) const |
template<class Type > | |
Foam::tmp< Foam::Field< Type > > | interpolateToTarget (const Field< Type > &fld, const UList< Type > &defaultValues) const |
template<class Type > | |
Foam::tmp< Foam::Field< Type > > | interpolateToTarget (const tmp< Field< Type >> &tFld, const UList< Type > &defaultValues) const |
Static Public Member Functions | |
static autoPtr< AMIInterpolation > | New (const word &modelName, const dictionary &dict, const bool reverseTarget=false) |
static autoPtr< AMIInterpolation > | New (const word &modelName, const bool requireMatch=true, const bool reverseTarget=false, const scalar lowWeightCorrection=-1) |
Static Public Attributes | |
static bool | cacheIntersections_ = false |
Protected Types | |
typedef treeDataPrimitivePatch< primitivePatch > | treeType |
Protected Member Functions | |
void | operator= (const AMIInterpolation &)=delete |
autoPtr< indexedOctree< treeType > > | createTree (const primitivePatch &patch) const |
label | calcDistribution (const primitivePatch &srcPatch, const primitivePatch &tgtPatch) const |
void | projectPointsToSurface (const searchableSurface &surf, pointField &pts) const |
const primitivePatch & | srcPatch0 () const |
const primitivePatch & | tgtPatch0 () const |
Static Protected Member Functions | |
static void | normaliseWeights (const scalarList &patchAreas, const word &patchName, const labelListList &addr, scalarListList &wght, scalarField &wghtSum, const bool conformal, const bool output, const scalar lowWeightTol) |
static void | agglomerate (const autoPtr< mapDistribute > &targetMap, const scalarList &fineSrcMagSf, const labelListList &fineSrcAddress, const scalarListList &fineSrcWeights, const labelList &sourceRestrictAddressing, const labelList &targetRestrictAddressing, scalarList &srcMagSf, labelListList &srcAddress, scalarListList &srcWeights, scalarField &srcWeightsSum, autoPtr< mapDistribute > &tgtMap) |
Interpolation class dealing with transfer of data between two primitive patches with an arbitrary mesh interface (AMI).
Based on the algorithm given in:
Conservative interpolation between volume meshes by local Galerkin projection, Farrell PE and Maddison JR, 2011, Comput. Methods Appl. Mech Engrg, Volume 200, Issues 1-4, pp 89-100
Interpolation requires that the two patches should have opposite orientations (opposite normals). The 'reverseTarget' flag can be used to reverse the orientation of the target patch.
Definition at line 75 of file AMIInterpolation.H.
|
protected |
Definition at line 87 of file AMIInterpolation.H.
AMIInterpolation | ( | const dictionary & | dict, |
const bool | reverseTarget = false |
||
) |
Definition at line 543 of file AMIInterpolation.C.
AMIInterpolation | ( | const bool | requireMatch = true , |
const bool | reverseTarget = false , |
||
const scalar | lowWeightCorrection = -1 |
||
) |
Definition at line 569 of file AMIInterpolation.C.
AMIInterpolation | ( | const AMIInterpolation & | fineAMI, |
const labelList & | sourceRestrictAddressing, | ||
const labelList & | neighbourRestrictAddressing | ||
) |
Definition at line 598 of file AMIInterpolation.C.
References Foam::expressions::patchExpr::debug, Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::max(), Foam::nl, Foam::Pout, AMIInterpolation::srcAddress(), AMIInterpolation::srcMagSf(), AMIInterpolation::srcMapPtr_, AMIInterpolation::srcWeights(), AMIInterpolation::tgtAddress(), AMIInterpolation::tgtMagSf(), AMIInterpolation::tgtMapPtr_, and AMIInterpolation::tgtWeights().
AMIInterpolation | ( | const AMIInterpolation & | ami | ) |
Definition at line 702 of file AMIInterpolation.C.
|
virtualdefault |
|
protecteddelete |
|
protected |
Definition at line 46 of file AMIInterpolation.C.
References boundBox::inflate(), Foam::New(), and Foam::foamVersion::patch.
|
protected |
Definition at line 70 of file AMIInterpolation.C.
References Foam::expressions::patchExpr::debug, Foam::endl(), InfoInFunction, Foam::sum(), and Foam::Zero.
|
protected |
Definition at line 121 of file AMIInterpolation.C.
References Foam::abort(), addProfiling, DebugInfo, Foam::endl(), Foam::FatalError, FatalErrorInFunction, searchableSurface::findNearest(), forAll, and Foam::constant::mathematical::pi().
|
inlineprotected |
Definition at line 22 of file AMIInterpolationI.H.
References Foam::abort(), Foam::FatalError, FatalErrorInFunction, and AMIInterpolation::tsrcPatch0_.
|
inlineprotected |
Definition at line 35 of file AMIInterpolationI.H.
References Foam::abort(), Foam::FatalError, and FatalErrorInFunction.
|
staticprotected |
Definition at line 161 of file AMIInterpolation.C.
References addProfiling, Foam::endl(), forAll, Foam::gAverage(), Foam::gMax(), Foam::gMin(), Foam::indent(), Foam::Info, Foam::nl, Foam::output(), Foam::returnReduce(), s, and Foam::sum().
|
staticprotected |
Definition at line 239 of file AMIInterpolation.C.
References addProfiling, List::append(), mapDistributeBase::constructMap(), mapDistributeBase::constructSize(), mapDistribute::distribute(), forAll, Foam::identity(), Foam::labelMin, Foam::max(), autoPtr::reset(), List::setSize(), and mapDistributeBase::subMap().
TypeName | ( | "AMIInterpolation" | ) |
declareRunTimeSelectionTable | ( | autoPtr | , |
AMIInterpolation | , | ||
dict | , | ||
(const dictionary &dict, const bool reverseTarget) | , | ||
(dict, reverseTarget) | |||
) |
declareRunTimeSelectionTable | ( | autoPtr | , |
AMIInterpolation | , | ||
component | , | ||
(const bool requireMatch, const bool reverseTarget, const scalar lowWeightCorrection) | , | ||
(requireMatch, reverseTarget, lowWeightCorrection) | |||
) |
|
static |
Definition at line 26 of file AMIInterpolationNew.C.
References DebugInfo, dict, Foam::endl(), Foam::exit(), Foam::FatalError, and FatalErrorInLookup.
Referenced by regionModel::interRegionAMI().
|
static |
Definition at line 51 of file AMIInterpolationNew.C.
References DebugInfo, Foam::endl(), Foam::exit(), Foam::FatalError, and FatalErrorInLookup.
|
inlinevirtual |
Reimplemented in advancingFrontAMI, faceAreaWeightAMI, nearestFaceAMI, and faceAreaWeightAMI2D.
Definition at line 334 of file AMIInterpolation.H.
References autoPtr::New().
|
inline |
Definition at line 49 of file AMIInterpolationI.H.
|
inline |
|
inline |
Definition at line 61 of file AMIInterpolationI.H.
|
inline |
Definition at line 67 of file AMIInterpolationI.H.
Definition at line 73 of file AMIInterpolationI.H.
|
inline |
Definition at line 80 of file AMIInterpolationI.H.
|
inline |
Definition at line 86 of file AMIInterpolationI.H.
|
inline |
Definition at line 92 of file AMIInterpolationI.H.
|
inline |
Definition at line 98 of file AMIInterpolationI.H.
|
inline |
Definition at line 104 of file AMIInterpolationI.H.
Referenced by AMIWeights::reportPatch().
|
inline |
Definition at line 110 of file AMIInterpolationI.H.
Referenced by AMIInterpolation::AMIInterpolation().
|
inline |
|
inline |
Definition at line 122 of file AMIInterpolationI.H.
Referenced by AMIInterpolation::AMIInterpolation(), mappedPatchFieldBase< scalar >::distribute(), cyclicAMIPolyPatch::mapCollocatedFaces(), and AMIWeights::reportPatch().
|
inline |
|
inline |
Definition at line 134 of file AMIInterpolationI.H.
Referenced by AMIInterpolation::AMIInterpolation(), assemblyFaceAreaPairGAMGAgglomeration::assemblyFaceAreaPairGAMGAgglomeration(), and mappedPatchFieldBase< scalar >::distribute().
|
inline |
|
inline |
Definition at line 146 of file AMIInterpolationI.H.
Referenced by AMIWeights::reportPatch(), cyclicACMIPolyPatch::resetAMI(), and AMIWeights::writeWeightFields().
|
inline |
|
inline |
Definition at line 158 of file AMIInterpolationI.H.
|
inline |
|
inline |
Definition at line 170 of file AMIInterpolationI.H.
Referenced by mappedPatchFieldBase< scalar >::distribute().
|
inline |
Definition at line 176 of file AMIInterpolationI.H.
Referenced by AMIInterpolation::AMIInterpolation().
|
inline |
|
inline |
Definition at line 188 of file AMIInterpolationI.H.
Referenced by AMIInterpolation::AMIInterpolation(), mappedPatchFieldBase< scalar >::distribute(), and AMIWeights::reportPatch().
|
inline |
|
inline |
Definition at line 200 of file AMIInterpolationI.H.
Referenced by AMIInterpolation::AMIInterpolation(), and mappedPatchFieldBase< scalar >::distribute().
|
inline |
|
inline |
Definition at line 212 of file AMIInterpolationI.H.
Referenced by AMIWeights::reportPatch(), cyclicACMIPolyPatch::resetAMI(), and AMIWeights::writeWeightFields().
|
inline |
|
inline |
Definition at line 224 of file AMIInterpolationI.H.
Referenced by mappedPatchFieldBase< scalar >::distribute().
|
virtual |
Reimplemented in faceAreaWeightAMI, nearestFaceAMI, advancingFrontAMI, and faceAreaWeightAMI2D.
Definition at line 727 of file AMIInterpolation.C.
References addProfiling, Foam::expressions::patchExpr::debug, DebugInfo, Foam::endl(), Foam::indent(), Foam::Info, refPtr::New(), Foam::nl, PrimitivePatch< FaceList, PointField >::points(), and Foam::returnReduce().
Referenced by advancingFrontAMI::calculate(), and nearestFaceAMI::calculate().
void reset | ( | autoPtr< mapDistribute > && | srcToTgtMap, |
autoPtr< mapDistribute > && | tgtToSrcMap, | ||
labelListList && | srcAddress, | ||
scalarListList && | srcWeights, | ||
labelListList && | tgtAddress, | ||
scalarListList && | tgtWeights | ||
) |
Definition at line 795 of file AMIInterpolation.C.
References DebugInFunction, Foam::endl(), forAll, and Foam::sum().
void append | ( | const primitivePatch & | srcPatch, |
const primitivePatch & | tgtPatch | ||
) |
Definition at line 832 of file AMIInterpolation.C.
References addProfiling, List::append(), forAll, and Foam::identity().
Definition at line 1011 of file AMIInterpolation.C.
References Foam::output().
void interpolateToSource | ( | const UList< Type > & | fld, |
const CombineOp & | cop, | ||
List< Type > & | result, | ||
const UList< Type > & | defaultValues = UList<Type>::null() |
||
) | const |
Definition at line 115 of file AMIInterpolationTemplates.C.
References Foam::abort(), addProfiling, mapDistribute::distribute(), Foam::FatalError, FatalErrorInFunction, fld, forAll, Foam::nl, List::setSize(), and UList::size().
Referenced by mappedPatchBase::distribute(), regionModel::mapRegionPatchField(), and regionModel::mapRegionPatchInternalField().
void interpolateToTarget | ( | const UList< Type > & | fld, |
const CombineOp & | cop, | ||
List< Type > & | result, | ||
const UList< Type > & | defaultValues = UList<Type>::null() |
||
) | const |
Definition at line 29 of file AMIInterpolationTemplates.C.
References Foam::abort(), addProfiling, mapDistribute::distribute(), Foam::FatalError, FatalErrorInFunction, fld, forAll, Foam::nl, List::setSize(), and UList::size().
Referenced by mappedPatchBase::distribute().
tmp<Field<Type> > interpolateToSource | ( | const Field< Type > & | fld, |
const CombineOp & | cop, | ||
const UList< Type > & | defaultValues = UList< Type >::null() |
||
) | const |
tmp<Field<Type> > interpolateToSource | ( | const tmp< Field< Type >> & | tFld, |
const CombineOp & | cop, | ||
const UList< Type > & | defaultValues = UList< Type >::null() |
||
) | const |
tmp<Field<Type> > interpolateToTarget | ( | const Field< Type > & | fld, |
const CombineOp & | cop, | ||
const UList< Type > & | defaultValues = UList< Type >::null() |
||
) | const |
tmp<Field<Type> > interpolateToTarget | ( | const tmp< Field< Type >> & | tFld, |
const CombineOp & | cop, | ||
const UList< Type > & | defaultValues = UList< Type >::null() |
||
) | const |
tmp<Field<Type> > interpolateToSource | ( | const Field< Type > & | fld, |
const UList< Type > & | defaultValues = UList< Type >::null() |
||
) | const |
tmp<Field<Type> > interpolateToSource | ( | const tmp< Field< Type >> & | tFld, |
const UList< Type > & | defaultValues = UList< Type >::null() |
||
) | const |
tmp<Field<Type> > interpolateToTarget | ( | const Field< Type > & | fld, |
const UList< Type > & | defaultValues = UList< Type >::null() |
||
) | const |
tmp<Field<Type> > interpolateToTarget | ( | const tmp< Field< Type >> & | tFld, |
const UList< Type > & | defaultValues = UList< Type >::null() |
||
) | const |
Foam::label srcPointFace | ( | const primitivePatch & | srcPatch, |
const primitivePatch & | tgtPatch, | ||
const vector & | n, | ||
const label | tgtFacei, | ||
point & | tgtPoint | ||
) | const |
Definition at line 1043 of file AMIInterpolation.C.
References PointHit< PointType >::distance(), PointHit< PointType >::eligibleMiss(), f(), PointHit< PointType >::hit(), n, PrimitivePatch< FaceList, PointField >::points(), PointHit< PointType >::rawPoint(), and PointHit< PointType >::setDistance().
Foam::label tgtPointFace | ( | const primitivePatch & | srcPatch, |
const primitivePatch & | tgtPatch, | ||
const vector & | n, | ||
const label | srcFacei, | ||
point & | srcPoint | ||
) | const |
Definition at line 1092 of file AMIInterpolation.C.
References PointHit< PointType >::distance(), PointHit< PointType >::eligibleMiss(), f(), PointHit< PointType >::hit(), n, PrimitivePatch< FaceList, PointField >::points(), PointHit< PointType >::rawPoint(), and PointHit< PointType >::setDistance().
Definition at line 1141 of file AMIInterpolation.C.
References Foam::endl(), forAll, found, Log, Foam::nl, and UPstream::parRun().
void writeFaceConnectivity | ( | const primitivePatch & | srcPatch, |
const primitivePatch & | tgtPatch, | ||
const labelListList & | srcAddress | ||
) | const |
Definition at line 1205 of file AMIInterpolation.C.
References Foam::endl(), PrimitivePatch< FaceList, PointField >::faceCentres(), forAll, UPstream::myProcNo(), Foam::name(), os(), and Foam::meshTools::writeOBJ().
|
virtual |
Reimplemented in faceAreaWeightAMI, and faceAreaWeightAMI2D.
Definition at line 1236 of file AMIInterpolation.C.
References os(), Foam::type(), and Ostream::writeEntry().
Referenced by faceAreaWeightAMI2D::write(), and faceAreaWeightAMI::write().
Foam::tmp<Foam::Field<Type> > interpolateToSource | ( | const Field< Type > & | fld, |
const CombineOp & | cop, | ||
const UList< Type > & | defaultValues | ||
) | const |
Definition at line 201 of file AMIInterpolationTemplates.C.
References fld, Foam::New(), and Foam::Zero.
Foam::tmp<Foam::Field<Type> > interpolateToSource | ( | const tmp< Field< Type >> & | tFld, |
const CombineOp & | cop, | ||
const UList< Type > & | defaultValues | ||
) | const |
Definition at line 223 of file AMIInterpolationTemplates.C.
Foam::tmp<Foam::Field<Type> > interpolateToTarget | ( | const Field< Type > & | fld, |
const CombineOp & | cop, | ||
const UList< Type > & | defaultValues | ||
) | const |
Definition at line 235 of file AMIInterpolationTemplates.C.
References fld, Foam::New(), and Foam::Zero.
Foam::tmp<Foam::Field<Type> > interpolateToTarget | ( | const tmp< Field< Type >> & | tFld, |
const CombineOp & | cop, | ||
const UList< Type > & | defaultValues | ||
) | const |
Definition at line 257 of file AMIInterpolationTemplates.C.
Foam::tmp<Foam::Field<Type> > interpolateToSource | ( | const Field< Type > & | fld, |
const UList< Type > & | defaultValues | ||
) | const |
Definition at line 269 of file AMIInterpolationTemplates.C.
References fld.
Foam::tmp<Foam::Field<Type> > interpolateToSource | ( | const tmp< Field< Type >> & | tFld, |
const UList< Type > & | defaultValues | ||
) | const |
Definition at line 280 of file AMIInterpolationTemplates.C.
Foam::tmp<Foam::Field<Type> > interpolateToTarget | ( | const Field< Type > & | fld, |
const UList< Type > & | defaultValues | ||
) | const |
Definition at line 291 of file AMIInterpolationTemplates.C.
References fld.
Foam::tmp<Foam::Field<Type> > interpolateToTarget | ( | const tmp< Field< Type >> & | tFld, |
const UList< Type > & | defaultValues | ||
) | const |
Definition at line 302 of file AMIInterpolationTemplates.C.
|
static |
Definition at line 81 of file AMIInterpolation.H.
|
protected |
Definition at line 93 of file AMIInterpolation.H.
Referenced by advancingFrontAMI::checkPatches().
|
protected |
Definition at line 97 of file AMIInterpolation.H.
|
protected |
Definition at line 100 of file AMIInterpolation.H.
|
protected |
Definition at line 104 of file AMIInterpolation.H.
|
protected |
Definition at line 110 of file AMIInterpolation.H.
|
protected |
Definition at line 113 of file AMIInterpolation.H.
|
protected |
Definition at line 116 of file AMIInterpolation.H.
|
protected |
Definition at line 119 of file AMIInterpolation.H.
|
protected |
Definition at line 122 of file AMIInterpolation.H.
|
protected |
Definition at line 126 of file AMIInterpolation.H.
|
protected |
Definition at line 129 of file AMIInterpolation.H.
Referenced by advancingFrontAMI::srcPatch(), and AMIInterpolation::srcPatch0().
|
protected |
Definition at line 132 of file AMIInterpolation.H.
Referenced by AMIInterpolation::AMIInterpolation().
|
protected |
Definition at line 139 of file AMIInterpolation.H.
|
protected |
Definition at line 142 of file AMIInterpolation.H.
|
protected |
Definition at line 145 of file AMIInterpolation.H.
|
protected |
Definition at line 148 of file AMIInterpolation.H.
|
protected |
Definition at line 151 of file AMIInterpolation.H.
|
protected |
Definition at line 155 of file AMIInterpolation.H.
|
protected |
Definition at line 158 of file AMIInterpolation.H.
|
protected |
Definition at line 161 of file AMIInterpolation.H.
Referenced by AMIInterpolation::AMIInterpolation().
|
protected |
Definition at line 164 of file AMIInterpolation.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.