Reacting, 1-D pyrolysis model NOTE: The moveMesh option can only be applied to solid reaction such as: PMMA -> gas at the moment. More...
Public Member Functions | |
TypeName ("reactingOneDim") | |
reactingOneDim (const word &modelType, const fvMesh &mesh, const word ®ionType) | |
reactingOneDim (const word &modelType, const fvMesh &mesh, const dictionary &dict, const word ®ionType) | |
virtual | ~reactingOneDim () |
const volScalarField & | rho () const |
virtual const volScalarField & | T () const |
virtual const tmp< volScalarField > | Cp () const |
virtual tmp< volScalarField > | kappaRad () const |
virtual tmp< volScalarField > | kappa () const |
virtual const surfaceScalarField & | phiGas () const |
label | nNonOrthCorr () const |
virtual scalar | maxDiff () const |
virtual scalar | addMassSources (const label patchi, const label facei) |
virtual scalar | solidRegionDiffNo () const |
virtual void | preEvolveRegion () |
virtual void | evolveRegion () |
virtual void | info () |
![]() | |
TypeName ("pyrolysisModel") | |
declareRunTimeSelectionTable (autoPtr, pyrolysisModel, mesh,(const word &modelType, const fvMesh &mesh, const word ®ionType),(modelType, mesh, regionType)) | |
declareRunTimeSelectionTable (autoPtr, pyrolysisModel, dictionary,(const word &modelType, const fvMesh &mesh, const dictionary &dict, const word ®ionType),(modelType, mesh, dict, regionType)) | |
pyrolysisModel (const fvMesh &mesh, const word ®ionType) | |
pyrolysisModel (const word &modelType, const fvMesh &mesh, const word ®ionType) | |
pyrolysisModel (const word &modelType, const fvMesh &mesh, const dictionary &dict, const word ®ionType) | |
autoPtr< pyrolysisModel > | clone () const |
virtual | ~pyrolysisModel () |
![]() | |
TypeName ("regionModel1D") | |
regionModel1D (const fvMesh &mesh, const word ®ionType) | |
regionModel1D (const fvMesh &mesh, const word ®ionType, const word &modelName, bool readFields=true) | |
regionModel1D (const fvMesh &mesh, const word ®ionType, const word &modelName, const dictionary &dict, bool readFields=true) | |
virtual | ~regionModel1D () |
const labelListList & | boundaryFaceFaces () const |
const labelListList & | boundaryFaceCells () const |
const labelList & | boundaryFaceOppositeFace () const |
const surfaceScalarField & | nMagSf () const |
label | nLayers () const |
![]() | |
TypeName ("regionModel") | |
regionModel (const fvMesh &mesh, const word ®ionType) | |
regionModel (const fvMesh &mesh, const word ®ionType, const word &modelName, bool readFields=true) | |
regionModel (const fvMesh &mesh, const word ®ionType, const word &modelName, const dictionary &dict, bool readFields=true) | |
virtual | ~regionModel ()=default |
const fvMesh & | primaryMesh () const |
const Time & | time () const |
Switch | active () const |
Switch | infoOutput () const |
const word & | modelName () const |
const fvMesh & | regionMesh () const |
fvMesh & | regionMesh () |
const dictionary & | coeffs () const |
const dictionary & | solution () const |
const IOdictionary & | outputProperties () const |
IOdictionary & | outputProperties () |
bool | isCoupledPatch (const label regionPatchi) const |
bool | isRegionPatch (const label primaryPatchi) const |
const labelList & | primaryPatchIDs () const |
const labelList & | intCoupledPatchIDs () const |
label | regionPatchID (const label primaryPatchID) const |
label | nbrCoupledPatchID (const regionModel &nbrRegion, const label regionPatchi) const |
template<class Type > | |
tmp< Foam::Field< Type > > | mapRegionPatchField (const regionModel &nbrRegion, const label regionPatchi, const label nbrPatchi, const Field< Type > &nbrField, const bool flip=false) const |
template<class Type > | |
tmp< Field< Type > > | mapRegionPatchField (const regionModel &nbrRegion, const word &fieldName, const label regionPatchi, const bool flip=false) const |
template<class Type > | |
tmp< Field< Type > > | mapRegionPatchInternalField (const regionModel &nbrRegion, const word &fieldName, const label regionPatchi, const bool flip=false) const |
template<class Type > | |
void | toPrimary (const label regionPatchi, List< Type > ®ionField) const |
template<class Type > | |
void | toRegion (const label regionPatchi, List< Type > &primaryFieldField) const |
template<class Type , class CombineOp > | |
void | toPrimary (const label regionPatchi, List< Type > ®ionField, const CombineOp &cop) const |
template<class Type , class CombineOp > | |
void | toRegion (const label regionPatchi, List< Type > &primaryFieldField, const CombineOp &cop) const |
virtual void | evolve () |
virtual void | postEvolveRegion () |
template<class Type > | |
Foam::tmp< Foam::Field< Type > > | mapRegionPatchField (const regionModel &nbrRegion, const label regionPatchi, const label nbrPatchi, const Field< Type > &nbrField, const bool flip) const |
template<class Type > | |
Foam::tmp< Foam::Field< Type > > | mapRegionPatchField (const regionModel &nbrRegion, const word &fieldName, const label regionPatchi, const bool flip) const |
template<class Type > | |
Foam::tmp< Foam::Field< Type > > | mapRegionPatchInternalField (const regionModel &nbrRegion, const word &fieldName, const label regionPatchi, const bool flip) 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) |
![]() | |
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 |
virtual bool | write (const bool valid=true) const |
void | operator= (const IOobject &io) |
virtual bool | writeObject (IOstreamOption::streamFormat fmt, IOstreamOption::versionNumber ver, IOstreamOption::compressionType comp, const bool valid) const |
![]() | |
TypeName ("IOobject") | |
IOobject (const IOobject &)=default | |
virtual | ~IOobject ()=default |
IOobject (const word &name, const fileName &instance, const objectRegistry ®istry, readOption r=NO_READ, writeOption w=NO_WRITE, bool registerObject=true, bool globalObject=false) | |
IOobject (const word &name, const fileName &instance, const fileName &local, const objectRegistry ®istry, readOption r=NO_READ, writeOption w=NO_WRITE, bool registerObject=true, bool globalObject=false) | |
IOobject (const fileName &path, const objectRegistry ®istry, readOption r=NO_READ, writeOption w=NO_WRITE, bool registerObject=true, bool globalObject=false) | |
IOobject (const IOobject &io, const objectRegistry ®istry) | |
IOobject (const IOobject &io, const word &name) | |
IOobject (const IOobject &io, readOption, writeOption) | |
autoPtr< IOobject > | clone () const |
autoPtr< IOobject > | clone (const objectRegistry ®istry) const |
const objectRegistry & | db () const noexcept |
const Time & | time () const |
const word & | name () const noexcept |
const word & | headerClassName () const noexcept |
word & | headerClassName () noexcept |
const string & | note () const noexcept |
string & | note () noexcept |
bool | registerObject () const noexcept |
bool | registerObject (bool on) noexcept |
bool | globalObject () const noexcept |
bool | globalObject (bool on) noexcept |
unsigned | labelByteSize () const noexcept |
unsigned | scalarByteSize () const noexcept |
bool | isHeaderClassName (const word &clsName) const |
template<class Type > | |
bool | isHeaderClassName () const |
readOption | readOpt () const noexcept |
readOption | readOpt (readOption opt) noexcept |
writeOption | writeOpt () const noexcept |
writeOption | writeOpt (writeOption opt) noexcept |
word | group () const |
word | member () const |
const fileName & | rootPath () const |
const fileName & | caseName () const |
const fileName & | instance () const noexcept |
fileName & | instance () noexcept |
const fileName & | local () const noexcept |
fileName | path () const |
fileName | path (const word &instance, const fileName &local=fileName::null) const |
fileName | objectPath () const |
fileName | objectRelPath () const |
fileName | localFilePath (const word &typeName, const bool search=true) const |
fileName | globalFilePath (const word &typeName, const bool search=true) const |
IOstreamOption | parseHeader (const dictionary &headerDict) |
bool | readHeader (Istream &is) |
bool | readHeader (dictionary &headerDict, Istream &is) |
template<class Type > | |
bool | typeHeaderOk (const bool checkType=true, const bool search=true, const bool verbose=true) |
template<class Type > | |
void | warnNoRereading () const |
bool | writeHeader (Ostream &os) const |
bool | writeHeader (Ostream &os, const word &objectType) const |
void | writeHeader (dictionary &dict, IOstreamOption streamOpt) const |
void | writeHeader (dictionary &dict, const word &objectType, IOstreamOption streamOpt) const |
bool | good () const noexcept |
bool | bad () const noexcept |
InfoProxy< IOobject > | info () const |
void | operator= (const IOobject &io) |
readOption & | readOpt () noexcept |
writeOption & | writeOpt () noexcept |
bool & | registerObject () noexcept |
bool & | globalObject () noexcept |
template<> | |
bool | isHeaderClassName () const |
template<class StringType > | |
Foam::word | groupName (StringType base, const word &group) |
![]() | |
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) |
Protected Member Functions | |
bool | read () |
bool | read (const dictionary &dict) |
void | updateFields () |
void | updateMesh (const scalarField &mass0) |
void | updateqr () |
void | updatePhiGas () |
void | calculateMassTransfer () |
void | solveContinuity () |
void | solveEnergy () |
void | solveSpeciesMass () |
![]() | |
tmp< labelField > | moveMesh (const scalarList &deltaV, const scalar minDelta=0.0) |
![]() | |
virtual const AMIPatchToPatchInterpolation & | interRegionAMI (const regionModel &nbrRegion, const label regionPatchi, const label nbrPatchi, const bool flip) const |
![]() | |
bool | readHeaderOk (const IOstreamOption::streamFormat fmt, const word &typeName) |
![]() | |
void | setBad (const string &s) |
Additional Inherited Members | |
![]() | |
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 |
![]() | |
static autoPtr< pyrolysisModel > | New (const fvMesh &mesh, const word ®ionType="pyrolysis") |
static autoPtr< pyrolysisModel > | New (const fvMesh &mesh, const dictionary &dict, const word ®ionType="pyrolysis") |
![]() | |
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) |
![]() | |
friend | const_searcher |
friend | searcher |
![]() | |
static const Enum< fileCheckTypes > | fileCheckTypesNames |
static char | scopeSeparator |
static fileCheckTypes | fileModificationChecking |
static float | fileModificationSkew |
static int | maxFileModificationPolls |
![]() | |
static int | writeOptionalEntries |
static const dictionary | null |
static refPtr< OSstream > | reportingOutput |
![]() | |
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 |
Reacting, 1-D pyrolysis model NOTE: The moveMesh option can only be applied to solid reaction such as: PMMA -> gas at the moment.
Definition at line 56 of file reactingOneDim.H.
reactingOneDim | ( | const word & | modelType, |
const fvMesh & | mesh, | ||
const word & | regionType | ||
) |
Definition at line 360 of file reactingOneDim.C.
References Foam::read().
reactingOneDim | ( | const word & | modelType, |
const fvMesh & | mesh, | ||
const dictionary & | dict, | ||
const word & | regionType | ||
) |
Definition at line 459 of file reactingOneDim.C.
References dict, and Foam::read().
|
virtual |
Definition at line 560 of file reactingOneDim.C.
|
protectedvirtual |
Reimplemented from pyrolysisModel.
Definition at line 61 of file reactingOneDim.C.
References pyrolysisModel::read().
|
protectedvirtual |
Reimplemented from pyrolysisModel.
Definition at line 73 of file reactingOneDim.C.
References dict, and pyrolysisModel::read().
|
protected |
Definition at line 191 of file reactingOneDim.C.
References reactingOneDim::qrHSource_, reactingOneDim::updatePhiGas(), and reactingOneDim::updateqr().
Referenced by reactingOneDim::evolveRegion().
|
protected |
Definition at line 202 of file reactingOneDim.C.
References Foam::endl(), forAll, Foam::gSum(), Foam::Info, reactingOneDim::minimumDelta_, regionModel1D::moveMesh(), and reactingOneDim::solidChemistry_.
Referenced by reactingOneDim::solveContinuity().
|
protected |
Definition at line 85 of file reactingOneDim.C.
References regionModel1D::boundaryFaceCells_, GeometricField::boundaryField(), GeometricField::boundaryFieldRef(), primitiveMesh::cellCentres(), cells, fvMesh::Cf(), GeometricField::correctBoundaryConditions(), delta, Foam::exp(), forAll, regionModel::intCoupledPatchIDs_, k, reactingOneDim::kappa(), reactingOneDim::kappaRad(), Foam::mag(), Foam::max(), reactingOneDim::qr_, regionModel::regionMesh(), and Foam::Zero.
Referenced by reactingOneDim::updateFields().
|
protected |
Definition at line 137 of file reactingOneDim.C.
References regionModel1D::boundaryFaceCells_, GeometricField::boundaryFieldRef(), cells, Foam::expressions::patchExpr::debug, Foam::endl(), forAll, forAllReverse, Foam::Info, regionModel::intCoupledPatchIDs_, k, reactingOneDim::phiGas_, reactingOneDim::phiHsGas_, regionModel::regionMesh(), reactingOneDim::solidChemistry_, reactingOneDim::solidThermo_, fvMesh::V(), and Foam::Zero.
Referenced by reactingOneDim::updateFields().
|
protected |
Definition at line 334 of file reactingOneDim.C.
References reactingOneDim::addedGasMass_, reactingOneDim::chemistryQdot_, TimeState::deltaT(), Foam::fvc::domainIntegrate(), regionModel::infoOutput_, reactingOneDim::lostSolidMass_, reactingOneDim::solidChemistry_, regionModel::time_, and reactingOneDim::totalHeatRR_.
Referenced by reactingOneDim::evolveRegion().
|
protected |
Definition at line 220 of file reactingOneDim.C.
References Foam::fvm::ddt(), DebugInFunction, TimeState::deltaT(), Foam::endl(), regionModel1D::moveMesh_, regionModel::regionMesh(), reactingOneDim::rho_, reactingOneDim::solidChemistry_, fvMatrix::solve(), regionModel::time_, and reactingOneDim::updateMesh().
Referenced by reactingOneDim::evolveRegion().
|
protected |
Definition at line 281 of file reactingOneDim.C.
References Foam::constant::atomic::alpha, reactingOneDim::chemistryQdot_, Foam::fvm::ddt(), DebugInFunction, Foam::fvc::div(), Foam::endl(), reactingOneDim::h_, Foam::fvc::interpolate(), reactingOneDim::kappa(), Foam::fvc::laplacian(), Foam::fvm::laplacian(), regionModel1D::nMagSf(), reactingOneDim::qr_, reactingOneDim::qrHSource_, fvMatrix::relax(), reactingOneDim::rho_, reactingOneDim::solidChemistry_, reactingOneDim::solidThermo_, fvMatrix::solve(), and reactingOneDim::T().
Referenced by reactingOneDim::evolveRegion().
|
protected |
Definition at line 245 of file reactingOneDim.C.
References Foam::fvm::ddt(), DebugInFunction, Foam::fvc::div(), Foam::endl(), Foam::fvc::interpolate(), GeometricField::max(), phi, regionModel::regionMesh(), reactingOneDim::rho_, reactingOneDim::solidChemistry_, fvMatrix::solve(), reactingOneDim::Ys_, and Yt().
Referenced by reactingOneDim::evolveRegion().
TypeName | ( | "reactingOneDim" | ) |
|
virtual |
Implements pyrolysisModel.
Definition at line 618 of file reactingOneDim.C.
References reactingOneDim::rho_.
|
virtual |
Implements pyrolysisModel.
Definition at line 624 of file reactingOneDim.C.
References reactingOneDim::solidThermo_.
Referenced by reactingOneDim::solveEnergy().
|
virtual |
Implements pyrolysisModel.
Definition at line 630 of file reactingOneDim.C.
References reactingOneDim::solidThermo_.
Referenced by reactingOneDim::solidRegionDiffNo().
|
virtual |
Implements pyrolysisModel.
Definition at line 636 of file reactingOneDim.C.
References reactingOneDim::radiation_.
Referenced by reactingOneDim::updateqr().
|
virtual |
Implements pyrolysisModel.
Definition at line 642 of file reactingOneDim.C.
References reactingOneDim::solidThermo_.
Referenced by reactingOneDim::solidRegionDiffNo(), reactingOneDim::solveEnergy(), and reactingOneDim::updateqr().
|
virtual |
Implements pyrolysisModel.
Definition at line 648 of file reactingOneDim.C.
References reactingOneDim::phiGas_.
|
inline |
Definition at line 26 of file reactingOneDimI.H.
References reactingOneDim::nNonOrthCorr_.
|
virtual |
Reimplemented from pyrolysisModel.
Definition at line 612 of file reactingOneDim.C.
References reactingOneDim::maxDiff_.
|
virtual |
Reimplemented from pyrolysisModel.
Definition at line 566 of file reactingOneDim.C.
References GeometricField::boundaryField(), Foam::expressions::patchExpr::debug, Foam::endl(), forAll, Foam::Info, regionModel::intCoupledPatchIDs_, reactingOneDim::phiGas_, regionModel::primaryPatchIDs_, and Foam::type().
|
virtual |
Reimplemented from pyrolysisModel.
Definition at line 592 of file reactingOneDim.C.
References reactingOneDim::Cp(), surfaceInterpolation::deltaCoeffs(), TimeState::deltaTValue(), DiNum, Foam::fvc::interpolate(), reactingOneDim::kappa(), Foam::max(), GeometricField::primitiveField(), regionModel::regionMesh(), Foam::returnReduce(), reactingOneDim::rho_, Foam::sqr(), and regionModel::time().
|
virtual |
Reimplemented from regionModel.
Definition at line 654 of file reactingOneDim.C.
References regionModel::preEvolveRegion().
|
virtual |
Reimplemented from regionModel.
Definition at line 660 of file reactingOneDim.C.
References reactingOneDim::calculateMassTransfer(), reactingOneDim::chemistryQdot_, Foam::endl(), Foam::gMax(), Foam::gMin(), Foam::Info, fvMesh::name(), reactingOneDim::nNonOrthCorr_, regionModel::regionMesh(), reactingOneDim::solidChemistry_, reactingOneDim::solidThermo_, reactingOneDim::solveContinuity(), reactingOneDim::solveEnergy(), reactingOneDim::solveSpeciesMass(), regionModel::time(), reactingOneDim::updateFields(), and reactingOneDim::useChemistrySolvers_.
|
virtual |
Reimplemented from regionModel.
Definition at line 698 of file reactingOneDim.C.
References reactingOneDim::addedGasMass_, Foam::endl(), Foam::indent(), Foam::Info, reactingOneDim::lostSolidMass_, fvMesh::name(), Foam::nl, regionModel::regionMesh(), reactingOneDim::totalHeatRR_, and dimensioned::value().
|
protected |
Definition at line 79 of file reactingOneDim.H.
Referenced by reactingOneDim::Cp(), reactingOneDim::evolveRegion(), reactingOneDim::kappa(), reactingOneDim::solveEnergy(), reactingOneDim::T(), and reactingOneDim::updatePhiGas().
|
protected |
Definition at line 82 of file reactingOneDim.H.
Referenced by reactingOneDim::calculateMassTransfer(), reactingOneDim::evolveRegion(), reactingOneDim::solveContinuity(), reactingOneDim::solveEnergy(), reactingOneDim::solveSpeciesMass(), reactingOneDim::updateMesh(), and reactingOneDim::updatePhiGas().
|
protected |
Definition at line 85 of file reactingOneDim.H.
Referenced by reactingOneDim::kappaRad().
|
protected |
Definition at line 91 of file reactingOneDim.H.
Referenced by reactingOneDim::rho(), reactingOneDim::solidRegionDiffNo(), reactingOneDim::solveContinuity(), reactingOneDim::solveEnergy(), and reactingOneDim::solveSpeciesMass().
|
protected |
Definition at line 94 of file reactingOneDim.H.
Referenced by reactingOneDim::solveSpeciesMass().
|
protected |
Definition at line 97 of file reactingOneDim.H.
Referenced by reactingOneDim::solveEnergy().
|
protected |
Definition at line 103 of file reactingOneDim.H.
Referenced by reactingOneDim::evolveRegion(), and reactingOneDim::nNonOrthCorr().
|
protected |
Definition at line 106 of file reactingOneDim.H.
Referenced by reactingOneDim::maxDiff().
|
protected |
Definition at line 109 of file reactingOneDim.H.
Referenced by reactingOneDim::updateMesh().
|
protected |
Definition at line 115 of file reactingOneDim.H.
Referenced by reactingOneDim::addMassSources(), reactingOneDim::phiGas(), and reactingOneDim::updatePhiGas().
|
protected |
Definition at line 118 of file reactingOneDim.H.
Referenced by reactingOneDim::updatePhiGas().
|
protected |
Definition at line 121 of file reactingOneDim.H.
Referenced by reactingOneDim::calculateMassTransfer(), reactingOneDim::evolveRegion(), and reactingOneDim::solveEnergy().
|
protected |
Definition at line 131 of file reactingOneDim.H.
Referenced by reactingOneDim::solveEnergy(), and reactingOneDim::updateqr().
|
protected |
Definition at line 137 of file reactingOneDim.H.
Referenced by reactingOneDim::calculateMassTransfer(), and reactingOneDim::info().
|
protected |
Definition at line 140 of file reactingOneDim.H.
Referenced by reactingOneDim::calculateMassTransfer(), and reactingOneDim::info().
|
protected |
Definition at line 143 of file reactingOneDim.H.
|
protected |
Definition at line 146 of file reactingOneDim.H.
Referenced by reactingOneDim::calculateMassTransfer(), and reactingOneDim::info().
|
protected |
Definition at line 152 of file reactingOneDim.H.
|
protected |
Definition at line 155 of file reactingOneDim.H.
Referenced by reactingOneDim::solveEnergy(), and reactingOneDim::updateFields().
|
protected |
Definition at line 158 of file reactingOneDim.H.
Referenced by reactingOneDim::evolveRegion().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.