Search found 38 matches

by uwestoehr
08 Aug 2022, 20:48
Forum: ElmerSolver
Topic: Heat source does not respect Coordinate scaling
Replies: 8
Views: 1026

Re: Heat source does not respect Coordinate scaling

When you scale x->c*x the coordinates the differential operator d/dx scales as 1/c. Thanks. I understand now. However, I thought when I tell Elmer about the scaling, it scales the r.h.s. automatically. Could this feature be implemented in a future Elmer release? Now the tutorial 1 is a little funny...
by uwestoehr
08 Aug 2022, 03:28
Forum: General
Topic: [solved] What is the unit of "potential loads"?
Replies: 3
Views: 580

Re: What is the unit of "potential loads"?

raback wrote: 07 Aug 2022, 10:40C
Thanks!
by uwestoehr
07 Aug 2022, 06:22
Forum: General
Topic: [solved] What is the unit of "potential loads"?
Replies: 3
Views: 580

[solved] What is the unit of "potential loads"?

When performing analyses using the StatElecSolver I get as result "potential loads".

What unit do "potential loads" have? (Looking at the Elmer models manual I cannot find this info.)

thanks and regards
Uwe
by uwestoehr
07 Aug 2022, 06:18
Forum: ElmerSolver
Topic: need help in understanding stress Eigen analysis results
Replies: 8
Views: 1062

Re: need help in understanding stress Eigen analysis results

For most purposes you could scale the eigenvector so that the maximum displacement is one. This is nice for visualization. Thanks. Today I had a closer look and I realized that FreeCAD lacked most of the eigen system settings. I implemented them and now I get now sensible results. However, the resu...
by uwestoehr
07 Aug 2022, 04:51
Forum: ElmerSolver
Topic: Heat source does not respect Coordinate scaling
Replies: 8
Views: 1026

Re: Heat source does not respect Coordinate scaling

Let's first FreeCAD aside and use ElmerGUI: - take the Tutorial 1 (here is the ElmerGui project: https://github.com/donovaly/FreeCADInstProj/files/9276003/Elmer-Tuto1.zip) - run the simulation result: you get around 600 K as max temperature as you should - now edit the case .sif and add the line Coo...
by uwestoehr
07 Aug 2022, 04:17
Forum: Bug reports
Topic: [fixed] mistakes in the Manual
Replies: 10
Views: 3513

[fixed] mistakes in the Manual

Dear Elmer team, many thanks for your new manuals (the ones from August 2nd)! (I like the new structure of the models manual.) Here are some mistakes I found: 1. ElmerModelsManual.pdf, page 15: "Heat Equation String If set to True, solve the heat equation." This does not work. When I input...
by uwestoehr
05 Aug 2022, 15:43
Forum: ElmerSolver
Topic: need help in understanding stress Eigen analysis results
Replies: 8
Views: 1062

need help in understanding stress Eigen analysis results

I am a programmer of FreeCAD's Elmer support. FreeCAD supports besides Elmer also the solver CalculiX and therefore we compare the results of both to assure we don't make mistake in FreeCAD. When I calculate the stress of a bean that is on one side fixed and has a face load on the other end. - when ...
by uwestoehr
05 Aug 2022, 15:27
Forum: ElmerSolver
Topic: Heat source does not respect Coordinate scaling
Replies: 8
Views: 1026

Heat source does not respect Coordinate scaling

Dear Elmer community, I am a programmer of FreeCAD's Elmer support. I stumbled over a problem I cannot resolve and need to know if this is either a bug in Elmer or if I have to edit my case.sif: The mesh coordinates in FreeCAD are in mm. Therefore we pass to Elmer: Coordinate Scaling 0.001 (and scal...