Page 7 of 11

Re: Elastic wave

Posted: 20 Apr 2017, 10:32
by raback
Hi

Use rather VTU and Paraview.

-Peter

Re: Elastic wave

Posted: 20 Apr 2017, 10:43
by Fouzi
Hi Peter,
I use this, and after documentation i use "warpbyvector" filter and modify the scale factore, but it doesn't work!

Fouzi

Re: Elastic wave

Posted: 20 Apr 2017, 11:00
by mzenker
Hi,

there is a ParaView mailing list where you can post your ParaView-related questions.

Matthias

Re: Elastic wave

Posted: 20 Apr 2017, 11:01
by Fouzi
Hi,
you mean in this Forum or an other

Re: Elastic wave

Posted: 20 Apr 2017, 11:03
by Fouzi
Matthais,for the other simulation "with transit", i put all the configuration but it bug all time and ElmerGui close :( .

Fouzi

Re: Elastic wave

Posted: 20 Apr 2017, 11:10
by mzenker
Hi,

if ElmerGUI keeps crashing, try to save the sif file, edit it manually if necessary and launch the solver from the command line.

Concerning your ParaView question:
ParaView is NOT part of Elmer. This is the Elmer forum. It may happen that incidentally you will get some ParaView-related hints here, since many Elmer users use ParaView for postprocessing. But the place to post questions concerning ParaView is the ParaView mailing list. The pointer to the list can be found on http://www.paraview.org.

Matthias

Re: Elastic wave

Posted: 20 Apr 2017, 11:26
by Fouzi
Hi,

Can you give me an example how can i edit and launch the solver from the command line,

For Paraview now i suscribe to the forum, thank you very much.

Fouzi

Re: Elastic wave

Posted: 20 Apr 2017, 11:33
by mzenker
Hi,

go to your project directory and open the file case.sif with a text editor. Edit it if necessary.

Open a DOS box (or terminal if under Linux), cd to your project directory. Make sure that a file ELMERSOLVER_STARTINFO is present, containing

Code: Select all

case.sif
1
On the command line, type

ElmerSolver

and hit enter. The simulation should start.

HTH,

Matthias

Re: Elastic wave

Posted: 20 Apr 2017, 12:05
by Fouzi
I did all this things, and obtain this :roll: :

Re: Elastic wave

Posted: 20 Apr 2017, 12:08
by mzenker
You have to make sure that ElmerSolver is in your PATH, or give the path of the executable, like

>C:\Programs\Elmer\ElmerSolver

or wherever your Elmer is installed.

HTH,

Matthias