Search found 14 matches

by Remy
14 Jun 2023, 06:22
Forum: ElmerSolver
Topic: Body force parameter dependent on file data and sif file coefficient
Replies: 3
Views: 920

Re: Body force parameter dependent on file data and sif file coefficient

Rich, thanks for the response. If you mean such case: Body Force 1 Vol = Variable Time Real 0 ... 180 ... 360 ... ... ... End .... It does not solve the problem. Adding 'Exported Variable 1 = String "Vol"' to the Heat Equation solver, or 'Target Variable 1 = String "Vol"' to the ...
by Remy
13 Jun 2023, 15:35
Forum: ElmerSolver
Topic: No savescalars over each boundary in transient mode
Replies: 3
Views: 503

Re: No savescalars over each boundary in transient mode

Using 'Mask Name' solves the problem.
by Remy
13 Jun 2023, 13:27
Forum: ElmerSolver
Topic: Body force parameter dependent on file data and sif file coefficient
Replies: 3
Views: 920

Body force parameter dependent on file data and sif file coefficient

Hi Is it possible to mix variables from outer file and sif file? Below is an example, which does not work. 'Vol' is read from file, and coeff is declared/calculted in sif file: Body Force 1 Vol = Variable Time Real Include vol.dat End $coeff = 1250.0 Heat Source = Variable Vol Real MATC "tx * c...
by Remy
17 May 2023, 12:49
Forum: ElmerSolver
Topic: Heat Gap with distance between faces
Replies: 3
Views: 539

Re: Heat Gap with distance between faces

Peter, thank you for the response. I will try to solve my issue in another way. What is the simplest existing solver that I can use as a starting point (as an example) for coding a routine which introduces new variable available through other solvers? Something like ,,Target Variable". So I don...
by Remy
14 May 2023, 22:20
Forum: ElmerSolver
Topic: Heat Gap with distance between faces
Replies: 3
Views: 539

Heat Gap with distance between faces

Hi,

I would like to ask if it is possible to realize Heat Gap (or equivalent heat boundary exchange condition) with boundaries which are not at the same line? I mean two faces separated with some distance.

Kind regards
by Remy
20 Apr 2023, 23:25
Forum: ElmerSolver
Topic: No savescalars over each boundary in transient mode
Replies: 3
Views: 503

Re: No savescalars over each boundary in transient mode

What is strange, that there is no number after "boundary sum: temperature loads over bc" but the string "save scalars".
by Remy
20 Apr 2023, 21:40
Forum: ElmerSolver
Topic: No savescalars over each boundary in transient mode
Replies: 3
Views: 503

Re: No savescalars over each boundary in transient mode

I have tried on other computer with exactly the same input files and it works fine. It looks like compilation/version fault....
by Remy
20 Apr 2023, 16:13
Forum: ElmerSolver
Topic: No savescalars over each boundary in transient mode
Replies: 3
Views: 503

No savescalars over each boundary in transient mode

Hi, I have done steady state calculatins with outprint of results by SaveData SaveScalars. Option 'Save Scalars = True' is in each boundary conditions. The sif file related to saving data and .names file are as follows: Solver 4 Exec Solver = after all Equation = String SaveScalars Procedure = File ...
by Remy
12 Mar 2023, 14:48
Forum: Software development
Topic: UDF - iteration number
Replies: 2
Views: 1766

Re: UDF - iteration number

Kevin, thanks a lot! I will try it.
by Remy
12 Mar 2023, 00:26
Forum: Software development
Topic: UDF - iteration number
Replies: 2
Views: 1766

UDF - iteration number

Hello I would like to get information about the number of steady state iteration and temperature iteration form the level of user defined function. Any suggestions? MAIN: MAIN: ------------------------------------- MAIN: Steady state iteration: 2 MAIN: ------------------------------------- MAIN: Hea...