Hi all,
In a multi-component transport simulation, I am wondering if it's possible to create an evaluator that considers only a single component. For example, the first-order_tracer.xml problem from the most recent short course includes first-order decay of a tracer through the source term tracer2_rate:
<ParameterList name="tracer2_rate" type="ParameterList">
<Parameter name="evaluator type" type="string" value="multiplicative evaluator"/>
<Parameter name="coefficient" type="double" value="-1.0e-3"/>
<Parameter name="dependencies" type="Array(string)" value="{mole_fraction}"/>
</ParameterList>
In this case, only a single tracer was included in the problem. If there were two tracers in the problem (e.g., Tracer1 and Tracer2) is it possible to call only one of the transport components (e.g., Tracer2) into an evaluator? I tried testing dependencies mole_fraction.Tracer2 and mole_fraction.1 in the evaluator above, but was getting error messages that "Evaluator "mole_fraction.Tracer2" @ "transport_coupler_next" cannot be created in State". Just curious if it's possible to target a single component as such, and if so what I should call the dependency.
Thanks,
Sam