- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Dynamic Behaviour of Process Systems
Modelling Simulation of Chemical Engineering Systems Department of Chemical Engineering King Saud University LECTURE #9Numerical Solution of Boundary-Value Differential Equations BVP Examples Diffusion with chemical reaction in a catalyst. Diffusion or condition in a tubular reactor Heat mass transfer in boundary layer problems. Disecretization of nonlinear PDEs Initial Boundary Conditions Numerical Methods BVP Formulation Canonical Form Original Form Shooting Method An initial-value technique Use successive approximation to solve for the missing initial conditions. It can utilize highly efficient initial value procedure. Shooting can be tried from either end of the BVP. Shooting Method Algorithm Problem: Guess initial condition for y2 : Integrate the system forward, calculated y2 at xf is Define the function Solution : Example MATLAB Code Finite Difference Method Replace the derivative with finite difference approximation ODEs become algebraic equations Example of FD method Example: solve the BVP using FD technique MATLAB command BVP4C Solve two-point boundary value problems for ODEs by collocation. SOL = BVP4C(ODEFUN,BCFUN,SOLINIT) integrates a system of ordinary differential equations of the form y = f(x,y) on the interval [a,b], Example solinit = bvpinit([0 1 2 3 4],[1 0]); sol = bvp4c(@twoode,@twobc,solinit); solve a BVP on the interval [0,4] with differential equations and boundary conditions computed by functions twoode and twobc, respectively. This example uses [0 1 2 3 4] as an initial mesh, and [1 0] as an initial approximation of the solution components at the mesh points. xint = linspace(0,4); yint = deval(sol,xint); evaluate the solution at 100 equally spaced points in [0 4]. The first component of the solution is then plotted with plot(xint,yint(1,:)); HW Solve the problem of flow of a Newtonian flow fluid in a pipe described
您可能关注的文档
- 搭建Xilinx开发环境------使用Modelsim进行功能仿真.doc
- 搭建中外交流平台拓宽师生国际视野.docx
- DNS安全稽核与防护体系之建置 .PPT
- 搭建平台激活语言.doc
- 搭建开放多元平台培养拔尖创新人才.doc
- 搭建数字平台提升城市管理水平.doc
- Do Social Networks Improve e.ppt
- 搭建有效沟通平台.doc
- Doing Ethnography Reflections from the 'Waiting .ppt
- 搭建框架,议论文结构.doc
- 2025事业单位招聘公共基础知识与职业能力测验综合试卷(含解析).docx
- 2025事业单位招聘公共基础知识综合能力测试真题.docx
- 2025气象部门事业单位招聘行政能力测试及气象法律法规模拟卷.docx
- 2025年专业化管理村党组织书记综合素质能力测试真题.docx
- 2025年烟草专卖局系统招聘考试《行政职业能力测验》《申论》综合题库.docx
- 2025年泗阳县返乡兴村新村干招聘考试基本素质和综合能力题库.docx
- 2025年四川省属事业单位公共基础知识综合能力测试卷(含真题适配).docx
- 2025年直属单位招聘毕业生考试《公共基础知识与公文写作》试卷.docx
- 2025事业单位招聘考试公共基础知识与职业能力测试试卷.docx
- 2025乡村振兴好青年综合素质测验(党的基本知识与农业农村卷).docx
最近下载
- 中考英语专题任务型阅读理解课件.pptx VIP
- 鼻咽癌的科普知识课件.pptx VIP
- 纱岭金矿12000td建设工程环境影响报告书.PDF
- 国家开放大学,企业策划,形考四.pdf VIP
- Unit5IntothewildUnderstandingideasTheMonarch’sJourney课件-高中英语.pptx VIP
- 督导考核标准.doc VIP
- 在线网课学习课堂《学术英语》单元测试考核答案.docx VIP
- 伺服电机选型参数计算.xlsx VIP
- (附答案)电大国开思政课《中国近现代史纲要》形考在线(专题检测四)试题.docx VIP
- XX市行政事业单位内部控制调查问卷【模板】.docx VIP
原创力文档


文档评论(0)