Thermogravimetric Analysis in a Fixed Bed (0D dynamic)

Thermogravimetric Analysis in a Fixed Bed (0D dynamic)#

Dynamic flowsheet example of the fixed bed 0D model for thermogravimetric analysis.

This model is for demonstration and tutorial purposes only.

The model code is located in the main flowsheet module and may be imported as:

>>> from pyomo.environ import ConcreteModel
>>> from idaes.models_extra.gas_solid_contactors.flowsheets.dyn_TGA_example import main
>>> m = ConcreteModel()
>>> m = main(m)

Inputs:

  • Gas feed - flowrate, pressure, temperature, composition

  • Solid feed - flowrate, particle porosity, temperature, composition