viva correction statements
* List of amendments
| No. | Location | Amendments |
| 1 | ch1, P1 | explain the term 'modern renewables'; distinguish wave and tides energies and corresponding devices |
| 2 | ch1, P2 | delete figures about wave energy converter (fig. 1.2 in the previous version thesis) |
| 3 | ch1, P5 | highlight tide current is important, and specify the frequencies of waves, wind-waves have much shorter time scale, |
| 4 | ch1, P6 | highlight contributions |
| 5 | ch2, P19 | add literature on dual rotor |
| 6 | ch2,P17 | add references |
| 7 | ch3, P23 | add references to BEM method |
| 8 | ch3, P24 | add 1D momentum and Euler' turbine equations, i.e. eqs. 3.1-3.5; 3.16-3.19 |
| 9 | ch3, P25 | add explanation on C_n, C_t |
| 10 | Ch3, P26 | add more texts to explain Fig.3.2 |
| 11 | ch3, p27 | better explanation on Unsteady BEM |
| 12 | ch3, P30,31 | delete unrelated term in equations of turbulence models, add Eq. 3.47 |
| 13 | ch3, P32 | better format for formula |
| 14 | ch4, p40 | add text to explain Fig.4.7 |
| 15 | ch4, P41 | add Fig4.7, show c_p and C_T from URANS and RANS |
| 16 | ch4, p42 | add references for Burton and implicit models |
| 17 | ch4, p48 | delete results from others, and highlight results and contribution |
| 18 | ch5, P49 | add periods to tides |
| 19 | ch5, P58 | explain the reason for the discontinuity of streamlines on interface |
| 20 | ch5, P59 | better explanation on local aoa |
| 21 | ch5, p68 | add assumption of the stalled blade model |
| 22 | ch5, P69, 70 | add blade profiles; add URANS as further research |
| 23 | ch6, p72 | explain the origin of z coordinate |
| 24 | ch6, p74 | explain how to determine time step size |
| 25 | ch6, p76,77 | add velocity contours from RANS, Fig. 6.5, and 6.6 |
| 26 | ch6, p78 | Fig.6.8b is corrected, explain power spectra of C_T, Fig.6.12 and 6.13 |
| 27 | ch6, p79 | more explanation on the harmonic seen in Fig.6.11 |
| 28 | ch6, p82 | change LES to RANS in the further research recommendation |
| 29 | ch7, p83 | reduce text size in the summary, highlight my contribution, delete results from previour work, such as " it was already seen ..." |
| 30 | ch7, p84 | change verb tense, rewrite the sentences |
viva correction statements的更多相关文章
- 代码的坏味道(6)——Switch声明(Switch Statements)
坏味道--Switch声明(Switch Statements) 特征 你有一个复杂的 switch 语句或 if 序列语句. 问题原因 面向对象程序的一个最明显特征就是:少用 switch 和 c ...
- mysql二进制文件操作语法(mysql binary log operate statements)
开启 binary logs 功能 在 mysql 配置文件中配置 log-bin,重启 mysql my.cnf (on Linux/unix) or my.ini (on Windows) 例子: ...
- Mapped Statements collection does not contain value fo
Mapped Statements collection does not contain value for后面是什么类什么方法之类的: 错误原因有几种: 1.mapper.xml中没有加入name ...
- Raising Error Conditions with MySQL SIGNAL / RESIGNAL Statements
http://www.mysqltutorial.org/mysql-signal-resignal/ Summary: in this tutorial, you will learn how to ...
- mybatis报错Mapped Statements collection does not contain value for com.inter.IOper
首页 > 精品文库 > mybatis报错Mapped Statements collection does not contain value for com.inter.IOper m ...
- Given a compiled machine-language program, which statements in the source language cause the execution of the most machine-language instructions and what is the execution time of these instr
COMPUTER ORGANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION A variety of studi ...
- What is the difference between parameterized queries and prepared statements?
Both parameterized queries and prepared statements are exactly the same thing. Prepared statement se ...
- [IR] Tolerant Retrieval & Spelling Correction & Language Model
Dictionary不一定是个list,它可以是多种形式. 放弃Hash的原因: 通常,tree是比较适合的结构. From: http://www.cnblogs.com/v-July-v/arch ...
- Error querying database. Cause: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for …
编译通过并且运行web成功后,访问的页面不需要连接数据库,不牵扯到反射调用实体类就不会报错, 报错内容如下: [WARNING] org.springframework.web.util.Nested ...
随机推荐
- 跟我一起玩Win32开发(10):绘图(C)
今天我们来欣赏一下用于填充图形的函数,当然我不会逐个去介绍,因为我们参考MSDN直接套参数就可以了. SetDCBrushColor函数有必要扯一下,它的声明如下: COLORREF SetDCBru ...
- 一些CSS的备忘
text-transform 文本转换 属性值是 none表示没有 不转换 同时也是默认的 capitalize 表示首字母大写 uppercase全部转换为大写 lowercase全部转为小写 te ...
- 【loj10061】最短母串
#10061. 「一本通 2.4 练习 4」最短母串 内存限制:512 MiB 时间限制:1000 ms 标准输入输出 题目类型:传统 评测方式:文本比较 上传者: 1bentong 提交 提交 ...
- DP Codeforces Round #303 (Div. 2) C. Woodcutters
题目传送门 /* 题意:每棵树给出坐标和高度,可以往左右倒,也可以不倒 问最多能砍到多少棵树 DP:dp[i][0/1/2] 表示到了第i棵树时,它倒左或右或不动能倒多少棵树 分情况讨论,若符合就取最 ...
- h5-29-WEB存储-通讯录实战.html
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title> ...
- Python Unicode and str
http://stackoverflow.com/questions/18034272/python-str-vs-unicode-types unicode is a character set. ...
- Spring Boot学到的内容
Hello World:了解程序入口(创建启动类) Web程序:写Controller类(@RestController),写Controller方法(@GetMapping),maven依赖spri ...
- 学JAVA第二十四天,Set集合与StringBuilder
下面的内容需要慢慢看,因为,我的语言表达能力不是很好 首先说Set把,Set集合是一个无序且不允许重复的集合,而且查找效率也是快的可怕的. 但是,有些时候,我们必须要用储存多个相同的值时,Set也是可 ...
- 【HEVC帧间预测论文】P1.8 Complexity Control of High Efficiency Video Encoders for Power-Constrained Devices
参考:Complexity Control of High Efficiency Video Encoders for Power-Constrained Devices <HEVC标准介绍.H ...
- EJB 使用多个数据源问题
编辑 删除 如果在JBoss中同时使用俩个数据源就会发生如下异常: Transaction is not active: tx=TransactionImple < ac, BasicActio ...