Contents  
Functions  
Index
 
 PDF |
il=p_super('default')
il=p_super('database MatId Value')
il=p_super('dbval MatId Value')
il=p_super('dbval -unit TM ProId name');
Description[ProId Type coef1 coef2 coef3 ... ]
| ProID | Property identification number. |
| Type | Identifier obtained with fe_mat('p_super','SI',1). |
| coef1 | Multiplicative coefficient of the first matrix of the superelement (K{1}). Superelement matrices used for the assembly of the global model matrices will be {coef1*K{1}, coef2*K{2}, coef3*K{3}, ...}. Type of the matrices (stiffness, mass ...) is not changed. Note that you can define parameters for superelement using fe_case(model,’par’), see fe_case. |
[ProId Type Form type1 coef1 type2 coef2 ...]
| ProID | Property identification number. |
| Type | Identifier obtained with fe_mat('p_super','SI',2). |
| type1 | Type redefinition of the first matrix of the superelement (K{1}) according to SDT standard type (1 for stiffness, 2 for mass, 3 for viscous damping... see MatType). |
| coef1 | Multiplicative coefficient of the first matrix of the superelement (K{1}). Superelement matrices used for the assembly of the global model matrices will be {coef1*K{1}, coef2*K{2}, coef3*K{3}, ...}. Type of the matrices (stiffness, mass ...) is changed according to type1, type2, ... . Note that you can define parameters for superelement using fe_case(model,’par’), see fe_case. |