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 ...
随机推荐
- C#操作高低位
比如一个数 想把高位 与地位拆开,分别显示 可以用这个办法 x=(uint16)(x>>8) (高字节向右移动8位 相当于*256) X=(UINT16)(X &0X00FF) ...
- jvm 实战
https://blog.csdn.net/neutrojan/article/details/50532590# 1.ps -ef |grep java 找出最耗性能的JAVA进程2.top -Hp ...
- laravel之Storage
学习laravel一段时间了,从最开始文件保存到本地直到oss都使用原生或接口.今天偶尔看到了Storage.正好项目中有用到就在项目上使用了. 1.下载安装库 composer require ja ...
- Helvetic Coding Contest 2017 online mirror (teams allowed, unrated) M
Description The marmots have prepared a very easy problem for this year's HC2 – this one. It involve ...
- android开发学习 ------- Retrofit+Rxjava+MVP网络请求的实例
http://www.jianshu.com/p/7b839b7c5884 推荐 ,照着这个敲完 , 测试成功 , 推荐大家都去看一下 . 下面贴一下我照着这个敲完的代码: Book实体类 - 用 ...
- AJPFX总结java开发常用类(包装,数字处理集合等)(一)
一:首谈java中的包装类 Java为基本类型提供包装类,这使得任何接受对象的操作也可以用来操作基本类型,直接将简单类型的变量表示为一个类,在执行变量类型的相互转换时,我们会大量使用这些包装类.jav ...
- LN : leetcode 494 Target Sum
lc 494 Target Sum 494 Target Sum You are given a list of non-negative integers, a1, a2, ..., an, and ...
- enum,sizeof,typedef
枚举类型的使用方法 enum是C语言中的一种自定义类型 enum值可以根据需要自定义整形值 第一个定义的enum值默认为0 默认情况下的enum值是在前一个定义值得基础上加1 enum类型的变量只能去 ...
- 关于<meta NAME="keywords" CONTENT="">
昨天终于以实习身份入职一家小创业公司,今天让我多看看别人的网页怎么写的,发现了一个以前都没关注过的东西. <meta name="keywords" content=&quo ...
- mysql 查询数据库参数命令
1.select @@tx_isolation; 查询数据库设置的事务隔离级别 2.desc table_name; 显示表设计 3.show create table table_name; ...