Search found 423 matches

by Rich_B
22 Sep 2023, 14:56
Forum: ElmerGUI
Topic: start paraview: message: Unable to start paraview
Replies: 2
Views: 763

Re: start paraview: message: Unable to start paraview

Hello, Have you read through GetStartedElmer.pdf located at: https://www.nic.funet.fi/pub/sci/physics/elmer/doc/ If you search in the doc for the phrase ‘Unable to start Paraview’. it will lead you to the instructions on installing Paraview. Then look for the section on setting the path to Paraview....
by Rich_B
15 Sep 2023, 15:10
Forum: ElmerSolver
Topic: Best Sewing Machine For 10 Year-old
Replies: 1
Views: 220

Re: Seeking clarification

Take a look at this forum post:

viewtopic.php?t=7730

The forum post refers to pages 18/19 in the Elmer Models Manual under Heat Equation.

Rich.
by Rich_B
15 Sep 2023, 00:04
Forum: Installation & compilation
Topic: build and debug Elmer on VS-Code on Windows
Replies: 12
Views: 1665

Re: build and debug Elmer on VS-Code on Windows

Hello Phil,

Looks like some good progress. Next step is to look through the log, there should be some clues from the error messages. Look for missing items, or items flagged as errors.

Rich.
by Rich_B
08 Sep 2023, 15:30
Forum: Installation & compilation
Topic: build and debug Elmer on VS-Code on Windows
Replies: 12
Views: 1665

Re: build and debug Elmer on VS-Code on Windows

Hello Phil, Good to see that configure was successful. Not good to see the error in generate. One way to figure out if it is a VS Code setup issue, would be to download and install Cmake. Open Cmake-gui and run configure in the elmerfem directory. When prompted, create a build directory and select '...
by Rich_B
06 Sep 2023, 20:44
Forum: ElmerSolver
Topic: Unable to get reasonable result for InductionHeating example in elmer-elmag
Replies: 3
Views: 394

Re: Unable to get reasonable result for InductionHeating example in elmer-elmag

Hello, This line in the solver log: MAIN: Version: 9.0 (Rev: Release, Compiled: 2022-08-02) The version of Elmer that you have installed is over a year old. Try updating to the latest version and try running again. Tip: save the solver log file to a text file and attach the text file to your post. R...
by Rich_B
06 Sep 2023, 15:39
Forum: General
Topic: 1D beam modelling
Replies: 38
Views: 3516

Re: 1D beam modelling

Hello, I'm also using Windows, and I usually just install over the old version, no need to uninstall the old version. Right, there is not a 'check for updates' operation for Elmer. So when one wants to update Elmer, download the latest nightly Windows installer and run. I try to update Elmer every m...
by Rich_B
05 Sep 2023, 23:36
Forum: General
Topic: 1D beam modelling
Replies: 38
Views: 3516

Re: 1D beam modelling

Hello, Yes, changes in the source code will be included in each nightly build. Any changes should show up in one day, or maybe two days at the most. Which OS are you using to run Elmer? If Windows, download the latest installer from https://www.nic.funet.fi/pub/sci/physics/elmer/bin/windows/ If usin...
by Rich_B
05 Sep 2023, 21:47
Forum: Installation & compilation
Topic: build and debug Elmer on VS-Code on Windows
Replies: 12
Views: 1665

Re: build and debug Elmer on VS-Code on Windows

Hello,

Just to check the easy stuff, we deleted the cmake cache and deleted the previous build folder, followed by configure and generate, before rerunning make?

Sorry in advance, in case you already did those steps.

Rich.
by Rich_B
05 Sep 2023, 16:30
Forum: Installation & compilation
Topic: build and debug Elmer on VS-Code on Windows
Replies: 12
Views: 1665

Re: build and debug Elmer on VS-Code on Windows

Hello, If you search the forum for compiling Elmer with MPI = True in Windows, you will find a lack of success by others. The simplest approach to successfully compile Elmer in Windows is to disable MPI, such as setting WITH_MPI FALSE in Cmake. Rich. Edit: If one compiles Elmer in the Elmer Virtual ...
by Rich_B
05 Sep 2023, 16:25
Forum: ElmerSolver
Topic: Levelset method
Replies: 31
Views: 1663

Re: Levelset method

Hello Roland, Using the levelset3 test case, and simply adding 'Post File = case.vtu' to the simulation section, leads to no output file being created. If one changes the output level from 5 to 6, this message appears in the solver log: MAIN: ------------------------------------- AddVtuOutputSolverH...