Mesh data needed to do the Finite Volume discretisation. More...
Public Member Functions | |
ClassName ("fvMesh") | |
fvMesh (const IOobject &io, const bool doInit=true) | |
fvMesh (const IOobject &io, const zero, bool syncPar=true) | |
fvMesh (const IOobject &io, pointField &&points, faceList &&faces, labelList &&allOwner, labelList &&allNeighbour, const bool syncPar=true) | |
fvMesh (const IOobject &io, pointField &&points, faceList &&faces, cellList &&cells, const bool syncPar=true) | |
fvMesh (const IOobject &io, const fvMesh &baseMesh, pointField &&points, faceList &&faces, labelList &&allOwner, labelList &&allNeighbour, const bool syncPar=true) | |
fvMesh (const IOobject &io, const fvMesh &baseMesh, pointField &&points, faceList &&faces, cellList &&cells, const bool syncPar=true) | |
virtual | ~fvMesh () |
virtual bool | init (const bool doInit) |
void | addFvPatches (PtrList< polyPatch > &plist, const bool validBoundary=true) |
void | addFvPatches (const List< polyPatch * > &p, const bool validBoundary=true) |
virtual readUpdateState | readUpdate () |
const Time & | time () const |
virtual bool | hasDb () const |
virtual const objectRegistry & | thisDb () const |
const word & | name () const |
const fvBoundaryMesh & | boundary () const |
virtual const lduAddressing & | lduAddr () const |
virtual lduInterfacePtrsList | interfaces () const |
virtual label | comm () const |
virtual void | interpolate (volScalarField &) const |
virtual void | interpolate (volVectorField &) const |
virtual void | interpolate (volSphericalTensorField &) const |
virtual void | interpolate (volSymmTensorField &) const |
virtual void | interpolate (volTensorField &) const |
virtual void | interpolate (scalarField &) const |
virtual void | interpolate (vectorField &) const |
virtual void | interpolate (sphericalTensorField &) const |
virtual void | interpolate (symmTensorField &) const |
virtual void | interpolate (tensorField &) const |
virtual SolverPerformance< scalar > | solve (fvMatrix< scalar > &, const dictionary &) const |
virtual SolverPerformance< vector > | solve (fvMatrix< vector > &, const dictionary &) const |
virtual SolverPerformance< sphericalTensor > | solve (fvMatrix< sphericalTensor > &, const dictionary &) const |
virtual SolverPerformance< symmTensor > | solve (fvMatrix< symmTensor > &, const dictionary &) const |
virtual SolverPerformance< tensor > | solve (fvMatrix< tensor > &, const dictionary &) const |
const labelUList & | owner () const |
const labelUList & | neighbour () const |
const DimensionedField< scalar, volMesh > & | V () const |
const DimensionedField< scalar, volMesh > & | V0 () const |
const DimensionedField< scalar, volMesh > & | V00 () const |
tmp< DimensionedField< scalar, volMesh > > | Vsc () const |
tmp< DimensionedField< scalar, volMesh > > | Vsc0 () const |
const surfaceVectorField & | Sf () const |
const surfaceScalarField & | magSf () const |
const surfaceScalarField & | phi () const |
const volVectorField & | C () const |
const surfaceVectorField & | Cf () const |
tmp< surfaceVectorField > | delta () const |
template<class Type > | |
pTraits< Type >::labelType | validComponents () const |
void | clearOut () |
virtual void | updateMesh (const mapPolyMesh &mpm) |
virtual tmp< scalarField > | movePoints (const pointField &) |
virtual void | updateGeom () |
virtual void | mapFields (const mapPolyMesh &mpm) |
void | removeFvBoundary () |
surfaceScalarField & | setPhi () |
DimensionedField< scalar, volMesh > & | setV0 () |
virtual bool | writeObject (IOstreamOption streamOpt, const bool valid) const |
virtual bool | write (const bool valid=true) const |
bool | operator!= (const fvMesh &rhs) const |
bool | operator== (const fvMesh &rhs) const |
template<> | |
pTraits< sphericalTensor >::labelType | validComponents () const |
virtual bool | movePoints () |
![]() | |
TypeName ("polyMesh") | |
polyMesh (const IOobject &io, const bool doInit=true) | |
polyMesh (const IOobject &io, const zero, const bool syncPar=true) | |
polyMesh (const IOobject &io, pointField &&points, faceList &&faces, labelList &&owner, labelList &&neighbour, const bool syncPar=true) | |
polyMesh (const IOobject &io, pointField &&points, faceList &&faces, cellList &&cells, const bool syncPar=true) | |
polyMesh (const IOobject &io, pointField &&points, const cellShapeList &shapes, const faceListList &boundaryFaces, const wordList &boundaryPatchNames, const wordList &boundaryPatchTypes, const word &defaultBoundaryPatchName, const word &defaultBoundaryPatchType, const wordList &boundaryPatchPhysicalTypes, const bool syncPar=true) | |
polyMesh (const IOobject &io, pointField &&points, const cellShapeList &shapes, const faceListList &boundaryFaces, const wordList &boundaryPatchNames, const PtrList< dictionary > &boundaryDicts, const word &defaultBoundaryPatchName, const word &defaultBoundaryPatchType, const bool syncPar=true) | |
virtual | ~polyMesh () |
virtual const fileName & | dbDir () const |
fileName | meshDir () const |
const fileName & | pointsInstance () const |
const fileName & | facesInstance () const |
void | setInstance (const fileName &instance, const IOobject::writeOption wOpt=IOobject::AUTO_WRITE) |
virtual const pointField & | points () const |
virtual bool | upToDatePoints (const regIOobject &io) const |
virtual void | setUpToDatePoints (regIOobject &io) const |
virtual const faceList & | faces () const |
virtual const labelList & | faceOwner () const |
virtual const labelList & | faceNeighbour () const |
virtual const pointField & | oldPoints () const |
virtual const pointField & | oldCellCentres () const |
const polyBoundaryMesh & | boundaryMesh () const |
const boundBox & | bounds () const |
const Vector< label > & | geometricD () const |
label | nGeometricD () const |
const Vector< label > & | solutionD () const |
label | nSolutionD () const |
const labelIOList & | tetBasePtIs () const |
const indexedOctree< treeDataCell > & | cellTree () const |
const pointZoneMesh & | pointZones () const noexcept |
const faceZoneMesh & | faceZones () const noexcept |
const cellZoneMesh & | cellZones () const noexcept |
const globalMeshData & | globalData () const |
label | comm () const noexcept |
label & | comm () noexcept |
const objectRegistry & | thisDb () const noexcept |
virtual bool | dynamic () const |
bool | moving () const noexcept |
bool | moving (const bool on) noexcept |
bool | topoChanging () const noexcept |
bool | topoChanging (const bool on) noexcept |
bool | changing () const noexcept |
void | resetMotion () const |
pointZoneMesh & | pointZones () noexcept |
faceZoneMesh & | faceZones () noexcept |
cellZoneMesh & | cellZones () noexcept |
void | addPatches (PtrList< polyPatch > &plist, const bool validBoundary=true) |
void | addPatches (const List< polyPatch * > &p, const bool validBoundary=true) |
void | addZones (const List< pointZone * > &pz, const List< faceZone * > &fz, const List< cellZone * > &cz) |
void | removeBoundary () |
void | resetPrimitives (autoPtr< pointField > &&points, autoPtr< faceList > &&faces, autoPtr< labelList > &&owner, autoPtr< labelList > &&neighbour, const labelUList &patchSizes, const labelUList &patchStarts, const bool validBoundary=true) |
void | clearGeom () |
void | updateGeomPoints (pointIOField &&newPoints, autoPtr< labelIOList > &newTetBasePtIsPtr) |
void | clearAddressing (const bool isMeshUpdate=false) |
void | clearOut () |
void | clearPrimitives () |
void | clearTetBasePtIs () |
void | clearCellTree () |
void | removeFiles (const fileName &instanceDir) const |
void | removeFiles () const |
bool | hasTetBasePtIs () const |
virtual bool | checkFaceOrthogonality (const bool report=false, labelHashSet *setPtr=nullptr) const |
virtual bool | checkFaceSkewness (const bool report=false, labelHashSet *setPtr=nullptr) const |
virtual bool | checkEdgeAlignment (const bool report, const Vector< label > &directions, labelHashSet *setPtr) const |
virtual bool | checkCellDeterminant (const bool report, labelHashSet *setPtr) const |
virtual bool | checkMeshMotion (const pointField &newPoints, const bool report=false, const bool detailedReport=false) const |
virtual bool | checkFaceWeight (const bool report, const scalar minWeight=0.05, labelHashSet *setPtr=nullptr) const |
virtual bool | checkVolRatio (const bool report, const scalar minRatio=0.01, labelHashSet *setPtr=nullptr) const |
void | findCellFacePt (const point &p, label &celli, label &tetFacei, label &tetPti) const |
void | findTetFacePt (const label celli, const point &p, label &tetFacei, label &tetPti) const |
bool | pointInCell (const point &p, label celli, const cellDecomposition=CELL_TETS) const |
label | findCell (const point &p, const cellDecomposition=CELL_TETS) const |
![]() | |
TypeName ("objectRegistry") | |
objectRegistry (const Time &db, const label nObjects=128) | |
objectRegistry (const IOobject &io, const label nObjects=128) | |
virtual | ~objectRegistry () |
const objectRegistry & | thisDb () const noexcept |
const objectRegistry & | parent () const noexcept |
const Time & | time () const noexcept |
bool | isTimeDb () const noexcept |
HashTable< wordHashSet > | classes () const |
template<class MatchPredicate > | |
HashTable< wordHashSet > | classes (const MatchPredicate &matchName) const |
label | count (const char *clsName) const |
template<class MatchPredicate > | |
label | count (const MatchPredicate &matchClass) const |
template<class MatchPredicate1 , class MatchPredicate2 > | |
label | count (const MatchPredicate1 &matchClass, const MatchPredicate2 &matchName) const |
template<class Type > | |
label | count (const bool strict=false) const |
template<class Type , class MatchPredicate > | |
label | count (const MatchPredicate &matchName) const |
wordList | names () const |
wordList | names (const char *clsName) const |
template<class MatchPredicate > | |
wordList | names (const MatchPredicate &matchClass) const |
template<class MatchPredicate1 , class MatchPredicate2 > | |
wordList | names (const MatchPredicate1 &matchClass, const MatchPredicate2 &matchName) const |
template<class Type > | |
wordList | names () const |
template<class Type , class MatchPredicate > | |
wordList | names (const MatchPredicate &matchName) const |
wordList | sortedNames () const |
wordList | sortedNames (const char *clsName) const |
template<class MatchPredicate > | |
wordList | sortedNames (const MatchPredicate &matchClass) const |
template<class MatchPredicate1 , class MatchPredicate2 > | |
wordList | sortedNames (const MatchPredicate1 &matchClass, const MatchPredicate2 &matchName) const |
template<class Type > | |
wordList | sortedNames () const |
template<class Type , class MatchPredicate > | |
wordList | sortedNames (const MatchPredicate &matchName) const |
const objectRegistry & | subRegistry (const word &name, const bool forceCreate=false, const bool recursive=false) const |
template<class Type > | |
HashTable< const Type * > | lookupClass (const bool strict=false) const |
template<class Type > | |
HashTable< Type * > | lookupClass (const bool strict=false) |
const regIOobject * | cfindIOobject (const word &name, const bool recursive=false) const |
bool | found (const word &name, const bool recursive=false) const |
template<class Type > | |
bool | foundObject (const word &name, const bool recursive=false) const |
template<class Type > | |
const Type * | cfindObject (const word &name, const bool recursive=false) const |
template<class Type > | |
const Type * | findObject (const word &name, const bool recursive=false) const |
template<class Type > | |
Type * | findObject (const word &name, const bool recursive=false) |
template<class Type > | |
Type * | getObjectPtr (const word &name, const bool recursive=false) const |
template<class Type > | |
const Type & | lookupObject (const word &name, const bool recursive=false) const |
template<class Type > | |
Type & | lookupObjectRef (const word &name, const bool recursive=false) const |
label | getEvent () const |
bool | checkIn (regIOobject *io) const |
bool | checkIn (regIOobject &io) const |
bool | checkOut (regIOobject *io) const |
bool | checkOut (regIOobject &io) const |
bool | checkOut (const word &key) const |
void | clear () |
void | clearStorage () |
bool | erase (const iterator &iter) |
bool | erase (const word &key) |
label | erase (std::initializer_list< word > keys) |
label | erase (const UList< word > &keys) |
virtual void | rename (const word &newName) |
virtual bool | modified () const |
void | readModifiedObjects () |
virtual bool | readIfModified () |
virtual bool | writeData (Ostream &) const |
template<class Type > | |
const Type * | lookupObjectPtr (const word &name, bool recursive=false) const |
template<class Type > | |
Type * | lookupObjectRefPtr (const word &name, bool recursive=false) const |
template<class MatchPredicate > | |
Foam::HashTable< Foam::wordHashSet > | classesImpl (const objectRegistry &list, const MatchPredicate &matchName) |
template<class MatchPredicate1 , class MatchPredicate2 > | |
Foam::label | countImpl (const objectRegistry &list, const MatchPredicate1 &matchClass, const MatchPredicate2 &matchName) |
template<class Type , class MatchPredicate > | |
Foam::label | countTypeImpl (const objectRegistry &list, const MatchPredicate &matchName) |
template<class MatchPredicate1 , class MatchPredicate2 > | |
Foam::wordList | namesImpl (const objectRegistry &list, const MatchPredicate1 &matchClass, const MatchPredicate2 &matchName, const bool doSort) |
template<class Type , class MatchPredicate > | |
Foam::wordList | namesTypeImpl (const objectRegistry &list, const MatchPredicate &matchName, const bool doSort) |
template<class MatchPredicate > | |
Foam::HashTable< Foam::wordHashSet > | classes (const MatchPredicate &matchName) const |
template<class MatchPredicate > | |
Foam::label | count (const MatchPredicate &matchClass) const |
template<class MatchPredicate1 , class MatchPredicate2 > | |
Foam::label | count (const MatchPredicate1 &matchClass, const MatchPredicate2 &matchName) const |
template<class Type , class MatchPredicate > | |
Foam::label | count (const MatchPredicate &matchName) const |
template<class Type > | |
Foam::label | count (const bool strict) const |
template<class MatchPredicate > | |
Foam::wordList | names (const MatchPredicate &matchClass) const |
template<class MatchPredicate1 , class MatchPredicate2 > | |
Foam::wordList | names (const MatchPredicate1 &matchClass, const MatchPredicate2 &matchName) const |
template<class Type > | |
Foam::wordList | names () const |
template<class Type , class MatchPredicate > | |
Foam::wordList | names (const MatchPredicate &matchName) const |
template<class MatchPredicate > | |
Foam::wordList | sortedNames (const MatchPredicate &matchClass) const |
template<class MatchPredicate1 , class MatchPredicate2 > | |
Foam::wordList | sortedNames (const MatchPredicate1 &matchClass, const MatchPredicate2 &matchName) const |
template<class Type > | |
Foam::wordList | sortedNames () const |
template<class Type , class MatchPredicate > | |
Foam::wordList | sortedNames (const MatchPredicate &matchName) const |
template<class Type > | |
Foam::HashTable< const Type * > | lookupClass (const bool strict) const |
template<class Type > | |
Foam::HashTable< Type * > | lookupClass (const bool strict) |
![]() | |
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 () |
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 () |
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) |
![]() | |
HashTable () | |
HashTable (const label size) | |
HashTable (Istream &is, const label size=128) | |
HashTable (const this_type &ht) | |
HashTable (this_type &&rhs) | |
HashTable (std::initializer_list< std::pair< Key, T >> list) | |
~HashTable () | |
label | capacity () const noexcept |
label | size () const noexcept |
bool | empty () const noexcept |
T & | at (const Key &key) |
const T & | at (const Key &key) const |
bool | found (const Key &key) const |
iterator | find (const Key &key) |
const_iterator | find (const Key &key) const |
const_iterator | cfind (const Key &key) const |
const T & | lookup (const Key &key, const T &deflt) const |
List< Key > | toc () const |
List< Key > | sortedToc () const |
List< Key > | sortedToc (const Compare &comp) const |
Foam::List< Key > | sortedToc (const Compare &comp) const |
List< Key > | tocKeys (const UnaryPredicate &pred, const bool invert=false) const |
Foam::List< Key > | tocKeys (const UnaryPredicate &pred, const bool invert) const |
List< Key > | tocValues (const UnaryPredicate &pred, const bool invert=false) const |
Foam::List< Key > | tocValues (const UnaryPredicate &pred, const bool invert) const |
List< Key > | tocEntries (const BinaryPredicate &pred, const bool invert=false) const |
Foam::List< Key > | tocEntries (const BinaryPredicate &pred, const bool invert) const |
label | countKeys (const UnaryPredicate &pred, const bool invert=false) const |
Foam::label | countKeys (const UnaryPredicate &pred, const bool invert) const |
label | countValues (const UnaryPredicate &pred, const bool invert=false) const |
Foam::label | countValues (const UnaryPredicate &pred, const bool invert) const |
label | countEntries (const BinaryPredicate &pred, const bool invert=false) const |
Foam::label | countEntries (const BinaryPredicate &pred, const bool invert) const |
bool | emplace (const Key &key, Args &&... args) |
bool | emplace_set (const Key &key, Args &&... args) |
bool | insert (const Key &key, const T &obj) |
bool | insert (const Key &key, T &&obj) |
bool | set (const Key &key, const T &obj) |
bool | set (const Key &key, T &&obj) |
bool | erase (const iterator &iter) |
bool | erase (const Key &key) |
label | erase (const HashTable< AnyType, Key, AnyHash > &other) |
label | erase (std::initializer_list< Key > keys) |
label | erase (InputIter first, InputIter last) |
label | erase (const FixedList< Key, N > &keys) |
label | erase (const UList< Key > &keys) |
Foam::label | erase (InputIter first, InputIter last) |
Foam::label | erase (const FixedList< Key, N > &keys) |
Foam::label | erase (const HashTable< AnyType, Key, AnyHash > &other) |
label | retain (const HashTable< AnyType, Key, AnyHash > &other) |
Foam::label | retain (const HashTable< AnyType, Key, AnyHash > &other) |
label | filterKeys (const UnaryPredicate &pred, const bool pruning=false) |
Foam::label | filterKeys (const UnaryPredicate &pred, const bool pruning) |
label | filterValues (const UnaryPredicate &pred, const bool pruning=false) |
Foam::label | filterValues (const UnaryPredicate &pred, const bool pruning) |
label | filterEntries (const BinaryPredicate &pred, const bool pruning=false) |
Foam::label | filterEntries (const BinaryPredicate &pred, const bool pruning) |
void | resize (const label sz) |
void | clear () |
void | clearStorage () |
void | swap (HashTable< T, Key, Hash > &rhs) |
void | transfer (HashTable< T, Key, Hash > &rhs) |
T & | operator[] (const Key &key) |
const T & | operator[] (const Key &key) const |
T & | operator() (const Key &key) |
T & | operator() (const Key &key, const T &deflt) |
void | operator= (const this_type &rhs) |
void | operator= (std::initializer_list< std::pair< Key, T >> rhs) |
void | operator= (this_type &&rhs) |
bool | operator== (const this_type &rhs) const |
bool | operator!= (const this_type &rhs) const |
this_type & | operator+= (const this_type &rhs) |
const_iterator_pair< const_key_iterator, this_type > | keys () const |
iterator | begin () |
const_iterator | begin () const |
const_iterator | cbegin () const |
iterator | end () noexcept |
const_iterator | end () const noexcept |
constexpr const_iterator | cend () const noexcept |
Ostream & | printInfo (Ostream &os) const |
Ostream & | writeKeys (Ostream &os, const label shortLen=0) const |
![]() | |
ClassName ("primitiveMesh") | |
primitiveMesh (const label nPoints, const label nInternalFaces, const label nFaces, const label nCells) | |
virtual | ~primitiveMesh () |
void | reset (const label nPoints, const label nInternalFaces, const label nFaces, const label nCells) |
void | reset (const label nPoints, const label nInternalFaces, const label nFaces, const label nCells, cellList &cells) |
void | resetGeometry (pointField &&faceCentres, pointField &&faceAreas, pointField &&cellCentres, scalarField &&cellVolumes) |
label | nPoints () const noexcept |
label | nEdges () const |
label | nFaces () const noexcept |
label | nCells () const noexcept |
label | nInternalFaces () const noexcept |
label | nBoundaryFaces () const noexcept |
label | nInternalPoints () const noexcept |
label | nInternal0Edges () const |
label | nInternal1Edges () const |
label | nInternalEdges () const |
const cellShapeList & | cellShapes () const |
const edgeList & | edges () const |
const labelListList & | cellCells () const |
const labelListList & | edgeCells () const |
const labelListList & | pointCells () const |
const cellList & | cells () const |
const labelListList & | edgeFaces () const |
const labelListList & | pointFaces () const |
const labelListList & | cellEdges () const |
const labelListList & | faceEdges () const |
const labelListList & | pointEdges () const |
const labelListList & | pointPoints () const |
const labelListList & | cellPoints () const |
const vectorField & | cellCentres () const |
const vectorField & | faceCentres () const |
const scalarField & | cellVolumes () const |
const vectorField & | faceAreas () const |
tmp< scalarField > | movePoints (const pointField &p, const pointField &oldP) |
bool | isInternalFace (const label faceIndex) const noexcept |
virtual bool | checkUpperTriangular (const bool report=false, labelHashSet *setPtr=nullptr) const |
virtual bool | checkCellsZipUp (const bool report=false, labelHashSet *setPtr=nullptr) const |
virtual bool | checkFaceVertices (const bool report=false, labelHashSet *setPtr=nullptr) const |
virtual bool | checkPoints (const bool report=false, labelHashSet *setPtr=nullptr) const |
virtual bool | checkFaceFaces (const bool report=false, labelHashSet *setPtr=nullptr) const |
virtual bool | checkClosedBoundary (const bool report=false) const |
virtual bool | checkClosedCells (const bool report=false, labelHashSet *setPtr=nullptr, labelHashSet *highAspectSetPtr=nullptr, const Vector< label > &solutionD=Vector< label >::one) const |
virtual bool | checkFaceAreas (const bool report=false, labelHashSet *setPtr=nullptr) const |
virtual bool | checkCellVolumes (const bool report=false, labelHashSet *setPtr=nullptr) const |
virtual bool | checkFacePyramids (const bool report=false, const scalar minPyrVol=-SMALL, labelHashSet *setPtr=nullptr) const |
virtual bool | checkFaceAngles (const bool report=false, const scalar maxSin=10, labelHashSet *setPtr=nullptr) const |
virtual bool | checkFaceFlatness (const bool report, const scalar warnFlatness, labelHashSet *setPtr) const |
virtual bool | checkPointNearness (const bool report, const scalar reportDistSqr, labelHashSet *setPtr=nullptr) const |
virtual bool | checkEdgeLength (const bool report, const scalar minLenSqr, labelHashSet *setPtr=nullptr) const |
virtual bool | checkConcaveCells (const bool report=false, labelHashSet *setPtr=nullptr) const |
virtual bool | checkTopology (const bool report=false) const |
virtual bool | checkGeometry (const bool report=false) const |
virtual bool | checkMesh (const bool report=false) const |
bool | pointInCellBB (const point &p, label celli, scalar inflationFraction=0) const |
bool | pointInCell (const point &p, label celli) const |
label | findNearestCell (const point &location) const |
label | findCell (const point &location) const |
void | printAllocated () const |
bool | hasCellShapes () const noexcept |
bool | hasEdges () const noexcept |
bool | hasCellCells () const noexcept |
bool | hasEdgeCells () const noexcept |
bool | hasPointCells () const noexcept |
bool | hasCells () const noexcept |
bool | hasEdgeFaces () const noexcept |
bool | hasPointFaces () const noexcept |
bool | hasCellEdges () const noexcept |
bool | hasFaceEdges () const noexcept |
bool | hasPointEdges () const noexcept |
bool | hasPointPoints () const noexcept |
bool | hasCellPoints () const noexcept |
bool | hasCellCentres () const noexcept |
bool | hasFaceCentres () const noexcept |
bool | hasCellVolumes () const noexcept |
bool | hasFaceAreas () const noexcept |
const labelList & | cellCells (const label celli, DynamicList< label > &) const |
const labelList & | cellCells (const label celli) const |
const labelList & | cellPoints (const label celli, labelHashSet &, DynamicList< label > &) const |
const labelList & | cellPoints (const label celli) const |
const labelList & | pointCells (const label pointi, DynamicList< label > &) const |
const labelList & | pointCells (const label pointi) const |
const labelList & | pointPoints (const label pointi, DynamicList< label > &) const |
const labelList & | pointPoints (const label pointi) const |
const labelList & | faceEdges (const label facei, DynamicList< label > &) const |
const labelList & | faceEdges (const label facei) const |
const labelList & | edgeFaces (const label edgeI, DynamicList< label > &) const |
const labelList & | edgeFaces (const label edgeI) const |
const labelList & | edgeCells (const label edgeI, DynamicList< label > &) const |
const labelList & | edgeCells (const label edgeI) const |
const labelList & | cellEdges (const label celli, labelHashSet &, DynamicList< label > &) const |
const labelList & | cellEdges (const label celli) const |
void | clearGeom () |
void | clearCellGeom () |
void | clearAddressing () |
void | clearOut () |
![]() | |
TypeName ("lduMesh") | |
virtual | ~lduMesh ()=default |
template<class T , class BinaryOp > | |
void | reduce (T &Value, const BinaryOp &bop) const |
InfoProxy< lduMesh > | info () const |
![]() | |
fvSchemes (const fvSchemes &)=delete | |
void | operator= (const fvSchemes &)=delete |
fvSchemes (const objectRegistry &obr, const word &dictName, const dictionary *fallback=nullptr) | |
fvSchemes (const objectRegistry &obr, const dictionary *fallback=nullptr) | |
fvSchemes (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) |
![]() | |
ClassName ("surfaceInterpolation") | |
surfaceInterpolation (const fvMesh &) | |
virtual | ~surfaceInterpolation () |
virtual const fvGeometryScheme & | geometry () const |
void | geometry (tmp< fvGeometryScheme > &) |
virtual const surfaceScalarField & | weights () const |
virtual const surfaceScalarField & | deltaCoeffs () const |
virtual const surfaceScalarField & | nonOrthDeltaCoeffs () const |
virtual const surfaceVectorField & | nonOrthCorrectionVectors () const |
virtual bool | movePoints () |
![]() | |
fvSolution (const fvSolution &)=delete | |
void | operator= (const fvSolution &)=delete |
fvSolution (const objectRegistry &obr, const word &dictName, const dictionary *fallback=nullptr) | |
fvSolution (const objectRegistry &obr, const dictionary *fallback=nullptr) | |
fvSolution (const objectRegistry &obr, const dictionary &dict) | |
![]() | |
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 |
Protected Member Functions | |
void | clearGeomNotOldVol () |
void | updateGeomNotOldVol () |
void | clearGeom () |
void | clearAddressing (const bool isMeshUpdate=false) |
void | clearOutLocal () |
void | storeOldVol (const scalarField &) |
void | makeSf () const |
void | makeMagSf () const |
void | makeC () const |
void | makeCf () const |
fvMesh (const fvMesh &)=delete | |
void | operator= (const fvMesh &)=delete |
![]() | |
bool | readHeaderOk (const IOstreamOption::streamFormat fmt, const word &typeName) |
![]() | |
void | setBad (const string &s) |
![]() | |
bool | iterator_erase (node_type *&entry, label &index) |
![]() | |
void | calcFaceCentresAndAreas () const |
void | calcCellCentresAndVols () const |
void | calcEdgeVectors () const |
bool | checkDuplicateFaces (const label, const Map< label > &, label &nBaffleFaces, labelHashSet *) const |
bool | checkCommonOrder (const label, const Map< label > &, labelHashSet *) const |
bool | checkClosedBoundary (const vectorField &areas, const bool report, const bitSet &internalOrCoupledFaces) const |
bool | checkClosedCells (const vectorField &faceAreas, const scalarField &cellVolumes, const bool report, labelHashSet *setPtr, labelHashSet *aspectSetPtr, const Vector< label > &meshD) const |
bool | checkFaceAreas (const vectorField &faceAreas, const bool report, const bool detailedReport, labelHashSet *setPtr) const |
bool | checkCellVolumes (const scalarField &vols, const bool report, const bool detailedReport, labelHashSet *setPtr) const |
bool | checkFaceOrthogonality (const vectorField &fAreas, const vectorField &cellCtrs, const bool report, labelHashSet *setPtr) const |
bool | checkFacePyramids (const pointField &points, const vectorField &ctrs, const bool report, const bool detailedReport, const scalar minPyrVol, labelHashSet *setPtr) const |
bool | checkFaceSkewness (const pointField &points, const vectorField &fCtrs, const vectorField &fAreas, const vectorField &cellCtrs, const bool report, labelHashSet *setPtr) const |
bool | checkFaceAngles (const pointField &points, const vectorField &faceAreas, const bool report, const scalar maxDeg, labelHashSet *setPtr) const |
bool | checkFaceFlatness (const pointField &points, const vectorField &faceCentres, const vectorField &faceAreas, const bool report, const scalar warnFlatness, labelHashSet *setPtr) const |
bool | checkConcaveCells (const vectorField &fAreas, const pointField &fCentres, const bool report, labelHashSet *setPtr) const |
primitiveMesh () | |
![]() | |
void | clearOut () |
Protected Attributes | |
fvBoundaryMesh | boundary_ |
fvMeshLduAddressing * | lduPtr_ |
label | curTimeIndex_ |
void * | VPtr_ |
DimensionedField< scalar, volMesh > * | V0Ptr_ |
DimensionedField< scalar, volMesh > * | V00Ptr_ |
slicedSurfaceVectorField * | SfPtr_ |
surfaceScalarField * | magSfPtr_ |
slicedVolVectorField * | CPtr_ |
slicedSurfaceVectorField * | CfPtr_ |
surfaceScalarField * | phiPtr_ |
Additional Inherited Members | |
![]() | |
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 void | calcCells (cellList &, const labelUList &own, const labelUList &nei, const label nCells=-1) |
static bool | calcPointOrder (label &nInternalPoints, labelList &pointMap, const faceList &, const label nInternalFaces, const label nPoints) |
static scalar | setClosedThreshold (const scalar) |
static scalar | setAspectThreshold (const scalar) |
static scalar | setNonOrthThreshold (const scalar) |
static scalar | setSkewThreshold (const scalar) |
![]() | |
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) |
![]() | |
const typedef T * | const_pointer |
const typedef T & | const_reference |
![]() | |
friend | const_searcher |
friend | searcher |
![]() | |
static word | defaultRegion = "region0" |
static word | meshSubDir = "polyMesh" |
![]() | |
static const Enum< fileCheckTypes > | fileCheckTypesNames |
static char | scopeSeparator |
static fileCheckTypes | fileModificationChecking |
static float | fileModificationSkew |
static int | maxFileModificationPolls |
![]() | |
static const unsigned | cellsPerEdge_ = 4 |
static const unsigned | cellsPerPoint_ = 8 |
static const unsigned | facesPerCell_ = 6 |
static const unsigned | facesPerEdge_ = 4 |
static const unsigned | facesPerPoint_ = 12 |
static const unsigned | edgesPerCell_ = 12 |
static const unsigned | edgesPerFace_ = 4 |
static const unsigned | edgesPerPoint_ = 6 |
static const unsigned | pointsPerCell_ = 8 |
static const unsigned | pointsPerFace_ = 4 |
![]() | |
static int | debug |
![]() | |
static int | writeOptionalEntries |
static const dictionary | null |
static refPtr< OSstream > | reportingOutput |
![]() | |
static int | debug |
![]() | |
static int | debug |
![]() | |
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 |
![]() | |
static scalar | closedThreshold_ = 1.0e-6 |
static scalar | aspectThreshold_ = 1000 |
static scalar | nonOrthThreshold_ = 70 |
static scalar | skewThreshold_ = 4 |
static scalar | planarCosAngle_ = 1.0e-6 |
Mesh data needed to do the Finite Volume discretisation.
NOTE ON USAGE: fvMesh contains all the topological and geometric information related to the mesh. It is also responsible for keeping the data up-to-date. This is done by deleting the cell volume, face area, cell/face centre, addressing and other derived information as required and recalculating it as necessary. The fvMesh therefore reserves the right to delete the derived information upon every topological (mesh refinement/morphing) or geometric change (mesh motion). It is therefore unsafe to keep local references to the derived data outside of the time loop.
typedef fvBoundaryMesh BoundaryMesh |
Definition at line 241 of file fvMesh.C.
References DebugInFunction, Foam::endl(), and fvMesh::init().
fvMesh | ( | const IOobject & | io, |
pointField && | points, | ||
faceList && | faces, | ||
labelList && | allOwner, | ||
labelList && | allNeighbour, | ||
const bool | syncPar = true |
||
) |
Definition at line 349 of file fvMesh.C.
References DebugInFunction, and Foam::endl().
fvMesh | ( | const IOobject & | io, |
pointField && | points, | ||
faceList && | faces, | ||
cellList && | cells, | ||
const bool | syncPar = true |
||
) |
Definition at line 388 of file fvMesh.C.
References DebugInFunction, and Foam::endl().
fvMesh | ( | const IOobject & | io, |
const fvMesh & | baseMesh, | ||
pointField && | points, | ||
faceList && | faces, | ||
labelList && | allOwner, | ||
labelList && | allNeighbour, | ||
const bool | syncPar = true |
||
) |
Definition at line 431 of file fvMesh.C.
References DebugInFunction, and Foam::endl().
fvMesh | ( | const IOobject & | io, |
const fvMesh & | baseMesh, | ||
pointField && | points, | ||
faceList && | faces, | ||
cellList && | cells, | ||
const bool | syncPar = true |
||
) |
Definition at line 483 of file fvMesh.C.
References DebugInFunction, and Foam::endl().
|
protected |
Definition at line 47 of file fvMesh.C.
References fvMesh::CfPtr_, meshObject::clearUpto(), fvMesh::CPtr_, Foam::deleteDemandDrivenData(), fvMesh::fvMesh(), fvMesh::magSfPtr_, fvMesh::SfPtr_, and fvMesh::VPtr_.
|
protected |
Definition at line 109 of file fvMesh.C.
References Foam::deleteDemandDrivenData().
|
protected |
Definition at line 121 of file fvMesh.C.
References meshObject::clearUpto(), DebugInFunction, Foam::deleteDemandDrivenData(), and Foam::endl().
|
protected |
Definition at line 220 of file fvMesh.C.
References surfaceInterpolation::clearOut(), and Foam::deleteDemandDrivenData().
|
protected |
Definition at line 157 of file fvMesh.C.
References Foam::expressions::patchExpr::debug, DebugInFunction, Foam::dimVolume, Foam::endl(), InfoInFunction, IOobject::NO_READ, IOobject::NO_WRITE, timeIndex, and timeName.
|
protected |
Definition at line 34 of file fvMeshGeometry.C.
References Foam::abort(), DebugInFunction, Foam::dimArea, Foam::endl(), primitiveMesh::faceAreas(), Foam::FatalError, FatalErrorInFunction, polyMesh::meshSubDir, IOobject::NO_READ, IOobject::NO_WRITE, polyMesh::pointsInstance(), and fvMesh::SfPtr_.
|
protected |
Definition at line 68 of file fvMeshGeometry.C.
References Foam::abort(), DebugInFunction, Foam::dimArea, Foam::endl(), Foam::FatalError, FatalErrorInFunction, Foam::mag(), IOobject::NO_READ, and IOobject::NO_WRITE.
|
protected |
Definition at line 101 of file fvMeshGeometry.C.
References Foam::abort(), DebugInFunction, Foam::dimLength, Foam::endl(), Foam::FatalError, FatalErrorInFunction, IOobject::NO_READ, and IOobject::NO_WRITE.
|
protected |
Definition at line 138 of file fvMeshGeometry.C.
References Foam::abort(), DebugInFunction, Foam::dimLength, Foam::endl(), Foam::FatalError, FatalErrorInFunction, IOobject::NO_READ, and IOobject::NO_WRITE.
ClassName | ( | "fvMesh" | ) |
Reimplemented from polyMesh.
Reimplemented in dynamicOversetFvMesh, interfaceTrackingFvMesh, dynamicRefineFvMesh, dynamicFvMesh, movingConeTopoFvMesh, dynamicMotionSolverFvMeshAMI, dynamicMultiMotionSolverFvMesh, dynamicMotionSolverFvMesh, dynamicMotionSolverTopoFvMesh, and dynamicMotionSolverListFvMesh.
Definition at line 269 of file fvMesh.C.
References Foam::fileHandler(), polyMesh::init(), Foam::isFile(), IOobject::MUST_READ, IOobject::NO_READ, IOobject::NO_WRITE, and timeName.
Referenced by fvMesh::fvMesh(), and dynamicFvMesh::init().
Definition at line 598 of file fvMesh.C.
References Foam::abort(), boundary, Foam::FatalError, and FatalErrorInFunction.
Referenced by fvMeshTools::newMesh().
|
virtual |
Reimplemented from polyMesh.
Definition at line 641 of file fvMesh.C.
References DebugInfo, DebugInFunction, Foam::endl(), polyMesh::POINTS_MOVED, polyMesh::readUpdate(), polyMesh::TOPO_CHANGE, and polyMesh::TOPO_PATCH_CHANGE.
|
inline |
Definition at line 276 of file fvMesh.H.
References objectRegistry::time().
Referenced by objective::accumulateJMean(), constantAbsorptionEmission::aCont(), snappyLayerDriver::addLayers(), adjointSensitivity::adjointMeshMovementSource(), adjointSpalartAllmaras::allocateMask(), RASModelVariables::allocateMeanFields(), fieldToCell::applyToSet(), sensitivityVolBSplinesFI::assembleSensitivities(), variablesSet::autoCreateMeshMovementField(), Bezier::Bezier(), CoBlended< Type >::blendingFactor(), cellCoBlended< Type >::blendingFactor(), Foam::calc_pTotal(), Foam::calc_rhoU(), nearWallFields::calcAddressing(), curvatureSeparation::calcCosAngle(), snappySnapDriver::calcNearestSurface(), ObukhovLength::calcOL(), DarcyForchheimer::calcTransformModelData(), variableHeatTransfer::calculateHtc(), layerAdditionRemoval::changeTopology(), RASModelVariables::cloneRefPtr(), CloudFunctionObject< CloudType >::CloudFunctionObject(), componentDisplacementMotionSolver::componentDisplacementMotionSolver(), adjointSensitivity::computeGradDxDbMultiplier(), adjointEikonalSolver::computeYPhi(), polyMeshFilter::copyMesh(), contactAngleForce::correct(), curvatureSeparation::correct(), thixotropicViscosity::correct(), cubic< Type >::correction(), waxSolventEvaporation::correctModel(), cyclicAMIFvPatch::coupled(), epsilonWallFunctionFvPatchScalarField::createAveragingWeights(), omegaWallFunctionFvPatchScalarField::createAveragingWeights(), fvMeshTools::createDummyFvMeshFiles(), distanceSurface::createGeometry(), ATCModel::createLimiter(), Foam::createZeroFieldPtr(), filmTurbulenceModel::Cw(), snappySnapDriver::detectNearSurfaces(), snappySnapDriver::doSnap(), multiphaseMangrovesSource::dragCoeff(), fvExprDriver::evaluateVariableRemote(), topoSet::findIOobject(), meshRefinement::findRegions(), fvMeshDistribute::generateTestField(), adjointRASModel::getAdjointTMVariable1Inst(), adjointRASModel::getAdjointTMVariable2Inst(), ATCstandard::getFISensitivityTerm(), ATCUaGradU::getFISensitivityTerm(), cancelATC::getFISensitivityTerm(), adjointEikonalSolver::getFISensitivityTerm(), Foam::getGraphPathBase(), isoAdvection::getRhoPhi(), dynamicMotionSolverListFvMesh::init(), dynamicMultiMotionSolverFvMesh::init(), KinematicSurfaceFilm< CloudType >::initFilmModels(), interRegionExplicitPorositySource::initialise(), SurfaceFilmModel< CloudType >::inject(), InjectionModel< CloudType >::injectSteadyState(), localMin< Type >::interpolate(), localMax< Type >::interpolate(), isoSurfacePoint::isoSurfacePoint(), objective::isWithinIntegrationTime(), meshRefinement::makeDisplacementField(), Foam::MapConsistentMesh(), Foam::MapConsistentVolFields(), Foam::MapLagrangianFields(), meshToMesh::mapSrcToTgt(), Foam::MapSubMesh(), meshToMesh::mapTgtToSrc(), Foam::MapVolFields(), momentumError::momentumError(), solidParticleCloud::move(), averageNeighbourFvGeometryScheme::movePoints(), laminar::mut(), sampledInterface::needsUpdate(), sampledThresholdCellFaces::needsUpdate(), sampledIsoSurface::needsUpdate(), motionSolver::New(), optimisationManager::New(), basicThermo::New(), adjointRASModel::nutJacobianTMVar1(), adjointRASModel::nutJacobianTMVar2(), pointHistory::pointHistory(), liquidFilmModel::preEvolveRegion(), snappySnapDriver::preSmoothPatch(), dynamicRefineFvMesh::readDict(), optionList::readOptions(), variablesSet::renameTurbulenceField(), snappySnapDriver::repatchToSurface(), filmTurbulenceModel::rho(), snappySnapDriver::scaleMesh(), variablesSet::setFluxField(), interRegionOption::setMapper(), incompressibleAdjointMeanFlowVars::setMeanFields(), incompressibleVars::setMeanFields(), adjointRASModel::setMeanFields(), interRegionHeatTransferModel::setNbrModel(), noFilm::Sh(), shortestPathSet::shortestPathSet(), noScatter::sigmaEff(), constantScatter::sigmaEff(), skewCorrected< Type >::skewCorrection(), snappySnapDriver::smoothDisplacement(), sensitivitySurface::smoothSensitivities(), adjointMeshMovementSolver::solve(), sixDoFRigidBodyMotionSolver::solve(), rigidBodyMeshMotionSolver::solve(), adjointEikonalSolver::solve(), KirchhoffShell::solveDisplacement(), noFilm::Srho(), cyclicAMIPolyPatch::surfPtr(), mappedPatchBase::surfPtr(), thermalBaffleFvPatchScalarField::thermalBaffleFvPatchScalarField(), faMesh::time(), triSurfaceMeshPointSet::triSurfaceMeshPointSet(), interfaceTrackingFvMesh::update(), surfaceDisplacementPointPatchVectorField::updateCoeffs(), humidityTemperatureCoupledMixedFvPatchScalarField::updateCoeffs(), laminar::Us(), coalCloudList::UTrans(), velocityDisplacementMotionSolver::velocityDisplacementMotionSolver(), volBSplinesBase::volBSplinesBase(), reverseLinear< Type >::weights(), clippedLinear< Type >::weights(), sensitivityBezier::write(), sensitivityVolBSplines::write(), sensitivityVolBSplinesFI::write(), sensitivityBezierFI::write(), incompressiblePrimalSolver::write(), incompressibleAdjointSolver::write(), objective::write(), objective::writeInstantaneousValue(), objective::writeMeanValue(), and cellCellStencil::zoneID().
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from lduMesh.
Definition at line 288 of file fvMesh.H.
References polyMesh::thisDb().
Referenced by zoneDistribute::New(), zoneCPCStencil::New(), GAMGAgglomeration::New(), lduMatrix::setResidualField(), and faMesh::thisDb().
|
inline |
Definition at line 296 of file fvMesh.H.
References IOobject::name().
Referenced by snappyLayerDriver::addLayers(), basicThermo::basicThermo(), polyMeshFilter::copyMesh(), faMeshDecomposition::decomposeMesh(), engineMesh::engineMesh(), thermo::evolveRegion(), reactingOneDim::evolveRegion(), coupleGroupIdentifier::findOtherPatchID(), Foam::getGraphPathBase(), reactingOneDim::info(), solutionControl::maxResidual(), interRegionOption::setMapper(), totalFlowRateAdvectiveDiffusiveFvPatchScalarField::updateCoeffs(), filmPyrolysisRadiativeCoupledMixedFvPatchScalarField::updateCoeffs(), porousBafflePressureFvPatchField< Type >::updateCoeffs(), humidityTemperatureCoupledMixedFvPatchScalarField::updateCoeffs(), and faMeshDecomposition::writeDecomposition().
const Foam::fvBoundaryMesh & boundary | ( | ) | const |
Definition at line 678 of file fvMesh.C.
Referenced by shapeSensitivities::accumulateBCSensitivityIntegrand(), shapeSensitivities::accumulateDirectSensitivityIntegrand(), sensitivitySurfacePoints::accumulateIntegrand(), sensitivitySurface::accumulateIntegrand(), fvMeshAdder::add(), sensitivitySurface::addGeometricSens(), objectivePtLosses::addHeaderColumns(), meshRefinement::addPatch(), meshRefinement::appendPatch(), sensitivitySurface::assembleSensitivities(), assemblyFaceAreaPairGAMGAgglomeration::assemblyFaceAreaPairGAMGAgglomeration(), nearWallFields::calcAddressing(), deltaBoundary::cellCenters_d(), sensitivitySurface::computeDerivativesSize(), adjointSensitivity::computeGradDxDbMultiplier(), adjointEikonalSolver::computeYPhi(), adjointSpalartAllmaras::conservativeMomentumSource(), directionalMeshWave::correct(), outletStabilised< Type >::correction(), Foam::createZeroBoundaryPointFieldPtr(), Foam::createZeroBoundaryPtr(), adjointRASModel::diffusionCoeffVar1(), adjointSpalartAllmaras::diffusionCoeffVar1(), adjointRASModel::diffusionCoeffVar2(), adjointEikonalSolver::distanceSensitivities(), adjointSpalartAllmaras::distanceSensitivities(), engineMesh::engineMesh(), sensitivitySurfacePoints::finaliseFaceMultiplier(), sensitivitySurfacePoints::finalisePointSensitivities(), adjointSpalartAllmaras::FISensitivityTerm(), volPointInterpolation::flatBoundaryField(), fvFieldReconstructor::fvFieldReconstructor(), ATCstandard::getFISensitivityTerm(), thermalBaffle::info(), objectivePtLosses::initialize(), isoSurfacePoint::isoSurfacePoint(), objectivePartialVolume::J(), objectivePtLosses::J(), objectiveMoment::J(), Foam::lookupFvPatch(), fvPatch::lookupPatch(), Foam::MapConsistentSubMesh(), meshToMesh::mapSrcToTgt(), meshToMesh::mapTgtToSrc(), fvMeshTools::newMesh(), adjointEikonalSolver::patchTypes(), fvMeshDistribute::printMeshInfo(), fvMeshTools::reorderPatches(), ReynoldsAnalogy::rho(), sensitivitySurface::smoothSensitivities(), lduPrimitiveMeshAssembly::update(), objectivePtLosses::update_boundarydJdp(), objectiveMoment::update_boundarydJdp(), objectivePtLosses::update_boundarydJdv(), objectivePtLosses::update_boundarydJdvn(), objectivePtLosses::update_boundarydJdvt(), objectiveForce::update_dJdStressMultiplier(), objectivePartialVolume::update_dSdbMultiplier(), objectiveMoment::update_dSdbMultiplier(), objectivePartialVolume::update_dxdbDirectMultiplier(), objectiveMoment::update_dxdbDirectMultiplier(), objectiveForce::update_dxdbMultiplier(), objectiveMoment::update_dxdbMultiplier(), dynamicOversetFvMesh::updateAddressing(), reconstructedDistanceFunction::updateContactAngle(), adjointSpalartAllmaras::wallFloCoSensitivities(), adjointSpalartAllmaras::wallShapeSensitivities(), reverseLinear< Type >::weights(), clippedLinear< Type >::weights(), and outletStabilised< Type >::weights().
|
virtual |
Implements lduMesh.
Reimplemented in dynamicOversetFvMesh.
Definition at line 684 of file fvMesh.C.
References DebugInFunction, and Foam::endl().
Referenced by dynamicOversetFvMesh::active(), assemblyFaceAreaPairGAMGAgglomeration::assemblyFaceAreaPairGAMGAgglomeration(), GAMGAgglomeration::GAMGAgglomeration(), lduPrimitiveMesh::gather(), dynamicOversetFvMesh::lduAddr(), MGridGenGAMGAgglomeration::MGridGenGAMGAgglomeration(), fvMesh::neighbour(), fvMesh::owner(), and dynamicOversetFvMesh::updateAddressing().
|
virtual |
Implements lduMesh.
Reimplemented in dynamicOversetFvMesh.
Definition at line 701 of file fvMesh.C.
References boundary.
Referenced by dynamicOversetFvMesh::addInterpolation(), lduPrimitiveMesh::gather(), dynamicOversetFvMesh::interfaces(), lduPrimitiveMesh::lduPrimitiveMesh(), MGridGenGAMGAgglomeration::MGridGenGAMGAgglomeration(), and dynamicOversetFvMesh::updateAddressing().
|
inlinevirtual |
Implements lduMesh.
Definition at line 312 of file fvMesh.H.
References polyMesh::comm().
|
inlinevirtual |
Reimplemented in dynamicOversetFvMesh.
|
inlinevirtual |
Reimplemented in dynamicOversetFvMesh.
|
inlinevirtual |
Reimplemented in dynamicOversetFvMesh, dynamicOversetFvMesh, and dynamicOversetFvMesh.
|
inlinevirtual |
Reimplemented in dynamicOversetFvMesh, dynamicOversetFvMesh, and dynamicOversetFvMesh.
|
inlinevirtual |
Reimplemented in dynamicOversetFvMesh, dynamicOversetFvMesh, and dynamicOversetFvMesh.
|
inlinevirtual |
Reimplemented in dynamicOversetFvMesh.
|
inlinevirtual |
Reimplemented in dynamicOversetFvMesh.
|
inlinevirtual |
Reimplemented in dynamicOversetFvMesh.
|
inlinevirtual |
Reimplemented in dynamicOversetFvMesh.
|
inlinevirtual |
Reimplemented in dynamicOversetFvMesh.
|
virtual |
Reimplemented in dynamicOversetFvMesh.
Definition at line 543 of file fvMesh.C.
References dict, and fvMatrix::solveSegregatedOrCoupled().
Referenced by dynamicOversetFvMesh::solve().
|
virtual |
Reimplemented in dynamicOversetFvMesh.
Definition at line 554 of file fvMesh.C.
References dict, and fvMatrix::solveSegregatedOrCoupled().
|
virtual |
Definition at line 565 of file fvMesh.C.
References dict, and fvMatrix::solveSegregatedOrCoupled().
|
virtual |
Reimplemented in dynamicOversetFvMesh.
Definition at line 576 of file fvMesh.C.
References dict, and fvMatrix::solveSegregatedOrCoupled().
|
virtual |
Reimplemented in dynamicOversetFvMesh.
Definition at line 587 of file fvMesh.C.
References dict, and fvMatrix::solveSegregatedOrCoupled().
|
inline |
Definition at line 403 of file fvMesh.H.
References fvMesh::lduAddr(), and lduAddressing::lowerAddr().
Referenced by contactAngleForce::correct(), localMin< Type >::interpolate(), and localMax< Type >::interpolate().
|
inline |
Definition at line 409 of file fvMesh.H.
References fvMesh::lduAddr(), and lduAddressing::upperAddr().
Referenced by contactAngleForce::correct(), localMin< Type >::interpolate(), and localMax< Type >::interpolate().
const Foam::volScalarField::Internal & V | ( | ) | const |
Definition at line 172 of file fvMeshGeometry.C.
References DebugInFunction, Foam::dimVolume, Foam::endl(), IOobject::NO_READ, IOobject::NO_WRITE, and timeName.
Referenced by velocityDampingConstraint::addDamping(), sensitivityVolBSplinesFI::assembleSensitivities(), sensitivityBezierFI::assembleSensitivities(), cellCoBlended< Type >::blendingFactor(), inverseVolumeDiffusivity::correct(), meanVelocityForce::correct(), Foam::createZeroBoundaryPtr(), adjointSpalartAllmaras::distanceSensitivities(), objectiveNutSqr::J(), laplaceFilter::laplaceFilter(), patchInjectionBase::setPositionAndCell(), thermoSingleLayer::Sh(), thermoSingleLayer::Srho(), and reactingOneDim::updatePhiGas().
const Foam::volScalarField::Internal & V0 | ( | ) | const |
Definition at line 200 of file fvMeshGeometry.C.
References Foam::abort(), Foam::FatalError, and FatalErrorInFunction.
const Foam::volScalarField::Internal & V00 | ( | ) | const |
Definition at line 226 of file fvMeshGeometry.C.
References IOobject::AUTO_WRITE, DebugInFunction, Foam::endl(), IOobject::NO_READ, IOobject::NO_WRITE, and timeName.
Referenced by backwardDdtScheme< Type >::backwardDdtScheme(), and CrankNicolsonDdtScheme< Type >::CrankNicolsonDdtScheme().
Foam::tmp< Foam::volScalarField::Internal > Vsc | ( | ) | const |
Definition at line 255 of file fvMeshGeometry.C.
References TimeState::deltaTValue(), and dimensioned::value().
Foam::tmp< Foam::volScalarField::Internal > Vsc0 | ( | ) | const |
Definition at line 283 of file fvMeshGeometry.C.
References TimeState::deltaTValue(), and dimensioned::value().
const Foam::surfaceVectorField & Sf | ( | ) | const |
Definition at line 312 of file fvMeshGeometry.C.
Referenced by lumpedPointMovement::areas(), assemblyFaceAreaPairGAMGAgglomeration::assemblyFaceAreaPairGAMGAgglomeration(), deltaBoundary::cellCenters_d(), adjointEikonalSolver::computeYPhi(), cubic< Type >::correction(), faceAreaPairGAMGAgglomeration::faceAreaPairGAMGAgglomeration(), lumpedPointMovement::forcesAndMoments(), fvMeshDistribute::generateTestField(), SurfaceFilmModel< CloudType >::injectParticles(), objectiveForce::J(), variablesSet::setFluxField(), and fvMeshDistribute::testField().
const Foam::surfaceScalarField & magSf | ( | ) | const |
Definition at line 323 of file fvMeshGeometry.C.
Referenced by assemblyFaceAreaPairGAMGAgglomeration::assemblyFaceAreaPairGAMGAgglomeration(), CoBlended< Type >::blendingFactor(), cubic< Type >::correction(), faceAreaPairGAMGAgglomeration::faceAreaPairGAMGAgglomeration(), FacePostProcessing< CloudType >::FacePostProcessing(), fvMeshDistribute::generateTestField(), SurfaceFilmModel< CloudType >::injectParticles(), PatchCollisionDensity< CloudType >::postPatch(), RemoveParcels< CloudType >::RemoveParcels(), and fvMeshDistribute::testField().
const Foam::surfaceScalarField & phi | ( | ) | const |
Definition at line 401 of file fvMeshGeometry.C.
References Foam::abort(), Foam::dimTime, Foam::dimVolume, Foam::FatalError, FatalErrorInFunction, timeIndex, and Foam::Zero.
const Foam::volVectorField & C | ( | ) | const |
Definition at line 334 of file fvMeshGeometry.C.
Referenced by volMesh::C(), distanceSurface::createGeometry(), surfaceDistance::execute(), extendedUpwindCellToFaceStencil::extendedUpwindCellToFaceStencil(), SurfaceFilmModel< CloudType >::injectParticles(), acousticDampingSource::setBlendingFactor(), KinematicSurfaceFilm< CloudType >::splashInteraction(), and reconstructionSchemes::surface().
const Foam::surfaceVectorField & Cf | ( | ) | const |
Definition at line 345 of file fvMeshGeometry.C.
Referenced by surfaceMesh::C(), deltaBoundary::cellCenters_d(), lumpedPointMovement::forcesAndMoments(), interfaceTrackingFvMesh::freeSurfacePressureJump(), KinematicSurfaceFilm< CloudType >::splashInteraction(), pressurePIDControlInletVelocityFvPatchVectorField::updateCoeffs(), and reactingOneDim::updateqr().
Foam::tmp< Foam::surfaceVectorField > delta | ( | ) | const |
Definition at line 356 of file fvMeshGeometry.C.
References boundary, C, DebugInFunction, delta, Foam::dimLength, Foam::endl(), forAll, IOobject::NO_READ, IOobject::NO_WRITE, and tmp::ref().
pTraits<Type>::labelType validComponents | ( | ) | const |
void clearOut | ( | ) |
Definition at line 232 of file fvMesh.C.
References polyMesh::clearOut().
Referenced by fvMeshAdder::add(), snappyLayerDriver::addLayers(), and meshRefinement::appendPatch().
|
virtual |
Reimplemented from polyMesh.
Definition at line 946 of file fvMesh.C.
References surfaceInterpolation::clearOut(), DebugInFunction, Foam::deleteDemandDrivenData(), Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, mapPolyMesh::nOldCells(), mapPolyMesh::oldCellVolumes(), and polyMesh::updateMesh().
Referenced by snappyLayerDriver::addLayers().
|
virtual |
Reimplemented from polyMesh.
Definition at line 858 of file fvMesh.C.
References boundary, GeometricField::boundaryFieldRef(), DebugInFunction, Foam::dimTime, Foam::dimVolume, Foam::endl(), forAll, surfaceInterpolation::movePoints(), polyMesh::movePoints(), IOobject::NO_READ, IOobject::NO_WRITE, p, patches, phi, GeometricField::primitiveFieldRef(), tmp::ref(), timeIndex, and timeName.
Referenced by snappyLayerDriver::addLayers(), processorMeshes::reconstructPoints(), and trackingInverseDistance::update().
|
virtual |
Reimplemented from surfaceInterpolation.
Definition at line 938 of file fvMesh.C.
References surfaceInterpolation::updateGeom().
|
virtual |
Reimplemented in dynamicRefineFvMesh.
Definition at line 707 of file fvMesh.C.
References mapPolyMesh::cellMap(), DebugInfo, DebugInFunction, Foam::endl(), Foam::exit(), mapPolyMesh::faceMap(), Foam::FatalError, FatalErrorInFunction, forAll, Foam::mapClouds(), mapPolyMesh::nOldCells(), mapPolyMesh::nOldFaces(), and mapPolyMesh::reverseCellMap().
Referenced by dynamicRefineFvMesh::mapFields().
void removeFvBoundary | ( | ) |
Definition at line 628 of file fvMesh.C.
References DebugInFunction, Foam::endl(), and polyMesh::removeBoundary().
Referenced by fvMeshTools::newMesh().
Foam::surfaceScalarField & setPhi | ( | ) |
Definition at line 423 of file fvMeshGeometry.C.
References Foam::abort(), Foam::FatalError, and FatalErrorInFunction.
Foam::volScalarField::Internal & setV0 | ( | ) |
Definition at line 213 of file fvMeshGeometry.C.
References Foam::abort(), Foam::FatalError, and FatalErrorInFunction.
|
virtual |
Reimplemented from objectRegistry.
Reimplemented in dynamicOversetFvMesh, and dynamicRefineFvMesh.
Definition at line 1011 of file fvMesh.C.
References IOobject::AUTO_WRITE, and objectRegistry::writeObject().
Referenced by meshReader::writeMesh(), dynamicRefineFvMesh::writeObject(), and dynamicOversetFvMesh::writeObject().
Reimplemented from regIOobject.
Definition at line 1034 of file fvMesh.C.
References regIOobject::write().
Referenced by snappyLayerDriver::addLayers(), voxelMeshSearch::makeMesh(), processorMeshes::reconstructPoints(), and snappySnapDriver::scaleMesh().
Foam::pTraits< Type >::labelType validComponents | ( | ) | const |
Definition at line 26 of file fvMeshTemplates.C.
References Foam::pow(), polyMesh::solutionD(), and Foam::type().
bool movePoints |
Definition at line 145 of file surfaceInterpolation.C.
|
protected |
|
mutableprotected |
|
mutableprotected |
Definition at line 108 of file fvMesh.H.
Referenced by fvMesh::clearGeomNotOldVol().
|
mutableprotected |
|
mutableprotected |
|
mutableprotected |
Definition at line 117 of file fvMesh.H.
Referenced by fvMesh::clearGeomNotOldVol(), and fvMesh::makeSf().
|
mutableprotected |
Definition at line 120 of file fvMesh.H.
Referenced by fvMesh::clearGeomNotOldVol().
|
mutableprotected |
Definition at line 123 of file fvMesh.H.
Referenced by fvMesh::clearGeomNotOldVol().
|
mutableprotected |
Definition at line 126 of file fvMesh.H.
Referenced by fvMesh::clearGeomNotOldVol().
|
mutableprotected |
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.