modelC_Capacitor
Semiconductor capacitor
Extends from Modelica.Electrical.Spice3.Internal.C_SEMI (Semiconductor capacitor).
Information
C_Capacitor is a Semiconductor Capacitor model.
This capacitor model allows the calculation of the actual capacitance value from strictly geometric information and the specification of the process.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Types.Capacitance | C (from C_SEMI) | -1e40 | Capacitance, if specified, geometrical information is overwritten |
| Modelica.Units.NonSI.Temperature_degC | TEMP (from C_SEMI) | 27 | Temperature of capacitor |
| SI.Length | L (from C_SEMI) | Length of the capacitor | |
| SI.Length | W (from C_SEMI) | -1e40 | Width of the capacitor, default DEFW (modelcard) |
| Boolean | SENS_AREA (from C_SEMI) | false | Parameter for sensitivity analyses, not implemented yet |
| SI.Voltage | IC (from C_SEMI) | 0 | Initial value |
| Boolean | UIC (from C_SEMI) | false | Use initial conditions: true, if initial condition is used |
| Modelica.Electrical.Spice3.Internal.ModelcardC | modelcard (from C_SEMI) | Capacitor modelcard | |
| Modelica.Electrical.Spice3.Internal.Csemiconductor.CapacitorModelLineParams | lp (from C_SEMI) | Modelica.Electrical.Spice3.Internal.Csemiconductor.capacitorRenameParameters(modelcard) | Model Line Parameters |
| Modelica.Electrical.Spice3.Internal.Csemiconductor.Capacitor | cp (from C_SEMI) | 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 (from C_SEMI) |
Revisions
- September 2011 revised by Sandra Böhme
- April 2009 by Kristin Majetta
initially implemented