This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
appendices:a17 [2019/06/24 17:06] helene |
appendices:a17 [2020/08/25 15:46] (current) |
||
---|---|---|---|
Line 2: | Line 2: | ||
The adaptive remeshing works currently for incremental forming process with COQJ4 elements and foundation tool. This remeshing method is a refinement without transition which moves along with the tool. The coarse elements, close to the tool, are divided into a fixed number of small new elements. Some new nodes can become inconsistent with the | The adaptive remeshing works currently for incremental forming process with COQJ4 elements and foundation tool. This remeshing method is a refinement without transition which moves along with the tool. The coarse elements, close to the tool, are divided into a fixed number of small new elements. Some new nodes can become inconsistent with the | ||
neighboring coarse elements. Their degrees of freedom are managed by the master-slave method. \\ | neighboring coarse elements. Their degrees of freedom are managed by the master-slave method. \\ | ||
+ | {{:appendices:a17.png|}} | ||
\\ | \\ | ||
The method requires a NTADI file (NAME.ARI). The reading of this input file is activated by the loading file with the IADREM parameter (1srt line, 50th column). \\ | The method requires a NTADI file (NAME.ARI). The reading of this input file is activated by the loading file with the IADREM parameter (1srt line, 50th column). \\ | ||
Line 12: | Line 13: | ||
|DMAX|Distortion limit| | |DMAX|Distortion limit| | ||
^Printing option (4I5)^^ | ^Printing option (4I5)^^ | ||
- | |If the value is equal to 1, the printing is preformed otherwise it is not performed. \\ The printing are saved on the file ‘NAME.ARE’. The printings are performed at each modification on mesh.|| | + | |If the value is equal to 1, the printing is performed otherwise it is not performed. \\ The printing are saved on the file ‘NAME.ARE’. The printings are performed at each modification on mesh.|| |
|IOPT_PRI_REM(1)|New nodes| | |IOPT_PRI_REM(1)|New nodes| | ||
|IOPT_PRI_REM(2)|New elements| | |IOPT_PRI_REM(2)|New elements| | ||
Line 21: | Line 22: | ||
|:::|= 1 oil stain method| | |:::|= 1 oil stain method| | ||
|:::|= 2 directional method| | |:::|= 2 directional method| | ||
+ | |**→ oil stain method**|| | ||
+ | |INOD_INIT|Initial node for renumbering| | ||
+ | |IBLOC|= 0 The initial node is modified during the simulation| | ||
+ | |:::|= 1 The initial node is constant during the simulation| | ||
+ | |**→ directional method**|| | ||
+ | |IDIR_ORDER|Tens: Direction in which the structure has the greatest number of nodes (1=X, 2=Y, 3=Z) \\ Unity: Direction in which the structure has the smallest number of nodes| | ||