modelElectricalConduction
Extends from Examples.Subregion (Single subregion, with H2 by default).
Information
This is an example of Ohm's law. The 1 cm × 1 mm × 1 mm subregion contains carbon (C+) and electrons. An electrical current of 50 mA (5 A/cm2) is delivered into the negative boundary and exits the positive boundary. Due to the finite mobility of the electrons a force is required to support the current; this maps directly to electrical potential. The example shows that the measured resistance is R = L/(A ρ μ) as expected, where ρ is electronic density and μ is electronic mobility.
The measured rate of heat generation (subregion.graphite.'e-'.Edot_DT)
is equal to P = (zI)2 R as expected, where
zI = 50 mA is the electrical current. This heat is conducted through the carbon
to the boundaries, which are held at 25 °C. The measured steady state temperature
is T = T0 + θ L P/(4 A) as expected, where
T0 = 25 °C is the boundary temperature and
θ is the thermal resistance. The factor of one fourth
is due to the boundary conditions; the conduction length is half of the total length
and the heat is rejected to both sides. There is no thermal convection or
radiation—only conduction to the sides.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Species | |||
| Boolean | 'inclC+' (from Subregion) | false | <html>Carbon plus (C<sup>+</sup>)</html> |
| Boolean | 'inclSO3-' (from Subregion) | false | <html>Nafion sulfonate (C<sub>19</sub>HF<sub>37</sub>O<sub>5</sub>S<sup>-</sup>, abbreviated as SO<sub>3</sub><sup>-</sup>)</html> |
| Boolean | 'incle-' (from Subregion) | false | <html>Electrons (e<sup>-</sup>)</html> |
| Boolean | 'inclH+' (from Subregion) | false | <html>Protons (H<sup>+</sup>)</html> |
| Boolean | inclH2 (from Subregion) | true | <html>Hydrogen (H<sub>2</sub>)</html> |
| Boolean | inclH2O (from Subregion) | false | <html>Water vapor (H<sub>2</sub>O)</html> |
| Boolean | inclN2 (from Subregion) | false | <html>Nitrogen (N<sub>2</sub>)</html> |
| Boolean | inclO2 (from Subregion) | false | <html>Oxygen (O<sub>2</sub>)</html> |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Q.Potential | w | subregion.graphite.'e-'.Deltag[1] | Electrical potential |
| Q.Current | zI | -subregion.graphite.'e-'.I[1] | Electrical current |
| Q.ResistanceElectrical | R | w/zI | Measured electrical resistance |
| Q.ResistanceElectrical | R_ex | subregion.L[Axis.x]/(subregion.graphite.'e-'.sigma*subregion.A[Axis.x]) | Expected electrical resistance |
| Q.Power | P | subregion.graphite.'e-'.Edot_AT | Measured rate of heat generation |
| Q.Power | P_ex | zI^2*R | Expected rate of heat generation |
| Q.TemperatureAbsolute | T | subregion.graphite.'C+'.T | Measured temperature |
| Q.TemperatureAbsolute | T_ex | environment.T + subregion.graphite.'C+'.theta*U.cm*P/(4*subregion.A[Axis.x]) | Expected temperature |
| Conditions.Environment | environment (from Subregion) | ||
| FCSys.Subregions.Subregion | subregion (from Subregion) | ||
| Conditions.ByConnector.BoundaryBus.Single.Source | BC1 | ||
| Conditions.ByConnector.BoundaryBus.Single.Sink | BC2 |