(t)
| 56 | # can access variables defined in the calling scope, including state variables |
| 57 | # of the `Reactor` object (combustor) itself. |
| 58 | def mdot(t): |
| 59 | return combustor.mass / residence_time |
| 60 | |
| 61 | inlet_mfc = ct.MassFlowController(inlet, combustor, mdot=mdot) |
| 62 |
no outgoing calls