Searching on general spheroid. More...
Public Types | |
enum | shapeType : uint8_t { SPHERE = 0, OBLATE = 1, PROLATE = 2, GENERAL = 3 } |
![]() | |
enum | objectState : char { GOOD, BAD } |
enum | readOption : char { MUST_READ, MUST_READ_IF_MODIFIED, READ_IF_PRESENT, NO_READ } |
enum | writeOption : char { AUTO_WRITE = 0, NO_WRITE = 1 } |
enum | fileCheckTypes : char { timeStamp, timeStampMaster, inotify, inotifyMaster } |
Public Member Functions | |
TypeName ("searchableSphere") | |
searchableSphere (const IOobject &io, const point &origin, const scalar radius) | |
searchableSphere (const IOobject &io, const point ¢re, const vector &radii) | |
searchableSphere (const IOobject &io, const dictionary &dict) | |
virtual | ~searchableSphere ()=default |
const point & | centre () const noexcept |
scalar | radius () const noexcept |
const vector & | radii () const noexcept |
enum shapeType | shape () const noexcept |
point | surfacePoint (const scalar theta, const scalar phi) const |
vector | surfaceNormal (const scalar theta, const scalar phi) const |
virtual const wordList & | regions () const |
virtual bool | hasVolumeType () const |
virtual volumeType | outsideVolumeType () const |
virtual label | size () const |
virtual tmp< pointField > | coordinates () const |
virtual void | boundingSpheres (pointField ¢res, scalarField &radiusSqr) const |
virtual tmp< pointField > | points () const |
virtual bool | overlaps (const boundBox &bb) const |
virtual void | findNearest (const pointField &sample, const scalarField &nearestDistSqr, List< pointIndexHit > &) const |
virtual void | findLine (const pointField &start, const pointField &end, List< pointIndexHit > &) const |
virtual void | findLineAny (const pointField &start, const pointField &end, List< pointIndexHit > &) const |
virtual void | findLineAll (const pointField &start, const pointField &end, List< List< pointIndexHit >> &) const |
virtual void | getRegion (const List< pointIndexHit > &, labelList ®ion) const |
virtual void | getNormal (const List< pointIndexHit > &, vectorField &normal) const |
virtual void | getVolumeType (const pointField &points, List< volumeType > &volType) const |
bool | writeData (Ostream &) const |
![]() | |
TypeName ("searchableSurface") | |
declareRunTimeSelectionTable (autoPtr, searchableSurface, dict,(const IOobject &io, const dictionary &dict),(io, dict)) | |
searchableSurface (const IOobject &io) | |
virtual autoPtr< searchableSurface > | clone () const |
virtual | ~searchableSurface ()=default |
virtual bool | global () const |
virtual fileName | filePath () const |
virtual const boundBox & | bounds () const |
virtual boundBox & | bounds () |
virtual label | globalSize () const |
virtual void | findNearest (const pointField &samples, const scalarField &nearestDistSqr, const labelList ®ionIndices, List< pointIndexHit > &info) const |
virtual void | findNearest (const pointField &sample, const scalarField &nearestDistSqr, List< pointIndexHit > &, vectorField &normal, labelList ®ion) const |
virtual void | distribute (const List< treeBoundBox > &, const bool keepNonLocal, autoPtr< mapDistribute > &faceMap, autoPtr< mapDistribute > &pointMap) |
virtual void | setField (const labelList &values) |
virtual void | getField (const List< pointIndexHit > &, labelList &values) const |
![]() | |
TypeName ("regIOobject") | |
regIOobject (const IOobject &io, const bool isTimeObject=false) | |
regIOobject (const regIOobject &rio) | |
regIOobject (const regIOobject &rio, bool registerCopy) | |
regIOobject (const word &newName, const regIOobject &, bool registerCopy) | |
regIOobject (const IOobject &io, const regIOobject &rio) | |
virtual | ~regIOobject () |
bool | checkIn () |
bool | checkOut () |
virtual void | addWatch () |
bool | ownedByRegistry () const |
bool | store () |
void | release (const bool unregister=false) |
label | eventNo () const |
label & | eventNo () |
bool | upToDate (const regIOobject &) const |
bool | upToDate (const regIOobject &, const regIOobject &) const |
bool | upToDate (const regIOobject &, const regIOobject &, const regIOobject &) const |
bool | upToDate (const regIOobject &, const regIOobject &, const regIOobject &, const regIOobject &) const |
void | setUpToDate () |
virtual void | rename (const word &newName) |
const dictionary * | findMetaData () const noexcept |
dictionary & | getMetaData () noexcept |
void | removeMetaData () |
virtual void | updateMetaData () |
bool | headerOk () |
Istream & | readStream (const word &, const bool valid=true) |
void | close () |
virtual bool | readData (Istream &) |
virtual bool | read () |
virtual label | addWatch (const fileName &) |
const labelList & | watchIndices () const |
labelList & | watchIndices () |
virtual bool | modified () const |
virtual bool | readIfModified () |
virtual bool | writeObject (IOstreamOption streamOpt, const bool valid) const |
virtual bool | write (const bool valid=true) const |
void | operator= (const IOobject &io) |
virtual bool | writeObject (IOstreamOption::streamFormat fmt, IOstreamOption::versionNumber ver, IOstreamOption::compressionType comp, const bool valid) const |
![]() | |
TypeName ("IOobject") | |
IOobject (const IOobject &)=default | |
virtual | ~IOobject ()=default |
IOobject (const word &name, const fileName &instance, const objectRegistry ®istry, readOption r=NO_READ, writeOption w=NO_WRITE, bool registerObject=true, bool globalObject=false) | |
IOobject (const word &name, const fileName &instance, const fileName &local, const objectRegistry ®istry, readOption r=NO_READ, writeOption w=NO_WRITE, bool registerObject=true, bool globalObject=false) | |
IOobject (const fileName &path, const objectRegistry ®istry, readOption r=NO_READ, writeOption w=NO_WRITE, bool registerObject=true, bool globalObject=false) | |
IOobject (const IOobject &io, const objectRegistry ®istry) | |
IOobject (const IOobject &io, const word &name) | |
IOobject (const IOobject &io, readOption, writeOption) | |
autoPtr< IOobject > | clone () const |
autoPtr< IOobject > | clone (const objectRegistry ®istry) const |
const objectRegistry & | db () const noexcept |
const Time & | time () const |
const word & | name () const noexcept |
const word & | headerClassName () const noexcept |
word & | headerClassName () noexcept |
const string & | note () const noexcept |
string & | note () noexcept |
bool | registerObject () const noexcept |
bool | registerObject (bool on) noexcept |
bool | globalObject () const noexcept |
bool | globalObject (bool on) noexcept |
unsigned | labelByteSize () const noexcept |
unsigned | scalarByteSize () const noexcept |
bool | isHeaderClassName (const word &clsName) const |
template<class Type > | |
bool | isHeaderClassName () const |
readOption | readOpt () const noexcept |
readOption | readOpt (readOption opt) noexcept |
writeOption | writeOpt () const noexcept |
writeOption | writeOpt (writeOption opt) noexcept |
word | group () const |
word | member () const |
const fileName & | rootPath () const |
const fileName & | caseName () const |
const fileName & | instance () const noexcept |
fileName & | instance () noexcept |
const fileName & | local () const noexcept |
fileName | path () const |
fileName | path (const word &instance, const fileName &local=fileName::null) const |
fileName | objectPath () const |
fileName | objectRelPath () const |
fileName | localFilePath (const word &typeName, const bool search=true) const |
fileName | globalFilePath (const word &typeName, const bool search=true) const |
IOstreamOption | parseHeader (const dictionary &headerDict) |
bool | readHeader (Istream &is) |
bool | readHeader (dictionary &headerDict, Istream &is) |
template<class Type > | |
bool | typeHeaderOk (const bool checkType=true, const bool search=true, const bool verbose=true) |
template<class Type > | |
void | warnNoRereading () const |
bool | writeHeader (Ostream &os) const |
bool | writeHeader (Ostream &os, const word &objectType) const |
void | writeHeader (dictionary &dict, IOstreamOption streamOpt) const |
void | writeHeader (dictionary &dict, const word &objectType, IOstreamOption streamOpt) const |
bool | good () const noexcept |
bool | bad () const noexcept |
InfoProxy< IOobject > | info () const |
void | operator= (const IOobject &io) |
readOption & | readOpt () noexcept |
writeOption & | writeOpt () noexcept |
bool & | registerObject () noexcept |
bool & | globalObject () noexcept |
template<> | |
bool | isHeaderClassName () const |
template<class StringType > | |
Foam::word | groupName (StringType base, const word &group) |
Additional Inherited Members | |
![]() | |
static autoPtr< searchableSurface > | New (const word &surfaceType, const IOobject &io, const dictionary &dict) |
![]() | |
template<class Type > | |
static Type & | store (Type *p) |
template<class Type > | |
static Type & | store (autoPtr< Type > &ptr) |
template<class Type > | |
static Type & | store (autoPtr< Type > &&ptr) |
template<class Type > | |
static Type & | store (refPtr< Type > &ptr) |
template<class Type > | |
static Type & | store (refPtr< Type > &&ptr) |
template<class Type > | |
static Type & | store (tmp< Type > &ptr) |
template<class Type > | |
static Type & | store (tmp< Type > &&ptr) |
![]() | |
static bool | bannerEnabled () noexcept |
static bool | bannerEnabled (bool on) noexcept |
static bool | fileNameComponents (const fileName &path, fileName &instance, fileName &local, word &name) |
template<class StringType > | |
static word | groupName (StringType base, const word &group) |
static word | group (const word &name) |
static word | member (const word &name) |
static word | scopedName (const std::string &scope, const word &name) |
static IOobject | selectIO (const IOobject &io, const fileName &altFile, const word &ioName="") |
static Ostream & | writeBanner (Ostream &os, const bool noSyntaxHint=false) |
static Ostream & | writeDivider (Ostream &os) |
static Ostream & | writeEndDivider (Ostream &os) |
![]() | |
static const Enum< fileCheckTypes > | fileCheckTypesNames |
static char | scopeSeparator |
static fileCheckTypes | fileModificationChecking |
static float | fileModificationSkew |
static int | maxFileModificationPolls |
![]() | |
bool | readHeaderOk (const IOstreamOption::streamFormat fmt, const word &typeName) |
![]() | |
void | setBad (const string &s) |
![]() | |
static void | writeHeaderContent (Ostream &os, const IOobject &io, const word &objectType, const dictionary *metaDataDict=nullptr) |
static void | writeHeaderContent (dictionary &dict, const IOobject &io, const word &objectType, IOstreamOption streamOpt, const dictionary *metaDataDict=nullptr) |
![]() | |
static bool | masterOnlyReading = false |
Searching on general spheroid.
Dictionary parameters
Property | Description | Required | Default |
---|---|---|---|
type | sphere | selector | |
origin | The origin (centre) of the sphere | yes | |
radius | The (outside) radius/radiii of sphere | yes | |
centre | Alternative name for 'origin' | no |
radius
can be specified as a single scalar (for a sphere) or a vector of three values (for a general spheroid).Longer type name : searchableSphere
Definition at line 88 of file searchableSphere.H.
enum shapeType : uint8_t |
Enumerator | |
---|---|
SPHERE | Sphere (all components equal) |
OBLATE | Oblate (major = mezzo > minor) |
PROLATE | Prolate (major > mezzo = minor) |
GENERAL | General spheroid. |
Definition at line 97 of file searchableSphere.H.
searchableSphere | ( | const IOobject & | io, |
const point & | origin, | ||
const scalar | radius | ||
) |
Definition at line 775 of file searchableSphere.C.
searchableSphere | ( | const IOobject & | io, |
const point & | centre, | ||
const vector & | radii | ||
) |
Definition at line 786 of file searchableSphere.C.
searchableSphere | ( | const IOobject & | io, |
const dictionary & | dict | ||
) |
Definition at line 803 of file searchableSphere.C.
|
virtualdefault |
TypeName | ( | "searchableSphere" | ) |
|
inlinenoexcept |
Definition at line 233 of file searchableSphere.H.
|
inlinenoexcept |
Definition at line 239 of file searchableSphere.H.
|
inlinenoexcept |
Definition at line 245 of file searchableSphere.H.
|
inlinenoexcept |
Definition at line 251 of file searchableSphere.H.
Foam::point surfacePoint | ( | const scalar | theta, |
const scalar | phi | ||
) | const |
Definition at line 820 of file searchableSphere.C.
References Foam::cos(), phi, and Foam::sin().
Foam::vector surfaceNormal | ( | const scalar | theta, |
const scalar | phi | ||
) | const |
Definition at line 835 of file searchableSphere.C.
References Foam::cos(), Vector< Cmpt >::normalise(), phi, and Foam::sin().
|
virtual |
Implements searchableSurface.
Definition at line 903 of file searchableSphere.C.
References List::resize().
|
inlinevirtual |
Reimplemented from searchableSurface.
Definition at line 272 of file searchableSphere.H.
|
inlinevirtual |
Implements searchableSurface.
Definition at line 278 of file searchableSphere.H.
References volumeType::OUTSIDE.
|
inlinevirtual |
Implements searchableSurface.
Definition at line 284 of file searchableSphere.H.
|
inlinevirtual |
Implements searchableSurface.
Definition at line 291 of file searchableSphere.H.
References tmp::New().
Referenced by searchableSphere::points().
|
virtual |
Implements searchableSurface.
Definition at line 915 of file searchableSphere.C.
References Foam::sqr().
|
inlinevirtual |
Implements searchableSurface.
Definition at line 305 of file searchableSphere.H.
References searchableSphere::coordinates().
Implements searchableSurface.
Definition at line 851 of file searchableSphere.C.
References Foam::mag(), boundBox::max(), boundBox::min(), VectorSpace< Vector< scalar >, scalar, 3 >::nComponents, boundBox::overlaps(), Foam::sqr(), and boundBox::valid().
|
virtual |
Implements searchableSurface.
Definition at line 932 of file searchableSphere.C.
References forAll, List::resize(), and samples().
|
virtual |
Implements searchableSurface.
Definition at line 948 of file searchableSphere.C.
References Foam::constant::physicoChemical::b, stdFoam::end(), forAll, and List::resize().
|
virtual |
Implements searchableSurface.
Definition at line 974 of file searchableSphere.C.
References Foam::constant::physicoChemical::b, stdFoam::end(), forAll, and List::resize().
|
virtual |
Implements searchableSurface.
Definition at line 1000 of file searchableSphere.C.
References List::clear(), stdFoam::end(), forAll, PointIndexHit::hit(), and List::resize().
|
virtual |
Implements searchableSurface.
Definition at line 1045 of file searchableSphere.C.
References List::resize().
|
virtual |
Implements searchableSurface.
Definition at line 1056 of file searchableSphere.C.
References forAll, Foam::normalised(), and Foam::Zero.
|
virtual |
Implements searchableSurface.
Definition at line 1095 of file searchableSphere.C.
References forAll, volumeType::INSIDE, Foam::magSqr(), volumeType::OUTSIDE, p, points, List::resize(), and Foam::sqr().
Implements regIOobject.
Definition at line 370 of file searchableSphere.H.
References NotImplemented.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.