Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
reactingOneDim Class Reference

Reacting, 1-D pyrolysis model NOTE: The moveMesh option can only be applied to solid reaction such as: PMMA -> gas at the moment. More...

Inheritance diagram for reactingOneDim:
Inheritance graph
[legend]
Collaboration diagram for reactingOneDim:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("reactingOneDim")
 
 reactingOneDim (const word &modelType, const fvMesh &mesh, const word &regionType)
 
 reactingOneDim (const word &modelType, const fvMesh &mesh, const dictionary &dict, const word &regionType)
 
virtual ~reactingOneDim ()
 
const volScalarFieldrho () const
 
virtual const volScalarFieldT () const
 
virtual const tmp< volScalarFieldCp () const
 
virtual tmp< volScalarFieldkappaRad () const
 
virtual tmp< volScalarFieldkappa () const
 
virtual const surfaceScalarFieldphiGas () 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 ()
 
- Public Member Functions inherited from pyrolysisModel
 TypeName ("pyrolysisModel")
 
 declareRunTimeSelectionTable (autoPtr, pyrolysisModel, mesh,(const word &modelType, const fvMesh &mesh, const word &regionType),(modelType, mesh, regionType))
 
 declareRunTimeSelectionTable (autoPtr, pyrolysisModel, dictionary,(const word &modelType, const fvMesh &mesh, const dictionary &dict, const word &regionType),(modelType, mesh, dict, regionType))
 
 pyrolysisModel (const fvMesh &mesh, const word &regionType)
 
 pyrolysisModel (const word &modelType, const fvMesh &mesh, const word &regionType)
 
 pyrolysisModel (const word &modelType, const fvMesh &mesh, const dictionary &dict, const word &regionType)
 
autoPtr< pyrolysisModelclone () const
 
virtual ~pyrolysisModel ()
 
- Public Member Functions inherited from regionModel1D
 TypeName ("regionModel1D")
 
 regionModel1D (const fvMesh &mesh, const word &regionType)
 
 regionModel1D (const fvMesh &mesh, const word &regionType, const word &modelName, bool readFields=true)
 
 regionModel1D (const fvMesh &mesh, const word &regionType, const word &modelName, const dictionary &dict, bool readFields=true)
 
virtual ~regionModel1D ()
 
const labelListListboundaryFaceFaces () const
 
const labelListListboundaryFaceCells () const
 
const labelListboundaryFaceOppositeFace () const
 
const surfaceScalarFieldnMagSf () const
 
label nLayers () const
 
- Public Member Functions inherited from regionModel
 TypeName ("regionModel")
 
 regionModel (const fvMesh &mesh, const word &regionType)
 
 regionModel (const fvMesh &mesh, const word &regionType, const word &modelName, bool readFields=true)
 
 regionModel (const fvMesh &mesh, const word &regionType, const word &modelName, const dictionary &dict, bool readFields=true)
 
virtual ~regionModel ()=default
 
const fvMeshprimaryMesh () const
 
const Timetime () const
 
Switch active () const
 
Switch infoOutput () const
 
const wordmodelName () const
 
const fvMeshregionMesh () const
 
fvMeshregionMesh ()
 
const dictionarycoeffs () const
 
const dictionarysolution () const
 
const IOdictionaryoutputProperties () const
 
IOdictionaryoutputProperties ()
 
bool isCoupledPatch (const label regionPatchi) const
 
bool isRegionPatch (const label primaryPatchi) const
 
const labelListprimaryPatchIDs () const
 
const labelListintCoupledPatchIDs () 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 > &regionField) 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 > &regionField, 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
 
- Public Member Functions inherited from IOdictionary
 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
 
- Public Member Functions inherited from baseIOdictionary
 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 wordname () const
 
virtual bool readData (Istream &)
 
virtual bool writeData (Ostream &) const
 
void operator= (const baseIOdictionary &rhs)
 
void operator= (const dictionary &rhs)
 
- Public Member Functions inherited from regIOobject
 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 dictionaryfindMetaData () const noexcept
 
dictionarygetMetaData () noexcept
 
void removeMetaData ()
 
virtual void updateMetaData ()
 
bool headerOk ()
 
IstreamreadStream (const word &, const bool valid=true)
 
void close ()
 
virtual label addWatch (const fileName &)
 
const labelListwatchIndices () const
 
labelListwatchIndices ()
 
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
 
- Public Member Functions inherited from IOobject
 TypeName ("IOobject")
 
 IOobject (const IOobject &)=default
 
virtual ~IOobject ()=default
 
 IOobject (const word &name, const fileName &instance, const objectRegistry &registry, 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 &registry, readOption r=NO_READ, writeOption w=NO_WRITE, bool registerObject=true, bool globalObject=false)
 
 IOobject (const fileName &path, const objectRegistry &registry, readOption r=NO_READ, writeOption w=NO_WRITE, bool registerObject=true, bool globalObject=false)
 
 IOobject (const IOobject &io, const objectRegistry &registry)
 
 IOobject (const IOobject &io, const word &name)
 
 IOobject (const IOobject &io, readOption, writeOption)
 
autoPtr< IOobjectclone () const
 
autoPtr< IOobjectclone (const objectRegistry &registry) const
 
const objectRegistrydb () const noexcept
 
const Timetime () const
 
const wordname () const noexcept
 
const wordheaderClassName () const noexcept
 
wordheaderClassName () noexcept
 
const stringnote () const noexcept
 
stringnote () 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 fileNamerootPath () const
 
const fileNamecaseName () const
 
const fileNameinstance () const noexcept
 
fileNameinstance () noexcept
 
const fileNamelocal () 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< IOobjectinfo () const
 
void operator= (const IOobject &io)
 
readOptionreadOpt () noexcept
 
writeOptionwriteOpt () noexcept
 
boolregisterObject () noexcept
 
boolglobalObject () noexcept
 
template<>
bool isHeaderClassName () const
 
template<class StringType >
Foam::word groupName (StringType base, const word &group)
 
- Public Member Functions inherited from dictionary
 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< dictionaryclone () const
 
virtual ~dictionary ()
 
const fileNamename () const noexcept
 
fileNamename () noexcept
 
word dictName () const
 
fileName relativeName (const bool caseTag=false) const
 
bool isNullDict () const noexcept
 
const dictionaryparent () const noexcept
 
const dictionarytopDict () 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
 
entryfindEntry (const word &keyword, enum keyType::option matchOpt=keyType::REGEX)
 
const entryfindEntry (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
 
const entryfindScoped (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
 
dictionaryfindDict (const word &keyword, enum keyType::option matchOpt=keyType::REGEX)
 
const dictionaryfindDict (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
 
const entrylookupEntry (const word &keyword, enum keyType::option matchOpt) const
 
ITstreamlookup (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 dictionarysubDict (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
 
dictionarysubDict (const word &keyword, enum keyType::option matchOpt=keyType::REGEX)
 
dictionarysubDictOrAdd (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 dictionaryoptionalSubDict (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< keyTypekeys (bool patterns=false) const
 
bool substituteKeyword (const word &keyword, bool mergeEntry=false)
 
bool substituteScopedKeyword (const word &keyword, bool mergeEntry=false)
 
entryadd (entry *entryPtr, bool mergeEntry=false)
 
entryadd (const entry &e, bool mergeEntry=false)
 
entryadd (const keyType &k, const word &v, bool overwrite=false)
 
entryadd (const keyType &k, const string &v, bool overwrite=false)
 
entryadd (const keyType &k, const label v, bool overwrite=false)
 
entryadd (const keyType &k, const scalar v, bool overwrite=false)
 
entryadd (const keyType &k, const dictionary &d, bool mergeEntry=false)
 
template<class T >
entryadd (const keyType &k, const T &v, bool overwrite=false)
 
entryset (entry *entryPtr)
 
entryset (const entry &e)
 
entryset (const keyType &k, const dictionary &v)
 
template<class T >
entryset (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 dictionarycfindScopedDict (const fileName &dictPath) const
 
const dictionaryfindScopedDict (const fileName &dictPath) const
 
dictionaryfindScopedDict (const fileName &dictPath)
 
dictionarymakeScopedDict (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 entryfindCompat (const word &keyword, std::initializer_list< std::pair< const char *, int >> compat, enum keyType::option) const
 
const entrylookupEntryCompat (const word &keyword, std::initializer_list< std::pair< const char *, int >> compat, enum keyType::option) const
 
ITstreamlookupCompat (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
 
ITstreamoperator[] (const word &keyword) const
 
bool found (const word &keyword, bool recursive, bool patternMatch=true) const
 
entrylookupEntryPtr (const word &keyword, bool recursive, bool patternMatch)
 
const entrylookupEntryPtr (const word &keyword, bool recursive, bool patternMatch) const
 
const entrylookupScopedEntryPtr (const word &keyword, bool recursive, bool patternMatch) const
 
const dictionarysubDictPtr (const word &keyword) const
 
dictionarysubDictPtr (const word &keyword)
 
const entrylookupEntry (const word &keyword, bool recursive, bool patternMatch) const
 
ITstreamlookup (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::entryadd (const keyType &k, const T &v, bool overwrite)
 
template<class T >
Foam::entryset (const keyType &k, const T &v)
 
- Public Member Functions inherited from ILList
 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 ()
 
- Protected Member Functions inherited from regionModel1D
tmp< labelFieldmoveMesh (const scalarList &deltaV, const scalar minDelta=0.0)
 
- Protected Member Functions inherited from regionModel
virtual const AMIPatchToPatchInterpolationinterRegionAMI (const regionModel &nbrRegion, const label regionPatchi, const label nbrPatchi, const bool flip) const
 
- Protected Member Functions inherited from regIOobject
bool readHeaderOk (const IOstreamOption::streamFormat fmt, const word &typeName)
 
- Protected Member Functions inherited from IOobject
void setBad (const string &s)
 

Protected Attributes

autoPtr< solidReactionThermosolidThermo_
 
autoPtr< basicSolidChemistryModelsolidChemistry_
 
autoPtr< radiation::radiationModelradiation_
 
volScalarField rho_
 
PtrList< volScalarField > & Ys_
 
volScalarFieldh_
 
label nNonOrthCorr_
 
scalar maxDiff_
 
scalar minimumDelta_
 
surfaceScalarField phiGas_
 
volScalarField phiHsGas_
 
volScalarField chemistryQdot_
 
volScalarField qr_
 
dimensionedScalar lostSolidMass_
 
dimensionedScalar addedGasMass_
 
scalar totalGasMassFlux_
 
dimensionedScalar totalHeatRR_
 
bool gasHSource_
 
bool qrHSource_
 
bool useChemistrySolvers_
 
- Protected Attributes inherited from regionModel1D
labelListList boundaryFaceFaces_
 
labelListList boundaryFaceCells_
 
labelList boundaryFaceOppositeFace_
 
label nLayers_
 
autoPtr< surfaceScalarFieldnMagSfPtr_
 
Switch moveMesh_
 
- Protected Attributes inherited from regionModel
const fvMeshprimaryMesh_
 
const Timetime_
 
Switch active_
 
Switch infoOutput_
 
const word modelName_
 
dictionary coeffs_
 
autoPtr< IOdictionaryoutputPropertiesPtr_
 
labelList primaryPatchIDs_
 
labelList intCoupledPatchIDs_
 
word regionName_
 
regionModelFunctionObjectList functions_
 
wordList interRegionAMINames_
 
PtrList< PtrList< AMIPatchToPatchInterpolation > > interRegionAMI_
 

Additional Inherited Members

- Public Types inherited from IOobject
enum  objectState : char { GOOD, BAD }
 
enum  readOption : char { MUST_READ, MUST_READ_IF_MODIFIED, READ_IF_PRESENT, NO_READ }
 
enum  writeOption : char { AUTO_WRITE = 0, NO_WRITE = 1 }
 
enum  fileCheckTypes : char { timeStamp, timeStampMaster, inotify, inotifyMaster }
 
- Public Types inherited from dictionary
typedef Searcher< true > const_searcher
 
typedef Searcher< false > searcher
 
- Static Public Member Functions inherited from pyrolysisModel
static autoPtr< pyrolysisModelNew (const fvMesh &mesh, const word &regionType="pyrolysis")
 
static autoPtr< pyrolysisModelNew (const fvMesh &mesh, const dictionary &dict, const word &regionType="pyrolysis")
 
- Static Public Member Functions inherited from regIOobject
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 Public Member Functions inherited from IOobject
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 OstreamwriteBanner (Ostream &os, const bool noSyntaxHint=false)
 
static OstreamwriteDivider (Ostream &os)
 
static OstreamwriteEndDivider (Ostream &os)
 
- Static Public Member Functions inherited from dictionary
static int reportOptional () noexcept
 
static int reportOptional (const int level) noexcept
 
static autoPtr< dictionaryNew (Istream &is)
 
- Public Attributes inherited from dictionary
friend const_searcher
 
friend searcher
 
- Static Public Attributes inherited from IOobject
static const Enum< fileCheckTypesfileCheckTypesNames
 
static char scopeSeparator
 
static fileCheckTypes fileModificationChecking
 
static float fileModificationSkew
 
static int maxFileModificationPolls
 
- Static Public Attributes inherited from dictionary
static int writeOptionalEntries
 
static const dictionary null
 
static refPtr< OSstreamreportingOutput
 
- Static Protected Member Functions inherited from IOobject
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 Protected Attributes inherited from regIOobject
static bool masterOnlyReading = false
 

Detailed Description

Reacting, 1-D pyrolysis model NOTE: The moveMesh option can only be applied to solid reaction such as: PMMA -> gas at the moment.

Source files

Definition at line 56 of file reactingOneDim.H.

Constructor & Destructor Documentation

◆ reactingOneDim() [1/2]

reactingOneDim ( const word modelType,
const fvMesh mesh,
const word regionType 
)

Definition at line 360 of file reactingOneDim.C.

References Foam::read().

Here is the call graph for this function:

◆ reactingOneDim() [2/2]

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().

Here is the call graph for this function:

◆ ~reactingOneDim()

~reactingOneDim ( )
virtual

Definition at line 560 of file reactingOneDim.C.

Member Function Documentation

◆ read() [1/2]

bool read ( )
protectedvirtual

Reimplemented from pyrolysisModel.

Definition at line 61 of file reactingOneDim.C.

References pyrolysisModel::read().

Here is the call graph for this function:

◆ read() [2/2]

bool read ( const dictionary dict)
protectedvirtual

Reimplemented from pyrolysisModel.

Definition at line 73 of file reactingOneDim.C.

References dict, and pyrolysisModel::read().

Here is the call graph for this function:

◆ updateFields()

void updateFields ( )
protected

Definition at line 191 of file reactingOneDim.C.

References reactingOneDim::qrHSource_, reactingOneDim::updatePhiGas(), and reactingOneDim::updateqr().

Referenced by reactingOneDim::evolveRegion().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ updateMesh()

void updateMesh ( const scalarField mass0)
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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ updateqr()

void updateqr ( )
protected

◆ updatePhiGas()

void updatePhiGas ( )
protected

◆ calculateMassTransfer()

void calculateMassTransfer ( )
protected

◆ solveContinuity()

void solveContinuity ( )
protected

◆ solveEnergy()

void solveEnergy ( )
protected

◆ solveSpeciesMass()

void solveSpeciesMass ( )
protected

◆ TypeName()

TypeName ( "reactingOneDim"  )

◆ rho()

const volScalarField & rho ( ) const
virtual

Implements pyrolysisModel.

Definition at line 618 of file reactingOneDim.C.

References reactingOneDim::rho_.

◆ T()

const volScalarField & T ( ) const
virtual

Implements pyrolysisModel.

Definition at line 624 of file reactingOneDim.C.

References reactingOneDim::solidThermo_.

Referenced by reactingOneDim::solveEnergy().

Here is the caller graph for this function:

◆ Cp()

const tmp< volScalarField > Cp ( ) const
virtual

Implements pyrolysisModel.

Definition at line 630 of file reactingOneDim.C.

References reactingOneDim::solidThermo_.

Referenced by reactingOneDim::solidRegionDiffNo().

Here is the caller graph for this function:

◆ kappaRad()

tmp< volScalarField > kappaRad ( ) const
virtual

Implements pyrolysisModel.

Definition at line 636 of file reactingOneDim.C.

References reactingOneDim::radiation_.

Referenced by reactingOneDim::updateqr().

Here is the caller graph for this function:

◆ kappa()

tmp< volScalarField > kappa ( ) const
virtual

Implements pyrolysisModel.

Definition at line 642 of file reactingOneDim.C.

References reactingOneDim::solidThermo_.

Referenced by reactingOneDim::solidRegionDiffNo(), reactingOneDim::solveEnergy(), and reactingOneDim::updateqr().

Here is the caller graph for this function:

◆ phiGas()

const surfaceScalarField & phiGas ( ) const
virtual

Implements pyrolysisModel.

Definition at line 648 of file reactingOneDim.C.

References reactingOneDim::phiGas_.

◆ nNonOrthCorr()

Foam::label nNonOrthCorr ( ) const
inline

Definition at line 26 of file reactingOneDimI.H.

References reactingOneDim::nNonOrthCorr_.

◆ maxDiff()

scalar maxDiff ( ) const
virtual

Reimplemented from pyrolysisModel.

Definition at line 612 of file reactingOneDim.C.

References reactingOneDim::maxDiff_.

◆ addMassSources()

scalar addMassSources ( const label  patchi,
const label  facei 
)
virtual

◆ solidRegionDiffNo()

scalar solidRegionDiffNo ( ) const
virtual

◆ preEvolveRegion()

void preEvolveRegion ( )
virtual

Reimplemented from regionModel.

Definition at line 654 of file reactingOneDim.C.

References regionModel::preEvolveRegion().

Here is the call graph for this function:

◆ evolveRegion()

void evolveRegion ( )
virtual

◆ info()

void info ( )
virtual

Member Data Documentation

◆ solidThermo_

autoPtr<solidReactionThermo> solidThermo_
protected

◆ solidChemistry_

autoPtr<basicSolidChemistryModel> solidChemistry_
protected

◆ radiation_

autoPtr<radiation::radiationModel> radiation_
protected

Definition at line 85 of file reactingOneDim.H.

Referenced by reactingOneDim::kappaRad().

◆ rho_

volScalarField rho_
protected

◆ Ys_

PtrList<volScalarField>& Ys_
protected

Definition at line 94 of file reactingOneDim.H.

Referenced by reactingOneDim::solveSpeciesMass().

◆ h_

volScalarField& h_
protected

Definition at line 97 of file reactingOneDim.H.

Referenced by reactingOneDim::solveEnergy().

◆ nNonOrthCorr_

label nNonOrthCorr_
protected

Definition at line 103 of file reactingOneDim.H.

Referenced by reactingOneDim::evolveRegion(), and reactingOneDim::nNonOrthCorr().

◆ maxDiff_

scalar maxDiff_
protected

Definition at line 106 of file reactingOneDim.H.

Referenced by reactingOneDim::maxDiff().

◆ minimumDelta_

scalar minimumDelta_
protected

Definition at line 109 of file reactingOneDim.H.

Referenced by reactingOneDim::updateMesh().

◆ phiGas_

surfaceScalarField phiGas_
protected

◆ phiHsGas_

volScalarField phiHsGas_
protected

Definition at line 118 of file reactingOneDim.H.

Referenced by reactingOneDim::updatePhiGas().

◆ chemistryQdot_

volScalarField chemistryQdot_
protected

◆ qr_

volScalarField qr_
protected

Definition at line 131 of file reactingOneDim.H.

Referenced by reactingOneDim::solveEnergy(), and reactingOneDim::updateqr().

◆ lostSolidMass_

dimensionedScalar lostSolidMass_
protected

◆ addedGasMass_

dimensionedScalar addedGasMass_
protected

◆ totalGasMassFlux_

scalar totalGasMassFlux_
protected

Definition at line 143 of file reactingOneDim.H.

◆ totalHeatRR_

dimensionedScalar totalHeatRR_
protected

◆ gasHSource_

bool gasHSource_
protected

Definition at line 152 of file reactingOneDim.H.

◆ qrHSource_

bool qrHSource_
protected

Definition at line 155 of file reactingOneDim.H.

Referenced by reactingOneDim::solveEnergy(), and reactingOneDim::updateFields().

◆ useChemistrySolvers_

bool useChemistrySolvers_
protected

Definition at line 158 of file reactingOneDim.H.

Referenced by reactingOneDim::evolveRegion().


The documentation for this class was generated from the following files: