制造解法 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 有点像

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

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

总之......这些似乎就够了

相关推荐
_Narcissus_1 分钟前
链表算法题和静态链表
数据结构·c++·笔记·算法·链表·ai·力扣
九硕智慧建筑一体化厂家1 小时前
大型建筑集群智慧管控升级!IBMS系统实现多系统一体化融合管理
运维·人工智能·笔记·智慧城市
深蓝海拓1 小时前
基于QtPy (PySide6) 的PLC-HMI工程实战记录(五)为当前动作画面的信号连接变量
网络·笔记·python·学习·pyqt
摇滚侠1 小时前
《SpringBoot 3:入门与应用实战》第 6 章 Spring Boot 最佳实践 阅读笔记 10
java·spring boot·笔记
疯狂打码的少年2 小时前
【数据结构】八大排序算法对比总结(时间/空间/稳定性)
数据结构·笔记·算法
selia10782 小时前
AI手撕代码笔记
人工智能·笔记·深度学习
一只旭宝2 小时前
预约系统版本2(pyhton+flask可视化版本)
服务器·数据库·c++·笔记·python·flask
蒲锘2 小时前
DevOps 实验项目笔记三 —— Kubernetes 集群部署阶段
笔记·kubernetes·devops·rbac
米饭不加菜2 小时前
C51 语言参考手册
经验分享·笔记·单片机·嵌入式硬件
sunshine22 girl3 小时前
Angular7,9,学习笔记一 创建项目,基本语法
笔记·学习