noPyrolysis::noPyrolysis(const word& modelType, const fvMesh& mesh) : pyrolysisModel(mesh), solidChemistry_(NULL), solidThermo_(NULL) { if (active()) { constructThermoChemistry(); } }
noPyrolysis::noPyrolysis ( const word& modelType, const fvMesh& mesh, const word& regionType ) : pyrolysisModel(mesh, regionType), solidChemistry_(nullptr), solidThermo_(nullptr), radiation_(nullptr) { if (active()) { constructThermoChemistry(); } }