var fDesc=new Array(); fDesc[0] = "DYNAST is a software package for efficient and easy modeling, simulation and analysis of multidisciplinary nonlinear dynamic systems. Dynamic multipole models that can be set up in DYNAST in a graphical form characterize directly the real configuration of dynamic systems. The multipole models, however, can be combined with equations and block diagrams.

DYNAST not only solves nonlinear algebro-differential equations, but also automatically formulates them for the multipole models. So there is no need to form any equations, block diagrams, or bond graphs. DYNAST is also able to linearize the models and to provide their semisymbolic analysis in time- and frequency-domains."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }