Home > freetb4matlab > ocs > SBN > Mresistors.m

Mresistors

PURPOSE ^

%

SYNOPSIS ^

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

DESCRIPTION ^

% -*- texinfo -*-
%
% @deftypefn{Function File} @
% {[@var{a},@var{b},@var{c}]=}Mresistors@
% (@var{string}, @var{parameters}, @var{parameternames}, @
% @var{extvar},@var{intvar},@var{t})
%
% SBN file implementing models for resistors.
% 
% @var{string} is used to select among models. Parameters are listed
% as inner items. Possible models are:
%
% @enumerate
% @item @var{string} = 'LIN' (Linear resistor)
% @itemize @minus
% @item R -> resistance value
% @end itemize
% @item @var{string} = 'THERMAL' (Linear resistor with termal pin)
% @itemize @minus
% @item R0   -> reference resistance value at temperature @code{TNOM}
% @item TC1  -> coefficient for first order Taylor expansion
% @item TC2  -> coefficient for second order Taylor expansion
% @item TNOM -> reference temperature
% @end itemize
% @item @var{string} = 'THERMAL1D' (1D Thermal resistor)
% @itemize @minus
% @item L  -> length of 1D domain
% @item N  -> number of discretized elements
% @item cv -> PDE coefficient for dynamic part
% @item k  -> PDE coefficient for diffusion part
% @end itemize
% @end enumerate
%
% @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