ASM3 reactor module =================== Import ------ .. code-block:: python from asm3model import asm3 Class ----- ``ASM3(XINIT4, PAR4, VOL4, SOSAT4, TEMPMODEL, ACTIVATE)`` Parameters ---------- - ``XINIT4``: initial ASM3 state vector - ``PAR4``: ASM3 parameter vector - ``VOL4``: reactor volume - ``SOSAT4``: oxygen saturation value - ``TEMPMODEL``: temperature model flag - ``ACTIVATE``: dummy-state activation flag Notes ----- This page documents the module-level interface intended for future flowsheet construction.