ElmerGrid conversion .ep to .vtu

Clearly defined bug reports and their fixes
Post Reply
Oromis
Posts: 3
Joined: 01 Jul 2019, 10:17
Antispam: Yes

ElmerGrid conversion .ep to .vtu

Post by Oromis »

Hello all,
I need in a process to have both .ep and .vtu files as outputs of ElmerSolver.
I first wanted to save the case in a .ep file, and use ElmerGrid to convert it in .vtu file.
Writing the following command line gave me no error message but no .vtu file either.

Code: Select all

"<path_to_ElmerGrid\ElmerGrid.exe" 3 5 case.ep
I finally solve my issue with the following code in my .sif file:

Code: Select all

Solver 2
Exec Solver = after timestep
Equation = "result output"
Procedure = "ResultOutputSolve" "ResultOutputSolver"
Output File Name = "case"
Output Format = String "vtu"
Binary Output = True
Save Geometry Ids = True
Ascii Output = True
End
I allows (if you let the output in .ep format) to get both .ep and .vtu files when solving your case.
Does someone know why this conversion doesn't work?
I am using Elmer 8.2
Find attached my .ep file.
Attachments
ElmerGrid_Help.PNG
ElmerGrid_Help.PNG (17.84 KiB) Viewed 2780 times
case.ep
(180.64 KiB) Downloaded 311 times
kevinarden
Posts: 2237
Joined: 25 Jan 2019, 01:28
Antispam: Yes

Re: ElmerGrid conversion .ep to .vtu

Post by kevinarden »

I get this error
Segmentation fault (core dumped)

If I do a 3 6 I get this error
Elmergrid saving data with method 6:
-------------------------------------
SaveAbaqusInput: not designed for 27-node elements
Post Reply