Examples ======== Below are the main commands used to perform a non-linear thermal calculation in a moving coordinate system and under the condition of stationarity. .. code-block:: text conduit = DEFI_FONCTION (NOM_PARA = 'TEMP', VALE =...) enthal = DEFI_FONCTION (NOM_PARA = 'TEMP', VALE =...) mat = DEFI_MATERIAU (THER_NL = _F (LAMBDA = conduct, BETA = enthal),) ... chavi = CREA_CHAMP (MAILLAGE = mail, TYPE_CHAM =' NOEU_DEPL_R ', AFFE = _F (TOUT = 'OUI', NOM_CMP = ('DX', 'DY'), VALE_R = (1.0, 0.0) char= AFFE_CHAR_THER (MODELE = model, FLUX_REP =_F (GROUP_MA = under, FLUN = 5.E6), CONVECTION =_F (VITESSE = chavi)) temple = THER_NON_LINE_MO (MODELE = model, CHAM_MATER = chmat, EXCIT =_F (CHARGE = tank), ) ...