vtu output for solution of eigen modes of an elastic plate

Numerical methods and mathematical models of Elmer
Post Reply
agualdino
Posts: 5
Joined: 27 Jan 2014, 19:06
Antispam: Yes

vtu output for solution of eigen modes of an elastic plate

Post by agualdino »

Hi,

I am trying to output the results of the "Eigen Modes Of An Elastic Plate" from "ElmerTutorialFilesGUI" collection in vtu format.

This is how my solver for the output looks:

Code: Select all

Solver 2
 Exec Solver = String "After Timestep"
 Equation = String "ResultOutput"
 Procedure = File "ResultOutputSolve" "ResultOutputSolver"
 Output File Name = "case_vtu_"
 Output Format = String "vtu"
 Binary Output = True
 Single Precision = True
 Output Directory = results
End
When i open the .vtu in Paraview I get the message "Data range too small to render". I check the file and it has zeros where i suppose the deflection solutions should be.
If I load the .ep results with elmerpost everything looks as it should and i can see the expected eigen mode solutions.

Does anyone know how to output to vtu the results of such eigen mode solutions?

Thanks in advance.
raback
Site Admin
Posts: 4868
Joined: 22 Aug 2009, 11:57
Antispam: Yes
Location: Espoo, Finland
Contact:

Re: vtu output for solution of eigen modes of an elastic plate

Post by raback »

Hi

What version do you have of Elmer? There was some problems quite some time ago.

For the current version you can also have "Eigen Analysis = Logical True" to write each eigenmode to different file.

-Peter
agualdino
Posts: 5
Joined: 27 Jan 2014, 19:06
Antispam: Yes

Re: vtu output for solution of eigen modes of an elastic plate

Post by agualdino »

Hi Peter,

Thanks for the reply.

I am using version 6.1.0. Could this version be a problem?
Can I use "Eigen Analysis = Logical True" with this version?

Alexandra
raback
Site Admin
Posts: 4868
Joined: 22 Aug 2009, 11:57
Antispam: Yes
Location: Espoo, Finland
Contact:

Re: vtu output for solution of eigen modes of an elastic plate

Post by raback »

Hi Alexanda

Yes, unfortunately your version is so old that the error report is not relevant. I believe the current version works better.

-Peter
agualdino
Posts: 5
Joined: 27 Jan 2014, 19:06
Antispam: Yes

Re: vtu output for solution of eigen modes of an elastic plate

Post by agualdino »

Hi Peter,

I will try with the latest version, thanks for the tip.

Alexandra
agualdino
Posts: 5
Joined: 27 Jan 2014, 19:06
Antispam: Yes

Re: vtu output for solution of eigen modes of an elastic plate

Post by agualdino »

Hi again,

In fact, after getting the latest version running i could create a good vtu file for Paraview.
Thanks.
Post Reply