Skip to content

A program that provides the ability to configure and compute discrete model of thermal processes in a rectangular object

Notifications You must be signed in to change notification settings

Angon-pro/Control-theory_Distributed-systems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Control-theory_Distributed-systems

The program allows to configure and compute discrete model of thermal processes in a rectangular object

Description: This is the program that provides the ability to configure a rectangular object with its properties and compute thermal processes in it. The particular realisation aimed at finding the best temperatures of the defined heaters to match the required temps in the object. To solve this problem, the program executes calculations based on brute force method. The optimization of the compute process is performed according to the temperature increments at the monitored points. The result of the execution represents the best match and corresponding heaters temperatures that has been found according to the standard deviation

Stack: Java, Maven

Math

Differential equation of thermal processes in 3D objects:
image

Coef "a" is the coefficient of thermal conductivity. In this work a = 8.5E-5 (value for aluminum)

Simplified form:
image

Discrete form using finite difference method:
image

Where:
image

About

A program that provides the ability to configure and compute discrete model of thermal processes in a rectangular object

Topics

Resources

Stars

Watchers

Forks

Languages