StatCurrentSolve

The graphical user interface of Elmer
Post Reply
gauss
Posts: 11
Joined: 23 May 2015, 23:16
Antispam: Yes

StatCurrentSolve

Post by gauss »

Hi! I am trying to solve a problem using the StatCurrentSolve, but I didn't find it in the gui interface. I only see Eletrostatics. Can anyone help me?

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

Re: StatCurrentSolve

Post by raback »

They are the same. -Peter
mzenker
Posts: 1999
Joined: 07 Dec 2009, 11:49
Location: Germany

Re: StatCurrentSolve

Post by mzenker »

Hi,

I dare to object.
Unless I miss something, StatCurrentSolve is not the same as StatElecSolver. At least they are not the same in the GUI, and they call different procedures in different libraries.
If you want to use StatCurrentSolve in the GUI, move share\ElmerGUI\edf-extra\statcurrent.xml to share\ElmerGUI\edf\ in your Elmer program directory (for Windows, should be similar under Linux).

HTH,

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

Re: StatCurrentSolve

Post by raback »

Hi Matthias,

You're of course correct. My mistake.

-Peter
annier
Posts: 1168
Joined: 27 Aug 2013, 13:51
Antispam: Yes

Re: StatCurrentSolve

Post by annier »

mzenker wrote: If you want to use StatCurrentSolve in the GUI, move share\ElmerGUI\edf-extra\statcurrent.xml to share\ElmerGUI\edf\ in your Elmer program directory (for Windows, should be similar under Linux).
Yes, in linux also the following xml files of solvers are in edf-extra directory.

Code: Select all

/home/username/elmer/install/share/ElmerGUI/edf-extra/advection-diffusion.xml
/home/username/elmer/install/share/ElmerGUI/edf-extra/divergencesolver.xml
/home/username/elmer/install/share/ElmerGUI/edf-extra/elasticplate.xml
/home/username/elmer/install/share/ElmerGUI/edf-extra/fluxsolver.xml
/home/username/elmer/install/share/ElmerGUI/edf-extra/freesurface.xml
/home/username/elmer/install/share/ElmerGUI/edf-extra/k-epsilon.xml
/home/username/elmer/install/share/ElmerGUI/edf-extra/magnetodynamics.xml
/home/username/elmer/install/share/ElmerGUI/edf-extra/magnetodynamics2d.xml
/home/username/elmer/install/share/ElmerGUI/edf-extra/model-pde.xml
/home/username/elmer/install/share/ElmerGUI/edf-extra/nonlinearelasticity.xml
/home/username/elmer/install/share/ElmerGUI/edf-extra/poissonboltzmann.xml
/home/username/elmer/install/share/ElmerGUI/edf-extra/reynolds.xml
/home/username/elmer/install/share/ElmerGUI/edf-extra/richards.xml
/home/username/elmer/install/share/ElmerGUI/edf-extra/saveline.xml
/home/username/elmer/install/share/ElmerGUI/edf-extra/savescalars.xml
/home/username/elmer/install/share/ElmerGUI/edf-extra/sst-k-omega.xml
/home/username/elmer/install/share/ElmerGUI/edf-extra/statcurrent.xml
/home/username/elmer/install/share/ElmerGUI/edf-extra/vorticitysolver.xml
These xml files need to be copied into

Code: Select all

/home/username/elmer/install/share/ElmerGUI/edf/
directory for the ElmerGUI to find these solvers.

Note: This path destination is for those users who have installed Elmer in home directory. If the path of installation is other than home directory. the destinations for edf and edf-extra are:

Code: Select all

/path/for/Elmer/installation/share/ElmerGUI/edf/
/path/for/Elmer/installation/share/ElmerGUI/edf-extra/
Yours Sincerely
Anil Kunwar
Anil Kunwar
Faculty of Mechanical Engineering, Silesian University of Technology, Gliwice
annier
Posts: 1168
Joined: 27 Aug 2013, 13:51
Antispam: Yes

Re: StatCurrentSolve

Post by annier »

Hi All,
For Ubuntu users, this information has been given in the following post as:
annier wrote:Getting Started with ElmerGUI Tutorials
1. At the ElmerGUI directory in ~/elmer/install/share/ directory,copy the contents(.xml files) of edf-extra folder to edf folder

Code: Select all

$ cp ~/elmer/install/share/ElmerGUI/edf-extra/*  ~/elmer/install/share/ElmerGUI/edf/ 
Yours Sincerely
Anil Kunwar
Anil Kunwar
Faculty of Mechanical Engineering, Silesian University of Technology, Gliwice
Post Reply