美国大学生数学建模竞赛2013 获奖论文(2)
un n (ui)k i 0 N1kk(5)
Letthatui0haserror i0,thenuinhaserror in.
AslongasaconstantKexists,andwhen t t0,n t T,thereexistsuniformlyn k 0,thenweconsiderthedifferenceasstable.Wecandrawaconclusionthatthedifferenceschemeisstable.[3]
美国大学生数学建模竞赛
Step3:Establishingthedifferencescheme
WeusetheForwardDifferenceFormatandSecondCentralDifferenceFormattoestablishthedifferencescheme.
unuin 1 uin()i (6) t t
2unuin 1 2uin uin 1(2)i (7)2 x( x)
2unuin 1 2uin uin 1(2)i y( y)2
Letrx (8) t2 t2a,r athenwecangety x2 y2
1 2(rx ry)nr ruin 1 ui xyuin 11 rx ry1 rx ry(9)
4.TheSimulationofHeat-conductionEquation
AfterestablishingthemathematicalmodelofHeat-conductionandthesolutionalgorithm,weapplythemtothespecificbrowniepanofdifferentshapes(rectangulartocircularandseveralothershapesinbetween).
ByusingthePDEtoolboxinMATLAB,wecompare(1)withtheparabolicequationdefinedinthetoolbox
ud C u au f(10) t
ThenitiseasytoknowtheparameterofPDEmodel
C ;d c (11) a f 0
Moreover,theboundaryconditionofferedbythePDEtoolboxwhichissuitableforbothrectangleandcirculariscorrespondingtotheNeumannboundarycondition. (12)n (C u) qu g
where nistheunitvectorwhichisperpendiculartotheboundary.
Atthesametime,wecanobtain
q h(13) g huf
Moreover,weknowtheheatcapacityofthepanisc 480J(kg K),thedensityofthepanis 7.8 g3,thethermalconductivityis 48 W/(m K)andh 348W/(m2 K).[3]
Thenwesettheinitialtemperatureofthepanas25 Candthetemperatureintheovenis200 C.TakingtheseparametersintoMATLABprogramandsettingtheobservingtimet 5s,wecangettheheatdistributionacrosstheedgeofpansintheshapeofrectangular,circularandwechooseregularoctagonastheshapesinbetweentoanalyzetheheatdistribution.ThetemperatureprofilesareshowedinFigure3-5.
美国大学生数学建模竞赛
Team
#111111
Page7of22
(a)heatmap(b)surfaceplot
Figure
3.
Thetemperatureprofilesofrectangularpan
(a)heatmap(b)surfaceplot
Figure4.Thetemperatureprofilesofcircularpan
美国大学生数学建模竞赛
Team
#111111
Page8of22
(a)heatmap(b)surfaceplot
Figure5.Thetemperatureprofilesofregularoctagonpan
ObservingtheheatdistributionacrosstheouteredgeinFigure3-5,wecanfindthatthetemperatureofthecornersisobviouslyhigherthanotherspotsforrectangularandpolygonalpans,meanwhile,forroundpans,thetemperatureisequalonthespotswhichhavethesamedistancefromthecentreofthepan.Andthetemperaturegraduallyreducesfromtheedgetotheinner.
Sincehavingfoundtheheatdistributionforthepans,itisthefoundationtodevelopamodelaimingtomaximizeevendistributionofheatforthepan.
MaximizeNumberforDifferentShape’sPans
1.Overview
Inthissection,wesupposethatthewidthtolengthratioofW/Lfortheovenisacertaindeterminateconstant.Wedevelopamodeltomaximizethenumberofpansputintotheoven.Here,weonlyconsideronerackduetothetworacks’equivalence.
Obviously,thisisanarrangementproblemabouthowtoarraymorepanswiththesameareaintherectangularplane.
Sincemostovensarerectangularshape,itisnotefficientwithrespecttousingthespacebyusingroundpansinanoven.Sowefirstlyconsidertherectangularpansanddeterminethemaximalnumberofitthatcanbeputintotheovenononerack.Andthenwediscusstheroundpans.Finallyforthepolygonalpans,weutilizeRectangularPackingAlgorithmtotransformittothecaseofrectangularpans.
2.MaximizeNumberofRectangularPans
Consideringthehabitofpeopletoarrangepansintheoven,weassumethatwhenputtingpansintotheoven,thelongeredgeofpansiscorrespondingtotheoven’slongeredgeaswellastheshortertotheshorter.
Meanwhile,wesupposethatthewaytoputpansintotheovenisfromlefttoright.However,whentheremainingblackspaceoftheovencannotaccommodatethelongersideoftherectangularpanafterputtingenoughpans,itmaybeenoughtocontaininvertedpans.Sowecancontinuetoarraythepansintheoven.TheschematicdiagramshowsinFigure6.
美国大学生数学建模竞赛
Length
...
...
Width
Figure6.Theschematicdiagramofarrayforrectangularpans
Inthisway,wedevelopanoptimizationmodelwiththegoalofmaximumpans.......
maxn1n2 n3
s.t. ab A
a b 0L n1a b 1L n1a b
where
representstorounddown;
LandWrespectivelyrepresentthelengthandthewidthoftheoven;
aandbrespectivelyrepresentthelengthandthewidthoftherectangularpans;Aistheareaofthepans.
Fromthemodelassumption,weknowthatthelengthandthewidthoftheovenrespectivelyare34cmand22cm[2].What’smore,theareaofthepansis100cm2[2].WeuseLINGOsoftwaretosolvetheaboveoptimizationmodelinordertogetthemaximumnumbernofrectangularpanswithdifferentsize.Whenthepanissquarewithalengthoften,itfollowsthatthemaximumthenumberoftherectangularpansissix. LWWn1 [n2 [],n3 [aba......(1)(2)
3.MaximizeNumberofRoundPans
SinceallthepanshavethesameareaA,wecaneasilygetthediameterdofthe
d24Aroundpansviatheexpression:A .Then,itisexpressedbyd .4
Supposingthatthewaytoputpansintotheovenisfromlefttorightandfromthetopdown,wearraytheroundpansbythewayshowninFigure7.
美国大学生数学建模竞赛
Length
...
......…...
...
Figure7.Theschematicdiagramofarrayforroundpans
Inthisway,wedevelopanoptimizationmodelwiththegoalofmaximumnumber: max n1n2 1 n1 1 2 n2 1 s.t. L n 1 d W n 2 d 0 W-nd d 0 2 2 1 (3) 1 W-nd d 0 2 2 0 L-nd d 0 1 2 2 1 L-nd d 0 1 2 d2
A4
Accordingtosolvingthemodelabove,themaximumoftheroundpansis5.
4.Maximizenumberofpolygonalpans
WeadoptRectangularPackingAlgorithm[4]tosolvethepolygonalproblem,whichcantransformtheproblemofpolygontotheproblemofrectangle.
RectangularPackingAlgorithm
Definition
Theminimumpackingrectangle:Thepackingrectangleofgeometryisarectangle
美国大学生数学建模竞赛
whichincludesallofthepoints,lineofthegeometry,andeachsideofwhichcontactswiththegeometry …… 此处隐藏:5315字,全部文档内容请下载后查看。喜欢就下载吧 ……
相关推荐:
- [教育文库]夜场KTV服务员的岗位职责及工作流程[1]
- [教育文库]企划、网络、市场绩效考核方案
- [教育文库]学党史、知党情、强党性--“党的基本理
- [教育文库]2016年高考物理大一轮总复习(江苏专版
- [教育文库]干部廉洁自律自查自纠的报告
- [教育文库]2010年北京大学心理学系拟录取硕士研究
- [教育文库]资金时间价值练习题及答案
- [教育文库]保护环境的心得体会
- [教育文库]英语角内容:英语趣味小知识
- [教育文库]档案收集与管理工作通知
- [教育文库]劳动规章制度范本范本
- [教育文库]高考物理一轮复习课后限时作业1运动的
- [教育文库]机械工艺夹具毕业设计195推动架设计说
- [教育文库]通用技术教学比赛说课稿2
- [教育文库]2018年四年级英语下册 Module 7 Unit 2
- [教育文库]第2章 宽带IP网络的体系结构
- [教育文库]九年级化学第五单元课题3《根据化学方
- [教育文库]小学英语六年级情态动词用法归纳
- [教育文库]甲级单位编制窑井盖项目可行性报告(立
- [教育文库]2016-2021年中国城市规划行业全景调研
- 高考英语听力十大场景词汇总结
- 全省领导班子思想政治建设座谈会会议精
- 人教版新课标高一英语提优竞赛试题 下
- 江西省2014年生物中考试题
- 长沙镇食品药品安全事故应急预案
- 《金刚石、石墨和C60》片段教学设计
- 福州教育学院(王旭东)
- 基于EDA音乐播放器的设计
- 9、古诗两首《夜书所见》《九月九日忆
- 小学语文课外阅读有效策略探讨
- 贵州文化产业发展成支柱产业的问卷调查
- 膀胱类癌的诊治体会(附3例报告)
- 发动机积碳产生的原因
- Configuring Code Composer Studio for
- 学生良好的心理素质如何培养点滴谈
- 46 电沉积法制备锂离子电池用硅-锂薄膜
- 美舍雅阁公司管理中各部门职责
- 去壳剥皮的小妙招
- 六自由度运动平台的仿真研究
- Pride and Prejudice(傲慢与偏见)




