Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| tutorials:sesamx-step-by-step-guide [2023/01/31 08:06] Ali Baba [Post process the results] | tutorials:sesamx-step-by-step-guide [2023/05/31 20:29] (current) Ali Baba | ||
|---|---|---|---|
| Line 63: | Line 63: | ||
| | Force                | $N$ | | | Force                | $N$ | | ||
| | Moment | | Moment | ||
| + | | Time                 | $s$ | | ||
| Of course, you are free to define your own units. To make things easier, SesamX always outputs a summary of the units used while running an input file. | Of course, you are free to define your own units. To make things easier, SesamX always outputs a summary of the units used while running an input file. | ||
| Line 208: | Line 209: | ||
| ===== Run a linear static resolution ===== | ===== Run a linear static resolution ===== | ||
| - | At this point, we have completed the model definition and we have defined all the physical data necessary to [[user_manual: | + | At this point, we have completed the model definition and we have defined all the physical data necessary to [[user_manual: | 
| <code php> | <code php> | ||
| - | SOLVE-LINEAR-STATIC | + | SOLVE | 
| NAME: MY_SOL | NAME: MY_SOL | ||
| MODEL: MY_MODEL | MODEL: MY_MODEL | ||
| - |  | + |  | 
| - |  | + | |
| - |  | + |  | 
| - |  | + |  | 
| - | SPC-R-TOL: 1.0E-8 | + | NAME: LOADING | 
| + | NB-LEVELS: 1 | ||
| + | LOADS | ||
| + |  | ||
| + |  | ||
| + |  | ||
| </ | </ | ||
| - | We have to provide the load case and the boundary condition as well as parameters useful for the resolution. By default, '' | + | We have to provide the load case and the boundary condition as well as parameters useful for the resolution. By default, | 
| <callout type=" | <callout type=" | ||
| Line 235: | Line 241: | ||
| <code php> | <code php> | ||
| - | OUTPUT-IMAGE | + | OUTPUT-IMAGE | 
| PATH: " | PATH: " | ||
| MODEL: MY_MODEL | MODEL: MY_MODEL | ||
| Line 241: | Line 247: | ||
| SOLUTION | SOLUTION | ||
| NAME: MY_SOL | NAME: MY_SOL | ||
| - |  | + |  | 
| - | FIELD-NAME: MY_TRANS | + | STEP | 
| - | STRESS | + |  | 
| - | FIELD-NAME: MY_STRESS | + | TRANSLATION | 
| + |  | ||
| + | STRESS | ||
| + | FIELD-NAME: MY_STRESS | ||
| </ | </ | ||