Home > freetb4matlab > ocs > SBN > Mdiode.m

Mdiode

PURPOSE ^

%

SYNOPSIS ^

function [a,b,c] = Mdiode (string,parameters,parameternames,extvar,intvar,t)

DESCRIPTION ^

% -*- texinfo -*-
%
% @deftypefn{Function File} @
% {[@var{a},@var{b},@var{c}]=}Mdiode@
% (@var{string}, @var{parameters}, @var{parameternames}, @
% @var{extvar},@var{intvar},@var{t})
%
% SBN file implementing models for diodes.
%
% @var{string} is used to select among models. Parameters are listed
% as inner items. Possible models are:
%
% @itemize @minus
% @item @var{string} = 'simple' (Usual exponential diode model)
% @itemize @minus
% @item Is   -> reverse current
% @item Vth  -> thermal voltage
% @item Rpar -> parasitic resistance
% @end itemize
% @item @var{string} = 'PDEsymmetric' (Drift-Diffusion PDE model)
% @itemize @minus
% @item len    -> diode length
% @item Nnodes -> number of nodes of 1D grid
% @item Dope   -> doping (abrupt and symmetric)
% @item toll   -> absolute tolerance
% @item maxit  -> max iterations number
% @item Area   -> device area
% @end itemize
% @end itemize
%
% @seealso{ PRSiffparse, ASMinitsystem, ASMbuildsystem, the IFF file
% format  specifications }
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003