Search found 14 matches

by mauc
24 Nov 2016, 13:00
Forum: ElmerSolver
Topic: Adaptive Timestepping
Replies: 4
Views: 3946

Re: Adaptive Timestepping

Hi Anil I did an timestep array for the first 1e-8 s, I used a resolution of 2.5e-10 s... maybe that is not yet high enough as resolution? Timestepping Method = BDF BDF Order = 1 Output Intervals (20) = 1 5 4 5 10 Timestep Intervals (20) = 40 80 40 70 490 Timestep Sizes (20) = 2.5e-10 5e-10 2.5e-9 5...
by mauc
23 Nov 2016, 19:49
Forum: ElmerSolver
Topic: Pass parameters to UDF
Replies: 5
Views: 4697

Re: Pass parameters to UDF

Hi, it is possible... i did it like this (for constants) ! Read constant scalar from Constants-block: !-------------------------------------------- ! REAL(KIND=dp) :: kB LOGICAL :: Found k = GetConstReal(Model % Constants, "k", Found) IF(.NOT.Found) CALL Fatal("MySolver", "U...
by mauc
23 Nov 2016, 15:22
Forum: ElmerSolver
Topic: Adaptive Timestepping
Replies: 4
Views: 3946

Re: Adaptive Timestepping

Hi Tom, I thought my resolution is high enough, but maybe you're right. I'd like to give it a try with a higher resolution. However, how do you make your soubroutine? I use an array for the timestepping, that is as I have to admit a not very sophisticated solution. Maybe you could check my resolutio...
by mauc
16 Nov 2016, 19:05
Forum: ElmerSolver
Topic: Adaptive Timestepping
Replies: 4
Views: 3946

Adaptive Timestepping

Hello again I am trying to simulate the time dependent heat developement (1D) due to laser pulses. Therfore I use a body force that simulates four gaussian pulses (time dependent intensiy is gaussian shaped) with a pulselength of 5 ns and a repetition rate of 40 kHz (time between two pulses is 40 us...
by mauc
15 Mar 2016, 18:01
Forum: ElmerSolver
Topic: Multiple boundary conditions for the same boundary
Replies: 6
Views: 3713

Re: Multiple boundary conditions for the same boundary

Hi Matthias

It seems to work - THX

mauc
by mauc
10 Mar 2016, 15:12
Forum: ElmerSolver
Topic: Multiple boundary conditions for the same boundary
Replies: 6
Views: 3713

Re: Multiple boundary conditions for the same boundary

Hi Matthias

This is exactly what I intendet to try.

Danke
Claudia

P.S. I'll post the feedback as soon as my simulation is finished (and that might take a while).
by mauc
10 Mar 2016, 13:02
Forum: ElmerSolver
Topic: Multiple boundary conditions for the same boundary
Replies: 6
Views: 3713

Re: Multiple boundary conditions for the same boundary

Thanks I'll give it a try.... I'll post again once I figured out if it works or not. But how can I assign different losses to the same boundary? Like Heat Transfer and radiative losses, for example? I did already perform simulations with more than one BC on a boundary. Does the solver then only acce...
by mauc
09 Mar 2016, 19:40
Forum: ElmerSolver
Topic: Multiple boundary conditions for the same boundary
Replies: 6
Views: 3713

Multiple boundary conditions for the same boundary

Hi I have a geometry with two "active" boundaries (101 and 102) A heat flux is applied to 101 and Heat Transfer Losses appear on 101 and 102. If I give my boundaries the tags 1 and 2 - the simulation does not work - I do only receive 300K initial condition If, on the other hand I use the t...
by mauc
12 Nov 2015, 11:54
Forum: ElmerSolver
Topic: negative temperatures from the heat equation
Replies: 3
Views: 4037

Re: negative temperatures from the heat equation

Hi

I once had a problem with "jumping" extreme temperature values. Changing the
Nonlinear System Relaxation Factor
helped in my case. Though I have to admit that it was not 1 before and I set it to 1 again.

mauc
by mauc
23 Oct 2015, 10:55
Forum: ElmerSolver
Topic: Functions in .sif file with MATC
Replies: 6
Views: 6979

Re: Functions in .sif file with MATC

Hi Annier, Peter Yes, I did refer to the MATC Manual and others. Thanks for the hint with the UDF, Peter. I am trying to avoid that, as I am not good in programming and never used Fortran in my whole lifetime :-) However I finially found why it did not work.... 1st the backslashes \ are not allowed ...