<?xml version='1.0' encoding='UTF-8'?>
<model name="Boron_NH3" xmlns="http://www.cellml.org/cellml/1.1#" xmlns:cellml="http://www.cellml.org/cellml/1.1#">
    <units name="per_s">
        <unit exponent="-1" units="second"/>
    </units>
    <units name="per_m">
        <unit exponent="-1" units="metre"/>
    </units>
    <units name="m_per_s">
        <unit units="metre"/>
        <unit exponent="-1" units="second"/>
    </units>
    <units name="mol_per_m3">
        <unit units="mole"/>
        <unit exponent="-3" units="metre"/>
    </units>
    <units name="mol_per_m2_s">
        <unit exponent="1" units="mole"/>
        <unit exponent="-2" units="metre"/>
        <unit exponent="-1" units="second"/>
    </units>
    <units name="mol_per_m3_s">
        <unit exponent="1" units="mole"/>
        <unit exponent="-3" units="metre"/>
        <unit exponent="-1" units="second"/>
    </units>
    <units name="J_per_C">
        <unit units="joule"/>
        <unit exponent="-1" units="coulomb"/>
    </units>
    <units name="C_per_mol">
        <unit units="coulomb"/>
        <unit exponent="-1" units="mole"/>
    </units>
    <units name="J_per_mol_K">
        <unit units="joule"/>
        <unit exponent="-1" units="mole"/>
        <unit exponent="-1" units="kelvin"/>
    </units>
    <units name="m3_per_mol">
        <unit exponent="3" units="metre"/>
        <unit exponent="-1" units="mole"/>
    </units>
    <component name="main">
        <variable name="t" units="second"/>
        <variable initial_value="0" name="NH3_i" units="mol_per_m3"/>
        <variable initial_value="0.14" name="NH3_o" units="mol_per_m3"/>
        <variable name="J_NH3" units="mol_per_m2_s"/>
        <variable initial_value="6e-5" name="P_NH3" units="m_per_s"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>J_NH3</ci>
                <apply>
                    <times/>
                    <ci>P_NH3</ci>
                    <apply>
                        <minus/>
                        <ci>NH3_o</ci>
                        <ci>NH3_i</ci>
                    </apply>
                </apply>
            </apply>
            <apply>
                <eq/>
                <apply>
                    <diff/>
                    <bvar>
                        <ci>t</ci>
                    </bvar>
                    <ci>NH3_i</ci>
                </apply>
                <cn cellml:units="mol_per_m3_s">0.01</cn>
            </apply>
        </math>
    </component>
</model>
