Closed GoogleCodeExporter closed 8 years ago
The thermo attribute of the Reactor object is for accessing the state of the
Reactor's contents, not setting them. Accessing the thermo attribute updates
the gas object to match the state of the Reactor. While the state of the gas
object is used to initialize the Reactor object, changes to the gas's state do
not (and should not) automatically flow back to the Reactor. If you want to
change the state of the reactor (before starting integration), you can change
the state of the gas and then call Reactor.insert(gas).
Original comment by yarmond
on 9 Feb 2015 at 4:37
It seems that the gas in the reactor is not the same entity (object) in its
meaning as the gas defined from the Solution.
I thought if the Reactor copied the gas (or only its state) at its
initialization or gas insertion, and had its own gas (state) as a different
object, it would become easier to use.
But, anyway, I understand the intended usage and can do my research. Thank you,
Mr. yarmond!
Original comment by yuts...@gmail.com
on 11 Feb 2015 at 11:25
Original issue reported on code.google.com by
yuts...@gmail.com
on 8 Feb 2015 at 8:00Attachments: