Welcome to the forums. Please post in English or French.

You are not logged in.

#1 2021-12-14 11:00:11

mu
Member
Registered: 2021-12-03
Posts: 32

[SOLVED] A big difference in simulation result between SW and Salome

Hi,

We've conducted a transient thermal analysis using Salome and repeated the same with Solidworks for comparison. As you can see from the outcome below, both achieve thermal equilibrium of 29.xxx, however Salome took about 227s, while Solidworks took alot longer at 668s.


Question:

• What might have caused the two to take such a big difference in time?

• Is there a good way to determine which is "more accurate"?

model:
attachment.php?item=10970&download=1

results:
attachment.php?item=10968&download=1

Last edited by mu (2021-12-17 04:13:42)


Attachments:
diff_plt.png, Size: 31.07 KiB, Downloads: 789

Offline

#2 2021-12-14 11:10:17

mu
Member
Registered: 2021-12-03
Posts: 32

Re: [SOLVED] A big difference in simulation result between SW and Salome

Same geometry were used, checked that the units are the same too

• Same material, with heat flux density

• Mesh fineness at salome
attachment.php?item=10969&download=1

• Mesh fineness at SolidWorks is default config

Last edited by mu (2021-12-14 11:11:50)


Attachments:
mesh.png, Size: 84.29 KiB, Downloads: 717

Offline

#3 2021-12-14 11:15:36

mu
Member
Registered: 2021-12-03
Posts: 32

Re: [SOLVED] A big difference in simulation result between SW and Salome

model
attachment.php?item=10970&download=1

Last edited by mu (2021-12-14 11:16:13)


Attachments:
model.png, Size: 50.82 KiB, Downloads: 752

Offline

#4 2021-12-14 11:28:30

mu
Member
Registered: 2021-12-03
Posts: 32

Re: [SOLVED] A big difference in simulation result between SW and Salome

heat conduction between three solids and no external heat flux , no heat source

model conditions as below:

attachment.php?item=10971&download=1

Last edited by mu (2021-12-14 11:32:08)


Attachments:
condition.png, Size: 65.12 KiB, Downloads: 742

Offline

#5 2021-12-14 17:36:46

Volker
Member
From: Chemnitz
Registered: 2016-05-23
Posts: 92

Re: [SOLVED] A big difference in simulation result between SW and Salome

Is there an analytical way to obtain the function of thermal balancing?
Or other Question: which material property can you change to suppress geometrical nonlinearities as best as possible?

Offline

#6 2021-12-15 04:36:58

mu
Member
Registered: 2021-12-03
Posts: 32

Re: [SOLVED] A big difference in simulation result between SW and Salome

Laplace's equation
attachment.php?item=10972&download=1


Two materials:
AL7075 = DEFI_MATERIAU(
  THER=_F(LAMBDA=130.0, RHO_CP=2700000.0)
)
Sliver = DEFI_MATERIAU(
  THER=_F(LAMBDA=420.0, RHO_CP=2530000.0)
)

Volker wrote:

Is there an analytical way to obtain the function of thermal balancing?
Or other Question: which material property can you change to suppress geometrical nonlinearities as best as possible?

Last edited by mu (2021-12-17 04:11:47)


Attachments:
lae.png, Size: 27.9 KiB, Downloads: 689

Offline

#7 2021-12-15 09:50:36

Volker
Member
From: Chemnitz
Registered: 2016-05-23
Posts: 92

Re: [SOLVED] A big difference in simulation result between SW and Salome

My question is: is there an analytical way to determine the function, see appendix. If we have this function then we can say clearly what is right and what is wrong.


Attachments:
Lambda_Q_Punkt.png, Size: 719 B, Downloads: 138

Offline

#8 2021-12-15 10:08:51

RichardS
Member
From: Munich, Germany
Registered: 2010-09-28
Posts: 563
Website

Re: [SOLVED] A big difference in simulation result between SW and Salome

Hi,
are you sure about your units?
In the mesh screenshot you say "mm", so I suppose thats the lenght unit you are using.
But in a later post where you have your material properties shown, it looks like SI units, with lenght unit "m".

Can you confirm which unit system are you using?

Best,
Richard


Richard Szoeke-Schuller
Product Management
www.simscale.com
We are hiring! https://www.simscale.com/jobs/

Offline

#9 2021-12-15 10:20:37

mu
Member
Registered: 2021-12-03
Posts: 32

Re: [SOLVED] A big difference in simulation result between SW and Salome

Hi, Volker

Our model do not have analytical solution.

Volker wrote:

My question is: is there an analytical way to determine the function, see appendix. If we have this function then we can say clearly what is right and what is wrong.

Offline

#10 2021-12-15 10:36:45

mu
Member
Registered: 2021-12-03
Posts: 32

Re: [SOLVED] A big difference in simulation result between SW and Salome

Hi, RichardS

I config the length units in study propertites
attachment.php?item=10975&download=1


Which material property looks like SI units?  I don't understand the Material subject.

RichardS wrote:

Hi,
are you sure about your units?
In the mesh screenshot you say "mm", so I suppose thats the lenght unit you are using.
But in a later post where you have your material properties shown, it looks like SI units, with lenght unit "m".

Can you confirm which unit system are you using?

Best,
Richard

Last edited by mu (2021-12-15 10:37:30)


Attachments:
length.png, Size: 45.84 KiB, Downloads: 626

Offline

#11 2021-12-15 10:39:06

Volker
Member
From: Chemnitz
Registered: 2016-05-23
Posts: 92

Re: [SOLVED] A big difference in simulation result between SW and Salome

Your sure there is not an exponential solution to base e?

Offline

#12 2021-12-15 12:17:24

mf
Member
Registered: 2019-06-18
Posts: 391

Re: [SOLVED] A big difference in simulation result between SW and Salome

Hello,

Volker is probably right, your material parameters are most likely not correct. Your E is supposedly in N/m² RHO is in kg/m³, RHO_CP is also in SI units (the N-mm system value is much lower, see link to other post below), but your model is in mm. Only LAMBDA can be converted 1:1 (because W/mK is equal to mW/mmK)

Just like in https:__//www.code-aster.org/forum2/viewtopic.php?id=26082 you should correct your material parameters to the N-mm system, if you don't want to scale your model to meters.

Mario.

EDIT: if you corrected the material parameters and you also choose the same timestep in both versions, then they should be comparable. The results will be very much alike.

Last edited by mf (2021-12-15 12:35:24)

Offline

#13 2021-12-15 12:21:25

mf
Member
Registered: 2019-06-18
Posts: 391

Re: [SOLVED] A big difference in simulation result between SW and Salome

This pdf helped me a lot, regarding consistent units,

Mario.


Attachments:
EnDuraSim-Engineering-Units.pdf, Size: 858.76 KiB, Downloads: 304

Offline

#14 2021-12-15 17:28:34

Volker
Member
From: Chemnitz
Registered: 2016-05-23
Posts: 92

Re: [SOLVED] A big difference in simulation result between SW and Salome

Now I remembered the exact technical term: its a "solid" calorimeter.
Now its should be clear how to calculate by hand

Last edited by Volker (2021-12-15 17:29:37)

Offline

#15 2021-12-17 04:01:28

mu
Member
Registered: 2021-12-03
Posts: 32

Re: [SOLVED] A big difference in simulation result between SW and Salome

Thanks for all the help!

I solved this problem by importing the stp file which is exported from Salome into SolidWorks and change the units of SolidWorks from Custom(MM, G, S) to MKS(M, KG, S).

Last edited by mu (2021-12-17 04:10:42)

Offline

#16 2021-12-17 04:06:37

mu
Member
Registered: 2021-12-03
Posts: 32

Re: [SOLVED] A big difference in simulation result between SW and Salome

Hi, Mario

Thanks for your help,  the results are very much alike just like you said.
attachment.php?item=10980&download=1

mf wrote:

This pdf helped me a lot, regarding consistent units,

Mario.

Last edited by mu (2021-12-17 04:08:22)


Attachments:
diff.png, Size: 28.93 KiB, Downloads: 536

Offline

#17 2021-12-17 04:09:46

mu
Member
Registered: 2021-12-03
Posts: 32

Re: [SOLVED] A big difference in simulation result between SW and Salome

the .comm file


Attachments:
demo.comm, Size: 2.25 KiB, Downloads: 183

Offline