* 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的更多相关文章

  1. 代码的坏味道(6)——Switch声明(Switch Statements)

    坏味道--Switch声明(Switch Statements) 特征 你有一个复杂的 switch 语句或 if 序列语句. 问题原因 面向对象程序的一个最明显特征就是:少用 switch  和 c ...

  2. mysql二进制文件操作语法(mysql binary log operate statements)

    开启 binary logs 功能 在 mysql 配置文件中配置 log-bin,重启 mysql my.cnf (on Linux/unix) or my.ini (on Windows) 例子: ...

  3. Mapped Statements collection does not contain value fo

    Mapped Statements collection does not contain value for后面是什么类什么方法之类的: 错误原因有几种: 1.mapper.xml中没有加入name ...

  4. Raising Error Conditions with MySQL SIGNAL / RESIGNAL Statements

    http://www.mysqltutorial.org/mysql-signal-resignal/ Summary: in this tutorial, you will learn how to ...

  5. 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 ...

  6. 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 ...

  7. What is the difference between parameterized queries and prepared statements?

    Both parameterized queries and prepared statements are exactly the same thing. Prepared statement se ...

  8. [IR] Tolerant Retrieval & Spelling Correction & Language Model

    Dictionary不一定是个list,它可以是多种形式. 放弃Hash的原因: 通常,tree是比较适合的结构. From: http://www.cnblogs.com/v-July-v/arch ...

  9. Error querying database. Cause: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for …

    编译通过并且运行web成功后,访问的页面不需要连接数据库,不牵扯到反射调用实体类就不会报错, 报错内容如下: [WARNING] org.springframework.web.util.Nested ...

随机推荐

  1. STL<queue>的使用

    队列是一种基本的线性数据结构.它满足先进先出(First In ,First Out)的原则. 我们可以应用这种数据结构实现很多复杂的问题.但每次要手写队列的相关函数并不省事,我们便可以应用STL中的 ...

  2. TensorFlow多线程输入数据处理框架(二)——输入文件队列

    参考书 <TensorFlow:实战Google深度学习框架>(第2版) 一个简单的程序来生成样例数据. #!/usr/bin/env python # -*- coding: UTF-8 ...

  3. iOS UITableView reloadData 刷新结束后执行后续操作

    如果在reloadData后需要立即获取tableview的cell.高度,或者需要滚动tableview. 如果直接在reloadData后执行代码是有可能出问题的,比如indexPath为nil等 ...

  4. Web | 解决中文乱码

    设定文件的编码格式在head中添加 <head> <meta http-equiv="Content-Type" content="text/html; ...

  5. windows 异步通知I/O模型与重叠I/O模型

    一.异步IO模型(asynchronous IO) (1)什么是异步I/O 异步I/O(asynchronous I/O)由POSIX规范定义.演变成当前POSIX规范的各种早起标准所定义的实时函数中 ...

  6. Marriage Ceremonies LightOJ - 1011

    Marriage Ceremonies LightOJ - 1011 常规状压dp.popcount(S)表示S集合中元素数量.ans[S]表示S中的女性与前popcount(S)个男性结婚的最大收益 ...

  7. git简单使用方法

    跟远程库关联起来: http://www.cnblogs.com/Gabriel-Wei/p/6564102.html http://www.liaoxuefeng.com/wiki/00137395 ...

  8. JavaScript中简单排序总结

    JavaScript中简单排序总结 冒泡排序 经典排序算法, 双重for循环 在第二个for循环的时候, j < arr.len -1 -i , 这一步的优化很重要 function bullS ...

  9. 148 Sort List 链表上的归并排序和快速排序

    在使用O(n log n) 时间复杂度和常数级空间复杂度下,对链表进行排序. 详见:https://leetcode.com/problems/sort-list/description/ Java实 ...

  10. 【C#】为什么有可能会被多个线程修改的对象要加线程锁

    例1.不用线程锁的情况下,两个线程对同一个变量进行加减操作 static void Main(string[] args) { Counter counter = new Counter(); var ...