Search found 196 matches

by Franz Pichler
03 Apr 2017, 17:47
Forum: General
Topic: Elmer workflow for electrical machine designers
Replies: 17
Views: 21017

Re: Elmer workflow for electrical machine designers

Hello,
i would be interested in your tutorial, unfortunatly the links are all dead.

Could you update them?

best regards

Franz
by Franz Pichler
06 Mar 2017, 17:55
Forum: ElmerSolver
Topic: Elmerf90 - too big array (?) to compile module
Replies: 4
Views: 3781

Re: Elmerf90 - too big array (?) to compile module

Hi there, did you try to use the line continuation as peter sugested? as in CHARACTER TTL*16 REAL VEC(5), PAIR(2) ,VEC2(12) DATA TTL /'Arbitrary Titles'/, & M /9/, N /0/, & PAIR(1) /9.0/, & VEC /3*9.0, 0.1, 0.9/ & VEC2 /3*9.0, 0.1, 0.9, & 1.,1.,1.,1.,1.,1.& 3./ best regards F...
by Franz Pichler
28 Feb 2017, 12:53
Forum: ElmerSolver
Topic: joule heating of material with anisotropic electric conducti
Replies: 33
Views: 20293

Re: joule heating of material with anisotropic electric conducti

Ok, i think i found the problem, and its one for the Elmer team. But correct me if i am wrong, and i have been wrong before about details like that ;) So the way the Joule heat is implemented here, at some point the differentials.f90 module is active and there is the code part !---------------------...
by Franz Pichler
27 Feb 2017, 15:06
Forum: ElmerSolver
Topic: joule heating of material with anisotropic electric conducti
Replies: 33
Views: 20293

Re: joule heating of material with anisotropic electric conducti

I also work with these solvers, thats why i am interestet in your problem. Just out of curiosity:
Are your boundaries the complete bottom and top surfaces? because, in the isotropic case, it looks like only the very corners have the (dark blue) 20 degree, and that they get hotter next to the corner.
by Franz Pichler
23 Feb 2017, 13:38
Forum: ElmerSolver
Topic: joule heating of material with anisotropic electric conducti
Replies: 33
Views: 20293

Re: joule heating of material with anisotropic electric conducti

Correct me if i am wriong , but I did not see a "Heat Capacity" in your material section. You only have density and heat conductivity. I think this is essential for the heat solver.
by Franz Pichler
20 Feb 2017, 12:09
Forum: ElmerSolver
Topic: joule heating of material with anisotropic electric conducti
Replies: 33
Views: 20293

Re: joule heating of material with anisotropic electric conducti

Hi there, what is the dimension (meters/millimeters) of your geometry? Often you don't see a change in some quantity when there is a scaling mistake. For example when you want the geometry to be in millimeters, but you got meters then the heat source is simply not big enough to cause a significant c...
by Franz Pichler
08 Nov 2016, 21:02
Forum: ElmerSolver
Topic: Recompute Preconditioner
Replies: 0
Views: 3662

Recompute Preconditioner

Hello Dear Elmer Team, i just wanted to try out the Linear System Precondition Recompute =Integer 20 feature of elmer. I have a solver with 2 dofs and a linear constraint matrix. Somehow the keyword causes no reaction at all. What i figured out myself, is that the solver%matrix%iluvalues are never a...
by Franz Pichler
13 Sep 2016, 18:11
Forum: ElmerSolver
Topic: Dirichlet Condition in Code
Replies: 0
Views: 3468

Dirichlet Condition in Code

Hi dear Elmer Community, So what i try to do is to implement a Dirichlet Condition from within a Solver by coding. The thing is that i have an automatic recognition of certain boundaries and now i want to switch on a dirchlet condition for some boundary elements. I dont want to give a separate bound...
by Franz Pichler
13 Sep 2016, 17:18
Forum: ElmerSolver
Topic: Check if element is active in other solver
Replies: 1
Views: 2174

Check if element is active in other solver

Hi there, i would like to perform some calculations in teh element assembly loop only if a certain element is active also in another solver. What would you think is the best way to check that? My first (very slow) solution would be something like otherSolver => GETOTHERSOLVER DO t1=1,GetNOfActive() ...
by Franz Pichler
08 Aug 2016, 15:51
Forum: ElmerSolver
Topic: Change solver in Nonlinear iteration
Replies: 2
Views: 2852

Re: Change solver in Nonlinear iteration

Oh Wow!
nice
that was fast!

i will check that out.

thanks peter!