thermal.tempDependentFluidBeta=False

Asked by Jiannan Wang

Hello,

The default setting of the thermal engine is tempDependentFluidBeta=False. And it says "If true, fluid volumetric thermal expansion is temperature dependent (linear model between 20-70 degC)". I thought the fluid volumetric thermal expansion is always temperature dependent?

Best regards
Jiannan

Question information

Language:
English Edit question
Status:
Solved
For:
Yade Edit question
Assignee:
No assignee Edit question
Solved by:
Jiannan Wang
Solved:
Last query:
Last reply:
Revision history for this message
Robert Caulk (rcaulk) said :
#1

>I thought the fluid volumetric thermal expansion is always temperature dependent?

I don't understand the question. ThermalEngine lets you turn various phenomena on and off as you like. At risk of being redundant: If you want to model thermal expansion of fluid as linear model between 20-70 degC, then turn that on. If not, then turn it off. Am I missing something?

Revision history for this message
Jiannan Wang (jnwang) said :
#2

Hello Robert,

Thank you for replying so fast. Just to make sure I understand, by setting it off, the thermal expansion of fluid is nonlinear or just no thermal expansion?

Thank you again.

Best regards
Jiannan

Revision history for this message
Robert Caulk (rcaulk) said :
#3

I think I understand the confusion now.

>, by setting it off, the thermal expansion of fluid is nonlinear or just no thermal expansion?

Neither.

The beta parameter is the volumetric coefficient of expansion for the fluid [1]. It itself can be temperature dependent for some fluids. For water, it is linearly dependent on the fluid temperature. ThermalEngine will automatically set the coefficient of thermal expansion (beta) according to temperature if you set tempDependentFluidBeta=True. If you set it to False, then the beta thermal expansion coefficient is temperature independent (constant).

Cheers,

Robert

https://yade-dem.org/doc/yade.wrapper.html#yade.wrapper.ThermalEngine.fluidBeta

Revision history for this message
Robert Caulk (rcaulk) said :
#4

I will update the documentation to clarify this.

Revision history for this message
Jiannan Wang (jnwang) said :
#5

Hello Robert,

Thank you for the clarification. That really answers my question.

Best regards
Jiannan