Top Banner
1 Application of mathematical solution in heat conduction with Flexpde
63

Application of mathematical solution in heat conduction ...

Mar 13, 2022

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Application of mathematical solution in heat conduction ...

1

Application of mathematical solution in

heat conduction with Flexpde

Page 2: Application of mathematical solution in heat conduction ...

2

Chapter 1

Introduction to heat transfer and

FlexPDE software

Page 3: Application of mathematical solution in heat conduction ...

• What is Heat?

• All matter is made up of molecules and atoms. These

atoms are always in different types of motion

(translation, rotational, vibrational).

• The motion of atoms and molecules creates heat or

thermal energy. All matter has this thermal energy.

• The more motion the atoms or molecules have the

more heat or thermal energy they will have.

3

Page 4: Application of mathematical solution in heat conduction ...

• What is temperature?

• Temperature is an average value of energy for all the

atoms and molecules in a given system.

• Temperature is independent of how much matter there

is in the system.

• It is simply an average of the energy in the system.

4

Page 5: Application of mathematical solution in heat conduction ...

5

Since T (x dx ) T (x ) dT

the above gives

It is useful to introduce the term heat flux q x which is

defined as the heat flow rate per unit surface area normal to x

. Thus,

Page 6: Application of mathematical solution in heat conduction ...

• How is heat transferred?

• Heat can travel from one place to another in three ways:

Conduction, Convection and Radiation.

• Both conduction and convection require matter to transfer

heat.

• If there is a temperature difference between two

systems heat will always find a way to transfer from the

higher to lower system.

6

Page 7: Application of mathematical solution in heat conduction ...

•Conduction rate equation

•is described by the Fourier

•law

7

R Conductionti

Page 8: Application of mathematical solution in heat conduction ...

8

Thermal energy is transferred from hot places to cold places by

convection.

Convection occurs when warmer areas of a liquid or gas rise to

cooler areas in the liquid or gas.

Cooler liquid or gas then takes the place of the warmer areas

which have risen higher.

This results in a continuous circulation pattern.

Page 9: Application of mathematical solution in heat conduction ...

9

RadiationRadiation

Radiation is a method of heat transfer that does not rely upon any

contact between the heat source and the heated object as is the case

with conduction and convection.

Heat can be transmitted though empty space by thermal radiation

often called infrared radiation. This is a type electromagnetic

radiation.

No mass is exchanged and no medium is required in the process of

radiation.

Page 10: Application of mathematical solution in heat conduction ...

EXAMPLE 2

10

FlexPDE software

What is FlexPDE?

FlexPDE is a modelling software based on finite element

methods which uses codes and is a numerical solver.

Editing and preparation of text

Creating finite element mesh

Finite element solver to find the results

Graphical results to display the findings

Page 11: Application of mathematical solution in heat conduction ...

11

The main sections of the code in this software are:

Page 12: Application of mathematical solution in heat conduction ...

12

A simple equation of diffusion on a square is as

follows:

Page 13: Application of mathematical solution in heat conduction ...

13

Way to define boundary conditions

The boundary conditions of VALUE, defines the value

of a variable at the border.

The boundary conditions of NATURAL, defines the

value of flux at the border.

Page 14: Application of mathematical solution in heat conduction ...

14

Steps to define the problem in FlexPDE

Defining variables and equations

Specifying the geometry of the problem

Defining the properties of the materials

Applying boundary conditions

Specifying the graphical results

Page 15: Application of mathematical solution in heat conduction ...

15

Code writing rules in FlexPDE

Differentiating, such as is shown as

coordinate systems are recognized reliable, such as second order

derivatives

and differential operators such as

The names are not sensitive to lower or upper case

letters,

Notes and descriptions can be included in the text.

{} is used for notes while exclamation mark is used to

ignore the rest of the line.

Page 16: Application of mathematical solution in heat conduction ...

16

Variables and equations:

What variables need to be analyzed?

Which differential equations with partial derivatives

describe these variables?

Page 17: Application of mathematical solution in heat conduction ...

17

Creating the final code by using the previous sections’

code

Page 18: Application of mathematical solution in heat conduction ...

18

Page 19: Application of mathematical solution in heat conduction ...

19

The outputs of this text are as follows:

Page 20: Application of mathematical solution in heat conduction ...

20

Page 21: Application of mathematical solution in heat conduction ...

21

Page 22: Application of mathematical solution in heat conduction ...

22

Page 23: Application of mathematical solution in heat conduction ...

23

Accuracy control

This does not mean that FlexPDE can guarantee the

accuracy of 0.2 percent on the domain. .

In the previous problem, it is possible to add the expression as

a new section:

FlexPDE corrects the

network twice and creates

a mesh network as such:

Page 24: Application of mathematical solution in heat conduction ...

24

Cylindrical geometry

XCYLINDER puts the cylindrical rotation axis in z axis along

x axis ,so that the radius is along the vertical direction. The coordinate

system is the (Z ,R ) system.

YCYLINDER puts the cylindrical rotation axis in z axis along

y axis ,so that the radius is along the horizontal direction. The coordinate

system is the (R,Z ) system.

Page 25: Application of mathematical solution in heat conduction ...

25

The full text which is transformed to a cylindrical coordinate system

is as follows:

Page 26: Application of mathematical solution in heat conduction ...

26

Page 27: Application of mathematical solution in heat conduction ...

27

The contour and the resulted plot is as follows:

Page 28: Application of mathematical solution in heat conduction ...

28

Page 29: Application of mathematical solution in heat conduction ...

29

Page 30: Application of mathematical solution in heat conduction ...

30

Page 31: Application of mathematical solution in heat conduction ...

31

Time-dependant problems

• THRESHOLD is the meaningful value for each variable

(the value assigned to THRESHOLD is the limit of

changes that the user neglects any smaller changes).

Time-dependant PDE

Time limit for solving the problem

The time that the plot needs to be generated

The plots considered from the changes of a variable in a

specific pointalong the length of the time (variable’s history)

Page 32: Application of mathematical solution in heat conduction ...

32

Now the complete text with the corresponding expression

is as follows:

Page 33: Application of mathematical solution in heat conduction ...

33

Page 34: Application of mathematical solution in heat conduction ...

34

Page 35: Application of mathematical solution in heat conduction ...

35

Page 36: Application of mathematical solution in heat conduction ...

36

Page 37: Application of mathematical solution in heat conduction ...

37

Page 38: Application of mathematical solution in heat conduction ...

38

Page 39: Application of mathematical solution in heat conduction ...

39

Analysis of more complex problem

Coefficients and non-linear equations:

Page 40: Application of mathematical solution in heat conduction ...

40

Click on RUN and the way to solve the problem

appears:

Page 41: Application of mathematical solution in heat conduction ...

41

Utilising FlexPDE for three-dimensional problems

Extrusion

Page 42: Application of mathematical solution in heat conduction ...

42

Layout

Page 43: Application of mathematical solution in heat conduction ...

43

Materials properties adjustment in regions and layers

Page 44: Application of mathematical solution in heat conduction ...

44

Page 45: Application of mathematical solution in heat conduction ...

45

Defining empty areas

Page 46: Application of mathematical solution in heat conduction ...

46

Defining restricted areas

Page 47: Application of mathematical solution in heat conduction ...

47

Defining the plots in special pages

Page 48: Application of mathematical solution in heat conduction ...

48

Page 49: Application of mathematical solution in heat conduction ...

49

Page 50: Application of mathematical solution in heat conduction ...

50

Page 51: Application of mathematical solution in heat conduction ...

51

Page 52: Application of mathematical solution in heat conduction ...

52

Adjusting the boundary conditions in three-dimensional

problems

Page 53: Application of mathematical solution in heat conduction ...

53

Page 54: Application of mathematical solution in heat conduction ...

54

Page 55: Application of mathematical solution in heat conduction ...

55

Page 56: Application of mathematical solution in heat conduction ...

56

Page 57: Application of mathematical solution in heat conduction ...

57

Describing the contact surface of different materials with the

special shape

Page 58: Application of mathematical solution in heat conduction ...

58

Page 59: Application of mathematical solution in heat conduction ...

59

Page 60: Application of mathematical solution in heat conduction ...

60

Page 61: Application of mathematical solution in heat conduction ...

61

Function of surface generation

Page 62: Application of mathematical solution in heat conduction ...

62

Page 63: Application of mathematical solution in heat conduction ...