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