modelDoubleLayer
Electrolytic double layer
Extends from FCSys.Icons.Names.Top2.
Information
The capacitance (C) is calculated from the surface area (A), length of the gap (L), and the permittivity (ε) assuming that the charges are uniformly distributed over (infinite) parallel planes.
If setVelocity is true, then the material exits with the
velocity of the inert connector. Typically, that connector should be connected to the stationary solid,
in which case heat will be generated if material arrives with a nonzero velocity. That heat is rejected to the same connector.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | n_trans | Number of components of translational momentum | |
| Q.Area | A | 10*U.m^2 | Surface area |
| Q.Length | L | 1e-10*U.m | Length of the gap |
| Q.Permittivity | epsilon | U.epsilon_0 | Permittivity of the dielectric |
| Q.Capacitance | C | epsilon*A/L | Capacitance |
| Assumptions | |||
| Boolean | setVelocity | true | <html>Material exits at the velocity of the <code>inert</code> connector</html> |
| Boolean | inclVolume | true | <html>Include the <code>amagat</code> connector to occupy volume</html> |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Connectors.Chemical | negative | Chemical connector on the 1st side | |
| Connectors.Chemical | positive | Chemical connector on the 2nd side | |
| Connectors.Inert | inert | Translational and thermal interface with the substrate | |
| Connectors.Amagat | amagat | Connector for additivity of volume |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Q.Potential | w | Electrical potential | |
| Q.Current | I | Material current | |
| Q.Amount | Z | C*w | Amount of charge shifted in the positive direction |
Contents
| Name | Description |
|---|---|