Search found 57 matches

by ScientistRenzo
29 Mar 2021, 03:39
Forum: ElmerSolver
Topic: Geometry not cooling?
Replies: 9
Views: 2385

Geometry not cooling?

I applied a heat source for 20 seconds then turned it off with a user defined function. I wanted to see my object cool. It does not cool. Idk why. https://imgur.com/a/lnCtJh7 I have a 273 external temp and idealized radiation with emmisivity .75 set to all the boundary https://imgur.com/a/AYleCPd Ev...
by ScientistRenzo
29 Mar 2021, 00:53
Forum: Installation & compilation
Topic: [Solved] Error during installation at: make -j
Replies: 5
Views: 3801

Re: [Solved] Error during installation at: make -j

Solved: I uninstalled everything, then followed https://www.youtube.com/watch?v=xPDzlGYK_kM. Thanks for helping.
by ScientistRenzo
28 Mar 2021, 23:00
Forum: Installation & compilation
Topic: Installation/Compilation of a user defined function
Replies: 9
Views: 4122

Re: Installation/Compilation of a user defined function

I don't know why C:/Program Files (x86)/Elmer/share/elmersolver/../../lib/elmersolver is being referenced. I do not have a Elmer file in Program Files (x86).
by ScientistRenzo
28 Mar 2021, 02:43
Forum: ElmerSolver
Topic: Simple Fortran Questions
Replies: 6
Views: 1802

Re: Simple Fortran Questions

Great! Thanks, Peter!
by ScientistRenzo
28 Mar 2021, 01:03
Forum: Installation & compilation
Topic: Installation/Compilation of a user defined function
Replies: 9
Views: 4122

Re: Installation/Compilation of a user defined function

Ok hope you can help me. I built heat.f90 and placed in in Elmer 9.0 Release/Projects/proj1 I opened Git Bash and navigated to Elmer/bin I typed elmerf90 heat.f90 -o heat.so and I get the error /d/Elmer 9.0-Release/Bin/elmerf90: line 5: syntax error near unexpected token `(' /d/Elmer 9.0-Release/Bin...
by ScientistRenzo
28 Mar 2021, 00:33
Forum: ElmerSolver
Topic: Simple Fortran Questions
Replies: 6
Views: 1802

Re: Simple Fortran Questions

Hey kevin thanks for helping me all the time %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Actual question 1 Is a function by itself appropriate? examplefile.f90 function ... end function Or should it be examplefile.f90 program ... cont...
by ScientistRenzo
28 Mar 2021, 00:20
Forum: ElmerSolver
Topic: Is Variable Time shared between the "solver" and the user defined function while it (Variable Time) changes continuously
Replies: 2
Views: 1053

Is Variable Time shared between the "solver" and the user defined function while it (Variable Time) changes continuously

When Variable Time is passed to a user defined function, is time shared between the "solver" and the user defined function while it (Variable Time) changes continuously? For example, I made a user defined function for a heat source square wave that turns off after 100 seconds. 1. Will time...
by ScientistRenzo
27 Mar 2021, 23:10
Forum: ElmerSolver
Topic: Simple Fortran Questions
Replies: 6
Views: 1802

Re: Simple Fortran Questions

I read that, and had those questions. Maybe someone can answer my question: Does my user defined function have to be within a program? Or is a .f90 file with ONLY a function written work? I am new to fortran and Elmer. And question2: Can I pass more variables to the user defined function. e.g. Heat ...