Search found 6 matches

by DrHu
03 Jun 2024, 20:20
Forum: ElmerSolver
Topic: Getting nothing but 0's for temperature grad data
Replies: 3
Views: 208

Re: Getting nothing but 0's for temperature grad data

NEVERMIND...
Putting

Exec Solver = before saving !(instead of = After all)

in Solver 1, populated the gradients. Not sure why, but so much for that issue.
by DrHu
03 Jun 2024, 16:53
Forum: ElmerSolver
Topic: Getting nothing but 0's for temperature grad data
Replies: 3
Views: 208

Getting nothing but 0's for temperature grad data

Hoping someone might see why I am getting nothing but zeros for the Temperature gradient data in the vtk file. I'm trying to follow the example in the Solver documentation for computing heat flux and the gradients (although I just want the gradients). The solver sections in the .sif file are listed ...
by DrHu
30 May 2024, 19:21
Forum: General
Topic: elmerf90 issue: MVCR80.dll not found?
Replies: 9
Views: 559

Re: elmerf90 issue: MVCR80.dll not found?

The f90 file finally compiled w/o the "MSCVR80.dll not found" error. Apparently it was a path error. The \lib path in the Windows environment was still pointing to the original mpi version folder in C:\Program Files\Elmer9.0-.... which for some reason wasn't deleted when I uninstalled. Onc...
by DrHu
30 May 2024, 16:43
Forum: General
Topic: elmerf90 issue: MVCR80.dll not found?
Replies: 9
Views: 559

Re: elmerf90 issue: MVCR80.dll not found?

I initially installed the mpi version as detailed in the GettingStarted.pdf and ran several tutorials successfully in ElmerGUI. But because I ultimately wanted nodewise body force distributions, I tried the elmerf90 compile from the cmd line. (I had already run elmergrid succesfully from the cmd lin...
by DrHu
29 May 2024, 20:43
Forum: General
Topic: elmerf90 issue: MVCR80.dll not found?
Replies: 9
Views: 559

Re: elmerf90 issue: MVCR80.dll not found?

I downloaded the nonmpi executable from Source forge: ElmerFEM-gui-nompi-Windows-AMD64.exe and installed it in folder : C:\Elmer90. Then set the environments and paths according to the CSC youtube tutorial : https://www.youtube.com/watch?v=xPDzlGYK_kM . I did verify that ElmerGUI does load and I hav...
by DrHu
29 May 2024, 19:39
Forum: General
Topic: elmerf90 issue: MVCR80.dll not found?
Replies: 9
Views: 559

elmerf90 issue: MVCR80.dll not found?

Hello, I'm trying to compile a simple .f90 file for use in Elmer 9.0 (windows - I have Windows 11 ), i.e. elmerf90 -o heat.so heat.f90 --- heat.f90 --- (not sure the detail is relevant since it's not starting the compiler, but here is code) FUNCTION heat( Model, n, t ) RESULT(P) USE Types IMPLICIT N...