| 1 |
picher |
202 |
#!/bin/sh |
| 2 |
|
|
|
| 3 |
|
|
ARCH=$($DEVROOT/Util/buildUtil/getarch) |
| 4 |
|
|
|
| 5 |
|
|
echo "*********************************" |
| 6 |
|
|
echo "Exemple de calcul d'optimisation " |
| 7 |
picher |
236 |
echo " fait sur un support et un pont " |
| 8 |
picher |
202 |
echo "*********************************" |
| 9 |
|
|
|
| 10 |
picher |
237 |
$DEVROOT/magic/app/carte/bin/$ARCH/carte -fichier bielle.magic -fichout carte.ctt -dg 7 -fechantillonage 20 -festimation 1 -typecarte 0 |
| 11 |
|
|
$DEVROOT/magic/app/mailleurbloc/bin/$ARCH/mailleurbloc -entier bielle.magic -bloc bielle_bloc.magic -carte carte.ctt -numgeoentier 0 -numgeobloc 0 |
| 12 |
|
|
|
| 13 |
picher |
236 |
$DEVROOT/magic/app/carte/bin/$ARCH/carte -fichier support.magic -fichout carte.ctt -dg 5 -fechantillonage 20 -festimation 1 -typecarte 0 |
| 14 |
|
|
$DEVROOT/magic/app/mailleurbloc/bin/$ARCH/mailleurbloc -entier support.magic -bloc support_bloc.magic -carte carte.ctt -numgeoentier 0 -numgeobloc 0 |
| 15 |
picher |
202 |
|
| 16 |
|
|
$DEVROOT/magic/app/carte/bin/$ARCH/carte -fichier pont.magic -fichout carte2.ctt -dg 0.5 -fechantillonage 20 -festimation 1 -typecarte 0 |
| 17 |
|
|
$DEVROOT/magic/app/mailleurbloc/bin/$ARCH/mailleurbloc -entier pont.magic -bloc pont_bloc.magic -carte carte2.ctt -numgeoentier 0 -numgeobloc 0 |
| 18 |
|
|
|
| 19 |
picher |
237 |
$DEVROOT/magic/app/mgoperation/bin/$ARCH/mgoperation -file bielle.magic -mesh 453 -degre 1 -fem |
| 20 |
|
|
$DEVROOT/magic/app/mgoperation/bin/$ARCH/mgoperation bielle.magic |
| 21 |
|
|
$DEVROOT/magic/app/mgoperation/bin/$ARCH/mgoperation bielle_bloc.magic |
| 22 |
|
|
$DEVROOT/magic/app/mgoperation/bin/$ARCH/mgoperation -file bielle.magic -unite 0.001 -coderesu 00000011 -magicoptis |
| 23 |
picher |
202 |
|
| 24 |
picher |
237 |
$DEVROOT/magic/app/mgoperation/bin/$ARCH/mgoperation -file support.magic -mesh 381 -degre 1 -fem |
| 25 |
|
|
$DEVROOT/magic/app/mgoperation/bin/$ARCH/mgoperation support.magic |
| 26 |
|
|
$DEVROOT/magic/app/mgoperation/bin/$ARCH/mgoperation support_bloc.magic |
| 27 |
|
|
$DEVROOT/magic/app/mgoperation/bin/$ARCH/mgoperation -file support.magic -unite 0.001 -coderesu 00000011 -magicoptis |
| 28 |
|
|
|
| 29 |
|
|
$DEVROOT/magic/app/mgoperation/bin/$ARCH/mgoperation -file pont.magic -mesh 327 -degre 1 -fem |
| 30 |
|
|
$DEVROOT/magic/app/mgoperation/bin/$ARCH/mgoperation pont.magic |
| 31 |
|
|
$DEVROOT/magic/app/mgoperation/bin/$ARCH/mgoperation pont_bloc.magic |
| 32 |
|
|
$DEVROOT/magic/app/mgoperation/bin/$ARCH/mgoperation -file pont.magic -unite 1.0 -coderesu 00000011 -magicoptis |