Search found 1999 matches

by mzenker
28 Aug 2019, 12:51
Forum: Installation & compilation
Topic: General installation information
Replies: 11
Views: 32028

Re: General installation information

Thank you!
It seems the Windows nightly build is working again since your intervention - last build is from yesterday. :)

Matthias
by mzenker
28 Aug 2019, 12:06
Forum: ElmerSolver
Topic: WhitneyAVSolver – No Values for Variable AV
Replies: 4
Views: 3547

Re: WhitneyAVSolver – No Values for Variable AV

Hi,

in your output, there is a warning:

Code: Select all

WARNING:: GetPermittivity: Permittivity not defined in material, defaulting to that of vacuum
Could this be the cause of your problem?

HTH,
Matthias
by mzenker
28 Aug 2019, 11:56
Forum: ElmerSolver
Topic: Define output file name using variable
Replies: 6
Views: 3619

Re: Define output file name using variable

...which is even more elegant! :)
by mzenker
06 Aug 2019, 09:54
Forum: ElmerSolver
Topic: Define output file name using variable
Replies: 6
Views: 3619

Re: Define output file name using variable

Hi,

I think it could work with

Code: Select all

Output File Name = $ sprintf("open_space_%iHz_pressdb",Frequency)
or

Code: Select all

Output File Name = MATC "sprintf('open_space_%iHz_pressdb',Frequency)"
HTH,
Matthias
by mzenker
05 Aug 2019, 11:05
Forum: ElmerSolver
Topic: Define output file name using variable
Replies: 6
Views: 3619

Re: Define output file name using variable

Hi,

you can use sprintf() as in C, see MATC manual.

HTH,
Matthias
by mzenker
05 Aug 2019, 10:59
Forum: ElmerSolver
Topic: Relative permeability tensor in WhitneyAVSolver
Replies: 18
Views: 8462

Re: Relative permeability tensor in WhitneyAVSolver

Hi,

for the Windoze users among us, it would be great to have recent nightly builds... :)

Thanks,
Matthias
by mzenker
01 Aug 2019, 16:03
Forum: ElmerSolver
Topic: A Coupled Electrical–Thermal–(Mechanical) Modeling of Gleeble Tensile Tests
Replies: 7
Views: 4050

Re: A Coupled Electrical–Thermal–(Mechanical) Modeling of Gleeble Tensile Tests

Hi, since you use Salomé, you can solve the problem of duplicated interfaces at mesh generation: Make a partition of the geometry you want to mesh and mesh that one, as described here: http://www.elmerfem.org/elmerwiki/index.php/Multiple_bodies_from_Salome_to_Elmer . That description is a bit outdat...
by mzenker
31 Jul 2019, 11:02
Forum: General
Topic: How to simulate cross-sectional terrain using elmer?
Replies: 4
Views: 4106

Re: How to simulate cross-sectional terrain using elmer?

Hi,

did you ever work with Elmer before? If not, then you should have a look at the documentation and tutorials.

Matthias
by mzenker
30 Jul 2019, 11:12
Forum: General
Topic: How to simulate cross-sectional terrain using elmer?
Replies: 4
Views: 4106

Re: How to simulate cross-sectional terrain using elmer?

Duplicate of viewtopic.php?f=21&t=6748?
If you just want to view the cross section, then you can use ParaView to do that.

HTH,

Matthias
by mzenker
29 Jul 2019, 17:14
Forum: ElmerSolver
Topic: Relative permeability tensor in WhitneyAVSolver
Replies: 18
Views: 8462

Re: Relative permeability tensor in WhitneyAVSolver

Hi,

we didn't notice a typo in your sif:
szewro wrote: 26 Jul 2019, 16:05

Code: Select all

  Relative permeabiliy(3,3) = real \
There is a missing "t" in "relative permeability".

I have seen in the code that the relative permeability should be read as array.

HTH,
Matthias