09.02.2013 Views

3+4+Supplementum/2012 - Společnost pro pojivové tkáně

3+4+Supplementum/2012 - Společnost pro pojivové tkáně

3+4+Supplementum/2012 - Společnost pro pojivové tkáně

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

The change from vertebra to inter-vertebrae<br />

disc makes block:<br />

block3:schedule(time,block2,continuous,…);<br />

//scheduling of right side calculation<br />

cancelint(„integral2“);<br />

//vertebra integration finishing<br />

integr(2,w[1],w[0],”integral1”);<br />

// integration of inter-vertebrae disc<br />

schedule(time+d,block4,discrete);<br />

//jump on vertebra in time equal disc thin d<br />

The block for jump from inter-vertebrae<br />

disc to vertebra:<br />

block4:cancelint(„integral1“);<br />

//end of disc integration<br />

integr(1,w[1],w[0],”integral2”);<br />

//vertebra integration<br />

cancelblock(block2);<br />

//end of right site calculation (3)<br />

schedule(time+tvertebra,block3,diskrete);<br />

//jump to disc <strong>pro</strong>gram after time equal<br />

vertebra high<br />

The main <strong>pro</strong>gram read parameters,<br />

sets initial conditions. The calculation is<br />

started by calling of block4 for vertebra<br />

solving (the block4 cancels not yet existing<br />

integration “integral1” and not existing<br />

block2 but it is not error). The statement<br />

wait jumps on simulation system and starts<br />

the simulation calculation:<br />

schedule(0.0, block4, diskrete) ;<br />

schedule(0.0, block1, continuous) ;<br />

integr(2, M[1], M[0],” moment”);<br />

228<br />

wait(finish time,…);<br />

The calculation according to presented<br />

<strong>pro</strong>gram is for zero initial condition. But<br />

the initial condition w´(0) is not zero and<br />

at the spine end must be w = 0. The calculation<br />

for w´(0)=0 gives a not zero finish<br />

value w end = w[0]. The calculation will be<br />

repeated with new initial conditions:<br />

w[0] = 0, w[1]= –w end/l, M[0] = 0, M[1] = 0,<br />

where l is spine length.<br />

COnCluSiOn<br />

The simulation is mainly recognition<br />

method. The parameters for algorithms<br />

presented above can be determined just<br />

roughly. If the simulation <strong>pro</strong>gram is completed<br />

then the real experiments are modeled<br />

on computer and the computer and real<br />

signal course are compared. The parameters<br />

and eventual model structure are changed<br />

to be mutually in concordance (model<br />

verification). The known parameters value<br />

can be used at next science research. The<br />

check model can be used for <strong>pro</strong>gnosis of<br />

the other experiment course.<br />

Presented models are simple. If the<br />

comparison the model with reality shows<br />

that the more detail model is necessary<br />

to be the other influences respected. For<br />

example by grippe infection model can be<br />

respected incubation period, illness period,<br />

community structure (city or country<br />

community, age structure, degree of mutual<br />

people contact etc.). The spine bending<br />

model can respected free beds for acute<br />

cases, aspect of chose a patient from queue<br />

according to illness parameters etc. The<br />

spine bending model can be respected soft<br />

LOCOMOTOR SYSTEM vol. 19, <strong>2012</strong>, No. 3+4

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!