Foam::volPointInterpolation. More...
#include <finiteVolume/volPointInterpolation.H>
Definition at line 54 of file volPointInterpolation.H.
Inheritance diagram for volPointInterpolation:
Collaboration diagram for volPointInterpolation:Public Member Functions | |
| ClassName ("volPointInterpolation") | |
| volPointInterpolation (const fvMesh &) | |
| Constructor given fvMesh and pointMesh. | |
| ~volPointInterpolation () | |
| const fvMesh & | mesh () const |
| void | updateMesh () |
| Update mesh topology using the morph engine. | |
| bool | movePoints () |
| Correct weighting factors for moving mesh. | |
| template<class Type > | |
| void | interpolateInternalField (const GeometricField< Type, fvPatchField, volMesh > &, GeometricField< Type, pointPatchField, pointMesh > &) const |
| Interpolate internal field from volField to pointField. | |
| template<class Type > | |
| void | interpolate (const GeometricField< Type, fvPatchField, volMesh > &, GeometricField< Type, pointPatchField, pointMesh > &) const |
| Interpolate from volField to pointField. | |
| template<class Type > | |
| tmp< GeometricField< Type, pointPatchField, pointMesh > > | interpolate (const GeometricField< Type, fvPatchField, volMesh > &, const wordList &patchFieldTypes) const |
| Interpolate volField using inverse distance weighting. | |
| template<class Type > | |
| tmp< GeometricField< Type, pointPatchField, pointMesh > > | interpolate (const tmp< GeometricField< Type, fvPatchField, volMesh > > &, const wordList &patchFieldTypes) const |
| Interpolate tmp<volField> using inverse distance weighting. | |
| template<class Type > | |
| tmp< GeometricField< Type, pointPatchField, pointMesh > > | interpolate (const GeometricField< Type, fvPatchField, volMesh > &) const |
| Interpolate volField using inverse distance weighting. | |
| template<class Type > | |
| tmp< GeometricField< Type, pointPatchField, pointMesh > > | interpolate (const tmp< GeometricField< Type, fvPatchField, volMesh > > &) const |
| Interpolate tmp<volField> using inverse distance weighting. | |
Public Member Functions inherited from MeshObject< fvMesh, volPointInterpolation > | |
| MeshObject (const fvMesh &mesh) | |
| virtual | ~MeshObject () |
| virtual bool | writeData (Foam::Ostream &) const |
| Pure virtual writaData function. | |
Public Member Functions inherited from regIOobject | |
| TypeName ("regIOobject") | |
| Runtime type information. | |
| regIOobject (const IOobject &, const bool isTime=false) | |
| Construct from IOobject. Optional flag for if IOobject is the. | |
| regIOobject (const regIOobject &) | |
| Construct as copy. | |
| regIOobject (const regIOobject &, bool registerCopy) | |
| Construct as copy, and transferring registry registration to copy. | |
| virtual | ~regIOobject () |
| bool | checkIn () |
| Add object to registry. | |
| bool | checkOut () |
| Remove object from registry. | |
| bool | ownedByRegistry () const |
| Is this object owned by the registry? | |
| void | store () |
| Transfer ownership of this object to its registry. | |
| void | release () |
| Release ownership of this object from its registry. | |
| label | eventNo () const |
| Event number at last update. | |
| label & | eventNo () |
| Event number at last update. | |
| bool | upToDate (const word &) const |
| Am I uptodate with respect to other regIOobjects. | |
| bool | upToDate (const word &, const word &) const |
| bool | upToDate (const word &, const word &, const word &) const |
| bool | upToDate (const word &, const word &, const word &, const word &) const |
| void | setUpToDate () |
| Flag me as up to date. | |
| virtual void | rename (const word &newName) |
| Rename. | |
| Istream & | readStream (const word &) |
| Return Istream and check object type against that given. | |
| void | close () |
| Close Istream. | |
| virtual bool | readData (Istream &) |
| Virtual readData function. | |
| virtual bool | read () |
| Read object. | |
| virtual bool | modified () const |
| Return true if the object's file has been modified. | |
| virtual bool | readIfModified () |
| Read object if modified. | |
| virtual bool | writeObject (IOstream::streamFormat, IOstream::versionNumber, IOstream::compressionType) const |
| Write using given format, version and compression. | |
| virtual bool | write () const |
| Write using setting from DB. | |
| void | operator= (const IOobject &) |
Public Member Functions inherited from IOobject | |
| TypeName ("IOobject") | |
| Runtime type information. | |
| IOobject (const word &name, const fileName &instance, const objectRegistry ®istry, readOption r=NO_READ, writeOption w=NO_WRITE, bool registerObject=true) | |
| Construct from name, instance, registry, io options. | |
| IOobject (const word &name, const fileName &instance, const fileName &local, const objectRegistry ®istry, readOption r=NO_READ, writeOption w=NO_WRITE, bool registerObject=true) | |
| Construct from name, instance, local, registry, io options. | |
| IOobject (const fileName &path, const objectRegistry ®istry, readOption r=NO_READ, writeOption w=NO_WRITE, bool registerObject=true) | |
| Construct from path, registry, io options. | |
| Foam::autoPtr< IOobject > | clone () const |
| Clone. | |
| virtual | ~IOobject () |
| const Time & | time () const |
| Return time. | |
| const objectRegistry & | db () const |
| Return the local objectRegistry. | |
| const word & | name () const |
| Return name. | |
| const word & | headerClassName () const |
| Return name of the class name read from header. | |
| string & | note () |
| Return non-constant access to the optional note. | |
| const string & | note () const |
| Return the optional note. | |
| bool | registerObject () const |
| Register object created from this IOobject with registry if true. | |
| readOption | readOpt () const |
| readOption & | readOpt () |
| writeOption | writeOpt () const |
| writeOption & | writeOpt () |
| const fileName & | rootPath () const |
| const fileName & | caseName () const |
| const fileName & | instance () const |
| fileName & | instance () |
| const fileName & | local () const |
| fileName | path () const |
| Return complete path. | |
| fileName | path (const word &instance, const fileName &local="") const |
| Return complete path with alternative instance and local. | |
| fileName | objectPath () const |
| Return complete path + object name. | |
| fileName | filePath () const |
| Return complete path + object name if the file exists. | |
| bool | readHeader (Istream &) |
| Read header. | |
| bool | headerOk () |
| Read and check header info. | |
| bool | writeHeader (Ostream &) const |
| Write header. | |
| bool | good () const |
| bool | bad () const |
| InfoProxy< IOobject > | info () const |
| Return info proxy. | |
Additional Inherited Members | |
Static Public Member Functions inherited from MeshObject< fvMesh, volPointInterpolation > | |
| static const volPointInterpolation & | New (const fvMesh &mesh) |
| static const volPointInterpolation & | New (const fvMesh &mesh, const Data1 &d) |
| static const volPointInterpolation & | New (const fvMesh &mesh, const Data1 &, const Data2 &) |
| static const volPointInterpolation & | New (const fvMesh &mesh, const Data1 &, const Data2 &, const Data3 &) |
| static const volPointInterpolation & | New (const fvMesh &mesh, const Data1 &, const Data2 &, const Data3 &, const Data4 &) |
| static bool | Delete (const fvMesh &mesh) |
Static Public Member Functions inherited from regIOobject | |
| template<class Type > | |
| static Type & | store (Type *) |
| Transfer ownership of the given object pointer to its registry. | |
| template<class Type > | |
| static Type & | store (autoPtr< Type > &) |
| Transfer ownership of the given object pointer to its registry. | |
Static Public Member Functions inherited from IOobject | |
| static bool | fileNameComponents (const fileName &path, fileName &instance, fileName &local, word &name) |
| Split path into instance, local, name components. | |
| template<class Stream > | |
| static Stream & | writeBanner (Stream &os, bool noHint=false) |
| Write the standard OpenFOAM file/dictionary banner. | |
| template<class Stream > | |
| static Stream & | writeDivider (Stream &os) |
| Write the standard file section divider. | |
| template<class Stream > | |
| static Stream & | writeEndDivider (Stream &os) |
| Write the standard end file divider. | |
Protected Attributes inherited from MeshObject< fvMesh, volPointInterpolation > | |
| const fvMesh & | mesh_ |
|
explicit |
Constructor given fvMesh and pointMesh.
Definition at line 141 of file volPointInterpolation.C.
References volPointInterpolation::updateMesh().
Definition at line 152 of file volPointInterpolation.C.
| ClassName | ( | "volPointInterpolation" | ) |
|
inline |
Reimplemented from MeshObject< fvMesh, volPointInterpolation >.
Definition at line 100 of file volPointInterpolation.H.
References pointPatchInterpolation::mesh().
| void updateMesh | ( | ) |
Update mesh topology using the morph engine.
Definition at line 158 of file volPointInterpolation.C.
References pointPatchInterpolation::updateMesh().
Referenced by volPointInterpolation::volPointInterpolation().
| bool movePoints | ( | ) |
Correct weighting factors for moving mesh.
Definition at line 165 of file volPointInterpolation.C.
References pointPatchInterpolation::movePoints().
| void interpolateInternalField | ( | const GeometricField< Type, fvPatchField, volMesh > & | vf, |
| GeometricField< Type, pointPatchField, pointMesh > & | pf | ||
| ) | const |
Interpolate internal field from volField to pointField.
using inverse distance weighting
Definition at line 40 of file volPointInterpolate.C.
References Foam::endl(), forAll, Foam::Info, DimensionedField< Type, GeoMesh >::mesh(), and primitiveMesh::pointCells().
| void interpolate | ( | const GeometricField< Type, fvPatchField, volMesh > & | vf, |
| GeometricField< Type, pointPatchField, pointMesh > & | pf | ||
| ) | const |
Interpolate from volField to pointField.
using inverse distance weighting
Definition at line 74 of file volPointInterpolate.C.
References Foam::endl(), and Foam::Info.
Referenced by velocityComponentLaplacianFvMotionSolver::curPoints(), velocityLaplacianFvMotionSolver::curPoints(), displacementSBRStressFvMotionSolver::curPoints(), displacementLaplacianFvMotionSolver::curPoints(), and displacementComponentLaplacianFvMotionSolver::curPoints().
| tmp< GeometricField< Type, pointPatchField, pointMesh > > interpolate | ( | const GeometricField< Type, fvPatchField, volMesh > & | vf, |
| const wordList & | patchFieldTypes | ||
| ) | const |
Interpolate volField using inverse distance weighting.
returning pointField with the same patchField types
Definition at line 98 of file volPointInterpolate.C.
References pointMesh::boundary(), DimensionedField< Type, GeoMesh >::dimensions(), IOobject::instance(), DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), MeshObject< polyMesh, pointMesh >::New(), List< T >::setSize(), List< T >::size(), PtrList< T >::size(), and pointMesh::thisDb().
| tmp< GeometricField< Type, pointPatchField, pointMesh > > interpolate | ( | const tmp< GeometricField< Type, fvPatchField, volMesh > > & | tvf, |
| const wordList & | patchFieldTypes | ||
| ) | const |
Interpolate tmp<volField> using inverse distance weighting.
returning pointField with the same patchField types
Definition at line 150 of file volPointInterpolate.C.
References Foam::interpolate().
| tmp< GeometricField< Type, pointPatchField, pointMesh > > interpolate | ( | const GeometricField< Type, fvPatchField, volMesh > & | vf | ) | const |
Interpolate volField using inverse distance weighting.
returning pointField
Definition at line 166 of file volPointInterpolate.C.
References DimensionedField< Type, GeoMesh >::dimensions(), IOobject::instance(), DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), MeshObject< polyMesh, pointMesh >::New(), and pointMesh::thisDb().
| tmp< GeometricField< Type, pointPatchField, pointMesh > > interpolate | ( | const tmp< GeometricField< Type, fvPatchField, volMesh > > & | tvf | ) | const |
Interpolate tmp<volField> using inverse distance weighting.
returning pointField
Definition at line 197 of file volPointInterpolate.C.
References Foam::interpolate().