var fDesc=new Array(); fDesc[0] = "WindSim EV has no time limits or disabled functionality but does limit the model size. The maximum number of cells used to discretize the computational domain is 5000 and there are 10 layers of cells vertically. The limit on the number of cells has two effects: it smoothes the features of the given height and roughness data plus it introduces significant discretization errors. The results obtained with WindSim EV are therefore not intended for commercial work.

To provide you with the best results possible we have recommended the most powerful combination/PC:

- 64bit Windows
- More than 3 Ghz Processor
- 3GB of RAM per core
- Shared memory"; 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 = ''; } }