4. Examples of calculations#
4.1. Static calculation with superposition of 2 load cases#
mest1 = MECA_STATIQUE (MODELE = mo, CHAM_MATER = chmat,
CARA_ELEM = character, EXCIT = (_F (CHARGE = ch1, FONC_MULT = COS), _F (CHARGE = ch2),),)
4.2. Thermo-elastic calculation at different times#
chmat = AFFE_MATERIAU (..., AFFE_VARC =_F (... EVOL =evoth...)));
mest2 = MECA_STATIQUE (MODELE = mo, CHAM_MATER = chmat,
EXCIT = _F (CHARGE = bloq), LIST_INST = litps)