modelC_SEMI
Semiconductor capacitor
Extends from Modelica.Electrical.Analog.Interfaces.OnePort (Component with two electrical pins p and n and current i from p to n).
Information
Semiconductor capacitance model
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Types.Capacitance | C | -1e40 | Capacitance, if specified, geometrical information is overwritten |
| Modelica.Units.NonSI.Temperature_degC | TEMP | 27 | Temperature of capacitor |
| SI.Length | L | Length of the capacitor | |
| SI.Length | W | -1e40 | Width of the capacitor, default DEFW (modelcard) |
| Boolean | SENS_AREA | false | Parameter for sensitivity analyses, not implemented yet |
| SI.Voltage | IC | 0 | Initial value |
| Boolean | UIC | false | Use initial conditions: true, if initial condition is used |
| Modelica.Electrical.Spice3.Internal.ModelcardC | modelcard | Capacitor modelcard | |
| Modelica.Electrical.Spice3.Internal.Csemiconductor.CapacitorModelLineParams | lp | Modelica.Electrical.Spice3.Internal.Csemiconductor.capacitorRenameParameters(modelcard) | Model Line Parameters |
| Modelica.Electrical.Spice3.Internal.Csemiconductor.Capacitor | cp | Modelica.Electrical.Spice3.Internal.Csemiconductor.capacitorRenameParametersDev(C, W, L, TEMP, SENS_AREA, lp) | Renamed parameters |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| PositivePin | p (from TwoPin) | Positive electrical pin | |
| NegativePin | n (from TwoPin) | Negative electrical pin |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Voltage | v (from TwoPin) | Voltage drop of the two pins (= p.v - n.v) | |
| SI.Current | i (from OnePort) | Current flowing from pin p to pin n | |
| Modelica.Electrical.Spice3.Internal.Csemiconductor.Capacitor | vp |
Revisions
- April 2009 by Kristin Majetta
initially implemented