ISEAFrame  2.26.1
Half cell simulation

The half cell simulation enables a description of a battery cell that is aware of the electrodes. The ECM is altered so that the open circuit voltage of the full cell is a superposition of anode and cathode potential. The cell's impedance is also diviced into anode and cathode.


XML structure

<TeslaCell class="CellElement" observable="True">

    <Anode>
        <Parallel class="ParallelTwoPort">
            <Children>
                <AnodeElement1 class="AnodeElement">
                    <Children>
                        <OcvAnode ref="U_A"/>
                        <RmphnAnode ref="Z_ct_A"/>
                    </Children>
                </AnodeElement1>
                <AnodeElement2 class="AnodeElement">
                    <Children>
                        <OcvAnode ref="U_A"/>
                        <RmphnAnode ref="Z_ct_A"/>
                    </Children>
                </AnodeElement2>
            </Children>
        </Parallel>
    </Anode>

    <Cathode>
        <CathodeElement1 class="CathodeElement">
            <Children>
                <OcvCathode ref="U_C"/>
                <RmphnCathode ref="Z_ct_C" />
                <SphericalDiffusionCathode ref="Z_diff_C"/>
            </Children>
        </CathodeElement1>
    </Cathode>
    
    <Other>
        <ParallelRCElectrolyte ref="Z_El"/>
        <OhmicResistanceCurrentCollector ref="R_CC"/>
    </Other>

</TeslaCell>

<Anode> This element contains all electrical elements describing the anode

<AnodeElement> Each element with the class "AnodeElement" describes a single anode particle with its own SOC to describe the degree of lithiation. The capacity of the cell is equally distributed among all anode particles. In the example above, the anode is described by two anode particles that are connected in parallel.

<Cathode> This element contains all electrical elements describing the cathode

<CathodeElement> Each element with the class "CathodeElement" describes a single cathode particle with its own SOC to describe the degree of lithiation. The capacity of the cell is equally distributed among all cathode particles. In the example above, the cathode is described by a single particle.

An in-depth example for a half cell simulation can be found in scenarions/thermal_electrical/tesla_halfcell_color.xml