Finite area mesh. Used for 2-D non-Euclidian finite area method. More...
Public Types | |
typedef faMesh | Mesh |
typedef faBoundaryMesh | BoundaryMesh |
![]() | |
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 } |
![]() | |
typedef Searcher< true > | const_searcher |
typedef Searcher< false > | searcher |
Public Member Functions | |
TypeName ("faMesh") | |
faMesh (const polyMesh &pMesh, const Foam::zero) | |
faMesh (const polyMesh &pMesh) | |
faMesh (const polyMesh &pMesh, const UList< label > &faceLabels) | |
faMesh (const polyPatch &pp) | |
faMesh (const polyMesh &pMesh, const dictionary &faMeshDefinition) | |
virtual | ~faMesh () |
void | addFaPatches (PtrList< faPatch > &plist, const bool validBoundary=true) |
void | addFaPatches (const List< faPatch * > &p, const bool validBoundary=true) |
const polyMesh & | mesh () const |
const polyMesh & | operator() () const |
fileName | meshDir () const |
const Time & | time () const |
const fileName & | pointsInstance () const |
const fileName & | facesInstance () const |
label | comm () const noexcept |
label & | comm () noexcept |
label | nPoints () const noexcept |
label | nEdges () const noexcept |
label | nInternalEdges () const noexcept |
label | nBoundaryEdges () const noexcept |
label | nFaces () const noexcept |
const pointField & | points () const |
const edgeList & | edges () const noexcept |
const faceList & | faces () const |
const labelList & | edgeOwner () const noexcept |
const labelList & | edgeNeighbour () const noexcept |
virtual bool | hasDb () const |
virtual const objectRegistry & | thisDb () const |
const word & | name () const |
const faBoundaryMesh & | boundary () const noexcept |
const labelList & | faceLabels () const noexcept |
const faGlobalMeshData & | globalData () const |
virtual const lduAddressing & | lduAddr () const |
virtual lduInterfacePtrsList | interfaces () const |
const labelUList & | owner () const |
const labelUList & | neighbour () const |
bool | isInternalEdge (const label edgeIndex) const |
const List< labelPair > & | boundaryConnections () const |
labelList | boundaryProcs () const |
List< labelPair > | boundaryProcSizes () const |
const faMeshBoundaryHalo & | boundaryHaloMap () const |
const pointField & | haloFaceCentres () const |
const vectorField & | haloFaceNormals () const |
tmp< pointField > | haloFaceCentres (const label patchi) const |
tmp< vectorField > | haloFaceNormals (const label patchi) const |
bool | moving () const |
virtual bool | movePoints () |
virtual void | updateMesh (const mapPolyMesh &) |
virtual void | mapFields (const faMeshMapper &mapper) const |
virtual void | mapOldAreas (const faMeshMapper &mapper) const |
const uindirectPrimitivePatch & | patch () const |
uindirectPrimitivePatch & | patch () |
const labelList & | patchStarts () const |
const edgeVectorField & | Le () const |
const edgeScalarField & | magLe () const |
const areaVectorField & | areaCentres () const |
const edgeVectorField & | edgeCentres () const |
const DimensionedField< scalar, areaMesh > & | S () const |
const DimensionedField< scalar, areaMesh > & | S0 () const |
const DimensionedField< scalar, areaMesh > & | S00 () const |
const areaVectorField & | faceAreaNormals () const |
const edgeVectorField & | edgeAreaNormals () const |
const vectorField & | pointAreaNormals () const |
const areaScalarField & | faceCurvatures () const |
const FieldField< Field, tensor > & | edgeTransformTensors () const |
labelList | internalPoints () const |
labelList | boundaryPoints () const |
tmp< edgeScalarField > | edgeLengthCorrection () const |
bool | correctPatchPointNormals (const label patchID) const |
boolList & | correctPatchPointNormals () const |
virtual bool | write (const bool valid=true) const |
bool | operator!= (const faMesh &m) const |
bool | operator== (const faMesh &m) const |
![]() | |
MeshObject (const polyMesh &mesh) | |
virtual | ~MeshObject ()=default |
const polyMesh & | mesh () const |
virtual bool | writeData (Ostream &os) const |
![]() | |
UpdateableMeshObject (const word &typeName, const objectRegistry &obr) | |
![]() | |
MoveableMeshObject (const word &typeName, const objectRegistry &obr) | |
![]() | |
GeometricMeshObject (const word &typeName, const objectRegistry &obr) | |
![]() | |
TopologicalMeshObject (const word &typeName, const objectRegistry &obr) | |
![]() | |
ClassName ("meshObject") | |
meshObject (const word &typeName, const objectRegistry &obr) | |
![]() | |
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 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 |
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) |
![]() | |
TypeName ("lduMesh") | |
virtual | ~lduMesh ()=default |
template<class T , class BinaryOp > | |
void | reduce (T &Value, const BinaryOp &bop) const |
InfoProxy< lduMesh > | info () const |
![]() | |
ClassName ("edgeInterpolation") | |
edgeInterpolation (const faMesh &) | |
~edgeInterpolation () | |
const faMesh & | mesh () const |
const edgeScalarField & | lPN () const |
const edgeScalarField & | weights () const |
const edgeScalarField & | deltaCoeffs () const |
bool | orthogonal () const |
const edgeVectorField & | correctionVectors () const |
bool | skew () const |
const edgeVectorField & | skewCorrectionVectors () const |
bool | movePoints () const |
![]() | |
faSchemes (const faSchemes &)=delete | |
void | operator= (const faSchemes &)=delete |
faSchemes (const objectRegistry &obr, const word &dictName, const dictionary *fallback=nullptr) | |
faSchemes (const objectRegistry &obr, const dictionary *fallback=nullptr) | |
faSchemes (const objectRegistry &obr, const dictionary &dict) | |
![]() | |
schemesLookup (const objectRegistry &obr, const word &dictName, const dictionary *fallback=nullptr) | |
const dictionary & | schemesDict () const |
bool | steady () const noexcept |
bool | transient () const noexcept |
ITstream & | ddtScheme (const word &name) const |
ITstream & | d2dt2Scheme (const word &name) const |
ITstream & | interpolationScheme (const word &name) const |
ITstream & | divScheme (const word &name) const |
ITstream & | gradScheme (const word &name) const |
ITstream & | lnGradScheme (const word &name) const |
ITstream & | snGradScheme (const word &name) const |
ITstream & | laplacianScheme (const word &name) const |
void | setFluxRequired (const word &name) const |
bool | fluxRequired (const word &name) const |
const dictionary & | ddtSchemes () const noexcept |
const dictionary & | d2dt2Schemes () const noexcept |
const dictionary & | interpolationSchemes () const noexcept |
const dictionary & | divSchemes () const noexcept |
const dictionary & | gradSchemes () const noexcept |
const dictionary & | lnGradSchemes () const noexcept |
const dictionary & | snGradSchemes () const noexcept |
const dictionary & | laplacianSchemes () const noexcept |
const dictionary & | fluxRequired () const noexcept |
dictionary & | ddtSchemes () noexcept |
dictionary & | d2dt2Schemes () noexcept |
dictionary & | interpolationSchemes () noexcept |
dictionary & | divSchemes () noexcept |
dictionary & | gradSchemes () noexcept |
dictionary & | lnGradSchemes () noexcept |
dictionary & | snGradSchemes () noexcept |
dictionary & | laplacianSchemes () noexcept |
dictionary & | fluxRequired () noexcept |
bool | read () |
void | writeDicts (Ostream &os) const |
![]() | |
IOdictionary (const IOobject &io, const dictionary *fallback=nullptr) | |
IOdictionary (const IOobject &io, const dictionary &dict) | |
IOdictionary (const IOobject &io, const word &wantedType, const dictionary *fallback=nullptr) | |
IOdictionary (const IOobject &io, Istream &is) | |
virtual | ~IOdictionary ()=default |
virtual bool | global () const |
virtual fileName | filePath () const |
![]() | |
TypeName ("dictionary") | |
baseIOdictionary (const baseIOdictionary &)=default | |
baseIOdictionary (baseIOdictionary &&)=default | |
virtual | ~baseIOdictionary ()=default |
baseIOdictionary (const IOobject &io, const dictionary *fallback=nullptr) | |
baseIOdictionary (const IOobject &io, const dictionary &dict) | |
baseIOdictionary (const IOobject &io, Istream &is) | |
const word & | name () const |
virtual bool | readData (Istream &) |
virtual bool | writeData (Ostream &) const |
void | operator= (const baseIOdictionary &rhs) |
void | operator= (const dictionary &rhs) |
![]() | |
ClassName ("dictionary") | |
dictionary () | |
dictionary (const fileName &name) | |
dictionary (const fileName &name, const dictionary &parentDict, Istream &is, bool keepHeader=false) | |
dictionary (Istream &is) | |
dictionary (Istream &is, bool keepHeader) | |
dictionary (const dictionary &parentDict, const dictionary &dict) | |
dictionary (const dictionary &dict) | |
dictionary (const dictionary *dict) | |
dictionary (const dictionary &parentDict, dictionary &&dict) | |
dictionary (dictionary &&dict) | |
autoPtr< dictionary > | clone () const |
virtual | ~dictionary () |
const fileName & | name () const noexcept |
fileName & | name () noexcept |
word | dictName () const |
fileName | relativeName (const bool caseTag=false) const |
bool | isNullDict () const noexcept |
const dictionary & | parent () const noexcept |
const dictionary & | topDict () const |
label | startLineNumber () const |
label | endLineNumber () const |
SHA1Digest | digest () const |
tokenList | tokens () const |
bool | found (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const |
entry * | findEntry (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) |
const entry * | findEntry (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const |
const entry * | findScoped (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const |
dictionary * | findDict (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) |
const dictionary * | findDict (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const |
const entry & | lookupEntry (const word &keyword, enum keyType::option matchOpt) const |
ITstream & | lookup (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const |
template<class T > | |
T | get (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const |
template<class T > | |
T | getOrDefault (const word &keyword, const T &deflt, enum keyType::option matchOpt=keyType::REGEX) const |
template<class T > | |
T | getOrAdd (const word &keyword, const T &deflt, enum keyType::option matchOpt=keyType::REGEX) |
template<class T > | |
bool | readEntry (const word &keyword, T &val, enum keyType::option matchOpt=keyType::REGEX, bool mandatory=true) const |
template<class T > | |
bool | readIfPresent (const word &keyword, T &val, enum keyType::option matchOpt=keyType::REGEX) const |
template<class T , class Predicate > | |
T | getCheck (const word &keyword, const Predicate &pred, enum keyType::option matchOpt=keyType::REGEX) const |
template<class T , class Predicate > | |
T | getCheckOrDefault (const word &keyword, const T &deflt, const Predicate &pred, enum keyType::option matchOpt=keyType::REGEX) const |
template<class T , class Predicate > | |
T | getCheckOrAdd (const word &keyword, const T &deflt, const Predicate &pred, enum keyType::option matchOpt=keyType::REGEX) |
template<class T , class Predicate > | |
bool | readCheck (const word &keyword, T &val, const Predicate &pred, enum keyType::option matchOpt=keyType::REGEX, bool mandatory=true) const |
template<class T , class Predicate > | |
bool | readCheckIfPresent (const word &keyword, T &val, const Predicate &pred, enum keyType::option matchOpt=keyType::REGEX) const |
bool | isDict (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const |
const dictionary & | subDict (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const |
dictionary & | subDict (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) |
dictionary & | subDictOrAdd (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) |
dictionary | subOrEmptyDict (const word &keyword, enum keyType::option matchOpt=keyType::REGEX, const bool mandatory=false) const |
const dictionary & | optionalSubDict (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const |
wordList | toc () const |
wordList | sortedToc () const |
template<class Compare > | |
wordList | sortedToc (const Compare &comp) const |
List< keyType > | keys (bool patterns=false) const |
bool | substituteKeyword (const word &keyword, bool mergeEntry=false) |
bool | substituteScopedKeyword (const word &keyword, bool mergeEntry=false) |
entry * | add (entry *entryPtr, bool mergeEntry=false) |
entry * | add (const entry &e, bool mergeEntry=false) |
entry * | add (const keyType &k, const word &v, bool overwrite=false) |
entry * | add (const keyType &k, const string &v, bool overwrite=false) |
entry * | add (const keyType &k, const label v, bool overwrite=false) |
entry * | add (const keyType &k, const scalar v, bool overwrite=false) |
entry * | add (const keyType &k, const dictionary &d, bool mergeEntry=false) |
template<class T > | |
entry * | add (const keyType &k, const T &v, bool overwrite=false) |
entry * | set (entry *entryPtr) |
entry * | set (const entry &e) |
entry * | set (const keyType &k, const dictionary &v) |
template<class T > | |
entry * | set (const keyType &k, const T &v) |
bool | remove (const word &keyword) |
bool | changeKeyword (const keyType &oldKeyword, const keyType &newKeyword, bool overwrite=false) |
bool | merge (const dictionary &dict) |
void | clear () |
void | transfer (dictionary &dict) |
void | checkITstream (const ITstream &is, const word &keyword) const |
bool | read (Istream &is) |
bool | read (Istream &is, bool keepHeader) |
void | writeEntry (Ostream &os) const |
void | writeEntry (const keyType &keyword, Ostream &os) const |
void | writeEntries (Ostream &os, const bool extraNewLine=false) const |
void | write (Ostream &os, const bool subDict=true) const |
const_searcher | csearch (const word &keyword, enum keyType::option=keyType::REGEX) const |
const_searcher | search (const word &keyword, enum keyType::option=keyType::REGEX) const |
searcher | search (const word &keyword, enum keyType::option=keyType::REGEX) |
const_searcher | csearchScoped (const word &keyword, enum keyType::option) const |
const_searcher | searchScoped (const word &keyword, enum keyType::option) const |
searcher | searchScoped (const word &keyword, enum keyType::option) |
const dictionary * | cfindScopedDict (const fileName &dictPath) const |
const dictionary * | findScopedDict (const fileName &dictPath) const |
dictionary * | findScopedDict (const fileName &dictPath) |
dictionary * | makeScopedDict (const fileName &dictPath) |
const_searcher | csearchCompat (const word &keyword, std::initializer_list< std::pair< const char *, int >> compat, enum keyType::option=keyType::REGEX) const |
bool | foundCompat (const word &keyword, std::initializer_list< std::pair< const char *, int >> compat, enum keyType::option=keyType::REGEX) const |
const entry * | findCompat (const word &keyword, std::initializer_list< std::pair< const char *, int >> compat, enum keyType::option) const |
const entry & | lookupEntryCompat (const word &keyword, std::initializer_list< std::pair< const char *, int >> compat, enum keyType::option) const |
ITstream & | lookupCompat (const word &keyword, std::initializer_list< std::pair< const char *, int >> compat, enum keyType::option=keyType::REGEX) const |
template<class T > | |
T | getCompat (const word &keyword, std::initializer_list< std::pair< const char *, int >> compat, enum keyType::option=keyType::REGEX) const |
template<class T > | |
T | getOrDefaultCompat (const word &keyword, std::initializer_list< std::pair< const char *, int >> compat, const T &deflt, enum keyType::option=keyType::REGEX) const |
template<class T > | |
bool | readCompat (const word &keyword, std::initializer_list< std::pair< const char *, int >> compat, T &val, enum keyType::option=keyType::REGEX, bool mandatory=true) const |
template<class T > | |
bool | readIfPresentCompat (const word &keyword, std::initializer_list< std::pair< const char *, int >> compat, T &val, enum keyType::option=keyType::REGEX) const |
void | operator= (const dictionary &rhs) |
void | operator+= (const dictionary &rhs) |
void | operator|= (const dictionary &rhs) |
void | operator<<= (const dictionary &rhs) |
template<class T > | |
T | lookupOrDefault (const word &keyword, const T &deflt, enum keyType::option matchOpt=keyType::REGEX) const |
template<class T > | |
T | lookupOrAddDefault (const word &keyword, const T &deflt, enum keyType::option matchOpt=keyType::REGEX) |
template<class T > | |
T | lookupOrDefaultCompat (const word &keyword, std::initializer_list< std::pair< const char *, int >> compat, const T &deflt, enum keyType::option matchOpt=keyType::REGEX) const |
ITstream & | operator[] (const word &keyword) const |
bool | found (const word &keyword, bool recursive, bool patternMatch=true) const |
entry * | lookupEntryPtr (const word &keyword, bool recursive, bool patternMatch) |
const entry * | lookupEntryPtr (const word &keyword, bool recursive, bool patternMatch) const |
const entry * | lookupScopedEntryPtr (const word &keyword, bool recursive, bool patternMatch) const |
const dictionary * | subDictPtr (const word &keyword) const |
dictionary * | subDictPtr (const word &keyword) |
const entry & | lookupEntry (const word &keyword, bool recursive, bool patternMatch) const |
ITstream & | lookup (const word &keyword, bool recursive, bool patternMatch=true) const |
template<class T > | |
T | lookupOrDefault (const word &keyword, const T &deflt, bool recursive, bool patternMatch=true) const |
template<class T > | |
T | lookupOrAddDefault (const word &keyword, const T &deflt, bool recursive, bool patternMatch=true) |
template<class T > | |
bool | readIfPresent (const word &keyword, T &val, bool recursive, bool patternMatch=true) const |
template<class T > | |
T | lookupType (const word &keyword, bool recursive=false, bool patternMatch=true) const |
bool | getBool (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const |
Same as get< bool >(const word&, keyType::option) More... | |
label | getLabel (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const |
Same as get< label >(const word&, keyType::option) More... | |
scalar | getScalar (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const |
Same as get< scalar >(const word&, keyType::option) More... | |
string | getString (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const |
Same as get< string >(const word&, keyType::option) More... | |
word | getWord (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const |
Same as get< word >(const word&, keyType::option) More... | |
fileName | getFileName (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const |
Same as get< fileName >(const word&, keyType::option) More... | |
template<class Compare > | |
Foam::wordList | sortedToc (const Compare &comp) const |
template<class T > | |
Foam::entry * | add (const keyType &k, const T &v, bool overwrite) |
template<class T > | |
Foam::entry * | set (const keyType &k, const T &v) |
![]() | |
ILList ()=default | |
ILList (T *item) | |
ILList (Istream &is) | |
ILList (const ILList< LListBase, T > &lst) | |
ILList (ILList< LListBase, T > &&lst) | |
template<class CloneArg > | |
ILList (const ILList< LListBase, T > &lst, const CloneArg &cloneArg) | |
template<class INew > | |
ILList (Istream &is, const INew &inew) | |
~ILList () | |
bool | eraseHead () |
bool | erase (T *item) |
void | clear () |
void | transfer (ILList< LListBase, T > &lst) |
void | operator= (const ILList< LListBase, T > &lst) |
void | operator= (ILList< LListBase, T > &&lst) |
![]() | |
faSolution (const faSolution &)=delete | |
void | operator= (const faSolution &)=delete |
faSolution (const objectRegistry &obr, const word &dictName, const dictionary *fallback=nullptr) | |
faSolution (const objectRegistry &obr, const dictionary *fallback=nullptr) | |
![]() | |
solution (const objectRegistry &obr, const fileName &dictName, const dictionary *fallback=nullptr) | |
solution (const objectRegistry &obr, const fileName &dictName, const dictionary &dict) | |
virtual | ~solution () |
bool | cache (const word &name) const |
bool | relaxField (const word &name) const |
bool | relaxEquation (const word &name) const |
scalar | fieldRelaxationFactor (const word &name) const |
scalar | equationRelaxationFactor (const word &name) const |
const dictionary & | solutionDict () const |
const dictionary & | solverDict (const word &name) const |
const dictionary & | solver (const word &name) const |
bool | read () |
![]() | |
data (const objectRegistry &obr) | |
data (const objectRegistry &obr, const dictionary &dict) | |
const dictionary & | solverPerformanceDict () const |
template<class Type > | |
void | setSolverPerformance (const word &name, const SolverPerformance< Type > &sp) const |
template<class Type > | |
void | setSolverPerformance (const SolverPerformance< Type > &sp) const |
Static Public Attributes | |
static const word | prefix |
static word | meshSubDir = "faMesh" |
![]() | |
static const Enum< fileCheckTypes > | fileCheckTypesNames |
static char | scopeSeparator |
static fileCheckTypes | fileModificationChecking |
static float | fileModificationSkew |
static int | maxFileModificationPolls |
![]() | |
static int | debug |
![]() | |
static int | writeOptionalEntries |
static const dictionary | null |
static refPtr< OSstream > | reportingOutput |
![]() | |
static int | debug |
![]() | |
static int | debug |
Additional Inherited Members | |
![]() | |
static const faMesh & | New (const polyMesh &mesh, Args &&... args) |
static bool | Delete (const polyMesh &mesh) |
![]() | |
template<class Mesh > | |
static void | movePoints (objectRegistry &obr) |
template<class Mesh > | |
static void | updateMesh (objectRegistry &obr, const mapPolyMesh &mpm) |
template<class Mesh , template< class > class MeshObjectType> | |
static void | clear (objectRegistry &obr) |
template<class Mesh , template< class > class FromType, template< class > class ToType> | |
static void | clearUpto (objectRegistry &obr) |
![]() | |
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 int | reportOptional () noexcept |
static int | reportOptional (const int level) noexcept |
static autoPtr< dictionary > | New (Istream &is) |
![]() | |
static label | upgradeSolverDict (dictionary &dict, const bool verbose=true) |
template<class FieldType > | |
static void | cachePrintMessage (const char *message, const word &name, const FieldType &vf) |
![]() | |
friend | const_searcher |
friend | searcher |
![]() | |
bool | readHeaderOk (const IOstreamOption::streamFormat fmt, const word &typeName) |
![]() | |
void | setBad (const string &s) |
![]() | |
void | clearOut () |
![]() | |
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) |
![]() | |
const polyMesh & | mesh_ |
![]() | |
static bool | masterOnlyReading = false |
Finite area mesh. Used for 2-D non-Euclidian finite area method.
typedef faBoundaryMesh BoundaryMesh |
faMesh | ( | const polyMesh & | pMesh, |
const Foam::zero | zero | ||
) |
Definition at line 266 of file faMesh.C.
References IOobject::AUTO_WRITE, faBoundaryMesh::calcGeometry(), DebugInFunction, Foam::endl(), Foam::fileHandler(), faMesh::globalData(), Foam::isFile(), faMesh::mesh(), faMesh::meshSubDir, IOobject::MUST_READ, UPstream::parRun(), objectRegistry::time(), faMesh::time(), timeName, Time::timePath(), and faBoundaryMesh::updateMesh().
Definition at line 423 of file faMesh.C.
References faMesh::addFaPatches(), faBoundaryMesh::calcGeometry(), DebugInFunction, Foam::endl(), faMesh::globalData(), patchIdentifier::name(), UPstream::parRun(), and faBoundaryMesh::updateMesh().
faMesh | ( | const polyMesh & | pMesh, |
const dictionary & | faMeshDefinition | ||
) |
Definition at line 458 of file faMesh.C.
References IOobject::AUTO_WRITE, DebugInFunction, Foam::endl(), Foam::fileHandler(), dictionary::findDict(), dictionary::getOrDefault(), Foam::isFile(), mesh, faMesh::meshSubDir, IOobject::MUST_READ, word::null, UPstream::parRun(), dictionary::subDict(), objectRegistry::time(), timeName, and Time::timePath().
TypeName | ( | "faMesh" | ) |
Definition at line 31 of file faMeshPatches.C.
References Foam::abort(), boundary, Foam::FatalError, and FatalErrorInFunction.
Referenced by faMesh::faMesh(), and faMeshDecomposition::writeDecomposition().
Definition at line 57 of file faMeshPatches.C.
References p.
|
inline |
Definition at line 24 of file faMeshI.H.
References MeshObject< Mesh, MeshObjectType, Type >::mesh().
Referenced by faMesh::faMesh(), faMesh::moving(), and faMesh::operator()().
|
inline |
Definition at line 527 of file faMesh.H.
References faMesh::mesh().
Foam::fileName meshDir | ( | ) | const |
Definition at line 533 of file faMesh.C.
References polyMesh::dbDir(), mesh, and faMesh::meshSubDir.
const Foam::Time & time | ( | ) | const |
Definition at line 539 of file faMesh.C.
References mesh, and fvMesh::time().
Referenced by faMesh::faMesh().
const Foam::fileName & pointsInstance | ( | ) | const |
Definition at line 545 of file faMesh.C.
References mesh, and polyMesh::pointsInstance().
const Foam::fileName & facesInstance | ( | ) | const |
Definition at line 551 of file faMesh.C.
References polyMesh::facesInstance(), and mesh.
|
inlinevirtualnoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 61 of file faMeshI.H.
Referenced by faEdgeMapper::size(), and faMesh::updateMesh().
|
inlinenoexcept |
Definition at line 67 of file faMeshI.H.
Referenced by faMesh::updateMesh().
|
inlinenoexcept |
Definition at line 73 of file faMeshI.H.
Referenced by faMeshDecomposition::writeDecomposition().
|
inline |
Definition at line 79 of file faMeshI.H.
References Foam::foamVersion::patch.
|
inlinenoexcept |
|
inline |
Definition at line 91 of file faMeshI.H.
References Foam::foamVersion::patch.
|
inlinenoexcept |
|
inlinenoexcept |
|
virtual |
Reimplemented from lduMesh.
Definition at line 563 of file faMesh.C.
References mesh, and fvMesh::thisDb().
Referenced by faMesh::name(), and faMeshMapper::thisDb().
|
inline |
Definition at line 600 of file faMesh.H.
References IOobject::name(), and faMesh::thisDb().
|
inlinenoexcept |
Definition at line 31 of file faMeshI.H.
Referenced by interfaceTrackingFvMesh::correctUsBoundaryConditions(), faMesh::interfaces(), faFieldDecomposer::reset(), interfaceTrackingFvMesh::update(), faMeshDecomposition::writeDecomposition(), and faMeshReconstructor::writeMesh().
|
inlinenoexcept |
const Foam::faGlobalMeshData & globalData | ( | ) | const |
Definition at line 745 of file faMesh.C.
Referenced by faMesh::faMesh(), and faMesh::updateMesh().
|
virtual |
Implements lduMesh.
Definition at line 756 of file faMesh.C.
Referenced by faMesh::neighbour(), and faMesh::owner().
|
inlinevirtual |
Implements lduMesh.
Definition at line 620 of file faMesh.H.
References faMesh::boundary(), and faBoundaryMesh::interfaces().
|
inline |
Definition at line 626 of file faMesh.H.
References faMesh::lduAddr(), and lduAddressing::lowerAddr().
Referenced by contactAngleForce::correct().
|
inline |
Definition at line 632 of file faMesh.H.
References faMesh::lduAddr(), and lduAddressing::upperAddr().
Referenced by contactAngleForce::correct().
|
inline |
Foam::labelList boundaryProcs | ( | ) | const |
Definition at line 752 of file faMeshTopology.C.
References HashSet::insert(), UPstream::myProcNo(), and UPstream::nProcs().
Foam::List< Foam::labelPair > boundaryProcSizes | ( | ) | const |
Definition at line 770 of file faMeshTopology.C.
References Foam::BitOps::count(), UPstream::myProcNo(), UPstream::nProcs(), and Foam::output().
const Foam::faMeshBoundaryHalo & boundaryHaloMap | ( | ) | const |
Definition at line 797 of file faMeshTopology.C.
References faMeshBoundaryHalo::reset().
const Foam::pointField & haloFaceCentres | ( | ) | const |
Definition at line 851 of file faMeshTopology.C.
const Foam::vectorField & haloFaceNormals | ( | ) | const |
Definition at line 862 of file faMeshTopology.C.
Foam::tmp< Foam::pointField > haloFaceCentres | ( | const label | patchi | ) | const |
Definition at line 874 of file faMeshTopology.C.
References boundary, Foam::exit(), Foam::FatalError, FatalErrorInFunction, tmp::New(), and Foam::nl.
Foam::tmp< Foam::vectorField > haloFaceNormals | ( | const label | patchi | ) | const |
Definition at line 899 of file faMeshTopology.C.
References boundary, Foam::exit(), Foam::FatalError, FatalErrorInFunction, tmp::New(), and Foam::nl.
|
inline |
Definition at line 674 of file faMesh.H.
References faMesh::mesh(), and polyMesh::moving().
|
virtual |
Implements MoveableMeshObject< polyMesh >.
Definition at line 767 of file faMesh.C.
References DebugInfo, Foam::endl(), mesh, edgeInterpolation::movePoints(), IOobject::NO_READ, IOobject::NO_WRITE, polyMesh::points(), timeIndex, and timeName.
|
virtual |
Implements UpdateableMeshObject< polyMesh >.
Definition at line 31 of file faMeshUpdate.C.
References faMeshMapper::areaMap(), faBoundaryMesh::calcGeometry(), DebugInFunction, PrimitivePatch< FaceList, PointField >::edgeFaces(), Foam::endl(), forAll, faMesh::globalData(), faMesh::mapFields(), faMesh::mapOldAreas(), edgeInterpolation::movePoints(), PrimitivePatch< FaceList, PointField >::nBoundaryEdges(), faMesh::nBoundaryEdges(), PrimitivePatch< FaceList, PointField >::nEdges(), faAreaMapper::newFaceLabels(), faAreaMapper::newFaceLabelsMap(), PrimitivePatch< FaceList, PointField >::nInternalEdges(), faMesh::nInternalEdges(), faMeshMapper::oldPatchEdgeFaces(), UPstream::parRun(), faMesh::patch(), List::resize(), List::setSize(), and faBoundaryMesh::updateMesh().
|
virtual |
Definition at line 150 of file faMeshUpdate.C.
Referenced by faMesh::updateMesh().
|
virtual |
Definition at line 172 of file faMeshUpdate.C.
References faMeshMapper::areaMap(), DebugInFunction, Foam::endl(), Foam::faceMap(), forAll, and faAreaMapper::newFaceLabelsMap().
Referenced by faMesh::updateMesh().
|
inline |
Definition at line 115 of file faMeshI.H.
Referenced by faMeshDecomposition::decomposeMesh(), and faMesh::updateMesh().
|
inline |
const Foam::labelList & patchStarts | ( | ) | const |
const Foam::edgeVectorField & Le | ( | ) | const |
Definition at line 580 of file faMesh.C.
Referenced by kinematicThinFilm::evolveRegion().
const Foam::edgeScalarField & magLe | ( | ) | const |
Definition at line 591 of file faMesh.C.
Referenced by kinematicThinFilm::evolveRegion().
const Foam::areaVectorField & areaCentres | ( | ) | const |
Definition at line 602 of file faMesh.C.
Referenced by areaMesh::C().
const Foam::edgeVectorField & edgeCentres | ( | ) | const |
Definition at line 613 of file faMesh.C.
Referenced by edgeMesh::C().
const Foam::DimensionedField< Foam::scalar, Foam::areaMesh > & S | ( | ) | const |
Definition at line 625 of file faMesh.C.
Referenced by contactAngleForce::correct(), liquidFilmModel::info(), liquidFilmModel::postEvolveRegion(), and interfaceTrackingFvMesh::update().
const Foam::DimensionedField< Foam::scalar, Foam::areaMesh > & S0 | ( | ) | const |
Definition at line 637 of file faMesh.C.
References Foam::abort(), Foam::FatalError, and FatalErrorInFunction.
const Foam::DimensionedField< Foam::scalar, Foam::areaMesh > & S00 | ( | ) | const |
Definition at line 651 of file faMesh.C.
References IOobject::AUTO_WRITE, mesh, IOobject::NO_READ, IOobject::NO_WRITE, and timeName.
const Foam::areaVectorField & faceAreaNormals | ( | ) | const |
Definition at line 675 of file faMesh.C.
Referenced by kinematicThinFilm::evolveRegion(), interfaceTrackingFvMesh::freeSurfaceSnGradU(), interfaceTrackingFvMesh::surfaceTensionGrad(), liquidFilmBase::Up(), interfaceTrackingFvMesh::update(), and liquidFilmBase::Uw().
const Foam::edgeVectorField & edgeAreaNormals | ( | ) | const |
const Foam::vectorField & pointAreaNormals | ( | ) | const |
Definition at line 697 of file faMesh.C.
References nPoints.
Referenced by faBoundaryMesh::calcGeometry().
const Foam::areaScalarField & faceCurvatures | ( | ) | const |
Definition at line 722 of file faMesh.C.
Referenced by interfaceTrackingFvMesh::freeSurfacePressureJump(), and interfaceTrackingFvMesh::update().
const Foam::FieldField< Foam::Field, Foam::tensor > & edgeTransformTensors | ( | ) | const |
Foam::labelList internalPoints | ( | ) | const |
Definition at line 850 of file faMeshDemandDrivenData.C.
References DebugInFunction, Foam::endl(), bitSet::flip(), Foam::markupBoundaryPoints(), Foam::foamVersion::patch, and bitSet::sortedToc().
Foam::labelList boundaryPoints | ( | ) | const |
Definition at line 862 of file faMeshDemandDrivenData.C.
References DebugInFunction, Foam::endl(), Foam::markupBoundaryPoints(), Foam::foamVersion::patch, and bitSet::sortedToc().
Foam::tmp< Foam::edgeScalarField > edgeLengthCorrection | ( | ) | const |
Definition at line 2046 of file faMeshDemandDrivenData.C.
References Foam::constant::atomic::alpha, Foam::asin(), boundary, Foam::correction(), Foam::cos(), DebugInFunction, Foam::dimless, stdFoam::end(), Foam::endl(), forAll, Foam::mag(), mesh, and tmp::ref().
bool correctPatchPointNormals | ( | const label | patchID | ) | const |
Definition at line 829 of file faMesh.C.
References Foam::abort(), boundary, Foam::FatalError, FatalErrorInFunction, and patchID.
Foam::boolList & correctPatchPointNormals | ( | ) | const |
Reimplemented from regIOobject.
Definition at line 858 of file faMesh.C.
Referenced by faMeshDecomposition::writeDecomposition().
|
static |
|
static |
Definition at line 467 of file faMesh.H.
Referenced by faMesh::faMesh(), faMesh::meshDir(), sensitivitySurface::smoothSensitivities(), faMeshReconstructor::writeAddressing(), and faMeshDecomposition::writeDecomposition().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.