当前位置: 首页 > news >正文

制造解法 Manufactured Solutions 相关的论文的阅读笔记

Verification of Euler/Navier–Stokes codes using the method of manufactured solutions

https://doi.org/10.1002/fld.660

粘性项与扩散项之间的平衡

For the Navier–Stokes simulations presented herein, the absolute viscosity is chosen to be
a large constant value (μ = 10 N · s/m^2 ) in order to obtain a balance between convection and
diffusion. The thermal conductivity k is determined from the viscosity by specifying a constant

对于本文提出的纳维-斯托克斯模拟,绝对粘度被选择为一个大的常数值(μ = 10 N · s/m^2),以获得对流和扩散之间的平衡。导热系数 k 由粘度通过指定常数确定

他没有解释为什么要保持这个平衡

后面说了

By balancing these two terms, the possibility of a ‘false positive’ on the order of accuracy test is minimized [8, 20]

具体操作过程

但是他没有讲制造解的源项具体是怎么构造的

Code Verification by the Method of Manufactured Solutions

https://doi.org/10.1115/1.1436090

制造解的复杂性

解结构也必须足够复杂,以便测试所测试的控制方程中的所有项都得到执行

使用案例

他这里是直接把制造解代入偏微分方程式,并且把所有项移到一边,得到的就是源项

Debug 编程错误

用制造解法还可以找出编程错误

Verification of a Compressible CFD Code Using the Method of Manufactured Solutions

https://doi.org/10.2514/6.2002-3110

我下不到……然后 sci hub 下载的都是公式不全的

但是内容看上去和 Verification of Euler/Navier–Stokes codes using the method of manufactured solutions 有点像

On the use of the method of manufactured solutions for the verification of CFD codes for the volume-averaged Navier–Stokes equations

https://doi.org/10.1016/j.compfluid.2015.03.002

在这里插入图片描述

他的写法似乎也是,直接写了 NS 方程全部移到一边作为源项

总之……这些似乎就够了


http://www.mrgr.cn/news/33809.html

相关文章:

  • linux-----进程控制
  • 妈妈再也不用担心字符串方法啦!——js String实例方法汇总
  • 分布式安装LNMP
  • 基于 Web 的工业设备监测系统:非功能性需求与标准化数据访问机制的架构设计
  • 传输层 III(TCP协议——可靠传输)【★★★★】
  • 【Spring 底层原理】手搓一个Spring框架
  • 【busybox记录】【shell指令】numfmt
  • 嵌入式系统基础讲解
  • 用apache httpd来实现反向代理
  • golang学习笔记3-变量的声明
  • CORS跨域+Nginx配置、Apache配置
  • 2024.9.22
  • screen使用——关机时在服务器上跑代码
  • 蓝桥杯嵌入式的学习总结
  • UE学习篇ContentExample解读-----------Blueprint_Overview
  • 《深度学习》—— 卷积神经网络(CNN)的简单介绍和工作原理
  • 深度学习与应用:人体关键点检测
  • SpringBoot项目License证书生成与验证(TrueLicense) 【记录】
  • 一种求解无人机三维路径规划的高维多目标优化算法,MATLAB代码
  • Java-Part 0