var fDesc=new Array(); fDesc[0] = "AquaSim analysis and simulation software is a finite element tool developed by Aquastructures for the calculation and real-time simulation of structural response of slender, light-weight constructions, flexible configurations and coupled systems of various elements exposed to environmental loads such as;

- Waves
- Currents
- Wind
- Impulse loads
- Operational conditions
- Resonance

AquaSim handles global analysis and interactions of forces transmitted between stiff and flexible components.

AquaSim establishes simultaneously a visual simulation of displacements, accelerations and deformations in the structure, and calculates for each step the local section forces, stresses and stress ranges in each system component, applicable for local analysis and fatigue assessments"; 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 = ''; } }