It is encouraging that you took the initiative to write this journal manuscript, but it needs a lot of work as I am afraid that in its current form it is likely to be rejected. Besides the style that needs fixing, my main concern is the claim that the CFD gives more credibility the BEM-Park model, which is not correct according to Fig 7. This may be fixed by the following steps:
1. Numerical methods:
Eqs (1) to (6) are not numerical methods but definitions. They should appear under Section 2, where you should also add the definition of C_P for the dual rotor (you can join expressions together to reduce the number of equations, e.g. the definitions of dual rotor TSRS are all in one equation separated by commas). Instead there should be a description on the BEM-Park model with an explicit expression of the velocity deficit in Park's model under numerical method. Such description appears in your PhD thesis and you can use it as it is not a journal publication. The CFD paragraph can be broken to 2-3 paragraphs and must also include a paragraph how the dual rotor configuration is modelled.
2 Grid convergence:
You should also show convergence in C_P (coefficient of power). It can be for a certain TSR.
3 Single rotor case:
What is the C_P for TI=15%? If it is much reduced, it can explain the better velocity recovery behind the rotor. You should look for a ref where they also got reduced C_P from RANS as compared to other results when the blade is mostly in stall in order to better support the reduced C_P from RANS at theta_T=-2 degs.
4 Dual rotor case:
Fig 7 is a mess. I do not understand the short lines from RANS. Are they for dual rotor where the front rotor is at theta_T=2 degs and the rear rotor is at theta_T=-2 degs? If yes, then something is very wrong with the RANS calculation, because by Fig 6a RANS gives positive C_P for the rear rotor when TSR<6. In IJET paper the front rotor's C_P line was added to the graph of the dual rotor C_P lines in order to show the benefit of using a dual rotor configuration. You can use the same approach for Fig 7 or even better and just show the lines for a dual rotor configuration. The IJET BEM-Park results are for dual rotor with the same RPM (front and rear) which means the same TSR if normalised by the free stream velocity U_infinity or the same TSR which means the TSRs of Eq (4) and (5) for the front and rear rotors respectively.
5 Park wake model evaluation:
By Fig 9(b) it seems that TI=15% case fits pretty well the Park model with k=0.04 (unlike what is written in the text). Can't we get a new k to fit the line of TI=1% and repeat the calculation of BEM-Park model? It will also be of great interest to see the radial distribution of the velocity recovery, i.e. to integrate the velocity over the azimuthal direction. That can be incorporated into the BEM model in a future calculation
6. Journal:
I saw that you used Elsevier LaTeX format. What journal do you have in mind?
7. Authors:
I saw that you added Jiahuan as a author which is fine. However, please note that SEMS regulations require a SEMS academic to be a corresponding author (there can be more than one corresponding author) particularly when SEMS has put some funding into the project, unless there is a unique reason not to. My further specific comments are in the attached.

Feedback on Ch5 paper based on CFD-RANS的更多相关文章

  1. Data of Ch5 --Dual rotor

    * Results *Conclusion*- little effect of rear rotor on Cp_1- Cp1 is independent of TI** TI effect on ...

  2. {ICIP2014}{收录论文列表}

    This article come from HEREARS-L1: Learning Tuesday 10:30–12:30; Oral Session; Room: Leonard de Vinc ...

  3. Convert BSpline Curve to Arc Spline in OpenCASCADE

    Convert BSpline Curve to Arc Spline in OpenCASCADE eryar@163.com Abstract. The paper based on OpenCA ...

  4. 【转】关于KDD Cup '99 数据集的警告,希望从事相关工作的伙伴注意

    Features From: Terry Brugger Date: 15 Sep 2007 Subject: KDD Cup '99 dataset (Network Intrusion) cons ...

  5. [转载]bigtable 中文版

    转载厦门大学林子雨老师的译文 原文: http://dblab.xmu.edu.cn/post/google-bigtable/ Google Bigtable (中文版) 林子雨2012-05-08 ...

  6. 谷歌三大核心技术(三)Google BigTable中文版

    谷歌三大核心技术(三)Google BigTable中文版 Bigtable:一个分布式的结构化数据存储系统 译者:alex 摘要 Bigtable是一个分布式的结构化数据存储系统,它被设计用来处理海 ...

  7. Google Bigtable (中文版)

    http://dblab.xmu.edu.cn/post/google-bigtable/ Abstract BigTable是一个分布式存储系统,它可以支持扩展到很大尺寸的数据:PB级别的数据,包含 ...

  8. 【论文笔记】Social Role-Aware Emotion Contagion in Image Social Networks

    Social Role-Aware Emotion Contagion in Image Social Networks 社会角色意识情绪在形象社交网络中的传染 1.摘要: 心理学理论认为,情绪代表了 ...

  9. googleBigTable

    Bigtable是一个分布式的结构化数据存储系统,它被设计用来处理海量数据:通常是分布在数千台普通服务器上的PB级的数据.Google的很多项目使用Bigtable存储数据,包括Web索引.Googl ...

随机推荐

  1. Luogu P4889 kls与flag 【思维/排序】By cellur925

    题目传送门 这题真的一点也不难qwq.只要想出来就没有什么代码难度的qwq. 每个竹竿只可能向左倒或向右倒,把这两种情况都存在数组中,将数组排序,就可以知道最后落在同一位置的有多少竹竿.就可以知道落在 ...

  2. Docker部署Tomcat,Nginx,Redis应用

    一.tomcat部署 1.拉取tomcat镜像 docker pull tomcat:7-jre7 2创建tomcat容器 创建容器用于部署单点登录系统(CAS)  -p表示地址映射 docker r ...

  3. 洛谷 P2672 推销员

    题目传送门 解题思路: 我们会发现本题有一个特性,就是如果我们走到一个更远的地方,那么近的地方距离原点的距离我们可以忽略. 本题要求最大的疲劳值,所以我们需要排序,第一个想到堆,反正我是先想到堆. 然 ...

  4. Appium问题记录

    1.Appium 提示覆盖安装Appium Android Input Manager for Unicode 问题 安卓手机在新版本中Appium 总是提示覆盖安装Appium Android In ...

  5. Python递归实现遍历目录

    import os filePath = "/Users/busensei/wzy/filePath/" def read(filePath, n): it = os.listdi ...

  6. HDU2586(tarjanLCA板子)

    ; int T, n, m; int f[maxn], vis[maxn], dis[maxn], ans[maxn]; vector<P> vc[maxn]; vector<int ...

  7. The Specials Menu LightOJ - 1025

    The Specials Menu LightOJ - 1025 题意:在给定的字符串中删去一些字符,使其成为回文串(不能全部都删).求方案数. 方法:常规的区间dp.ans[i][j]表示在i到j的 ...

  8. 树状数组+二分||线段树 HDOJ 5493 Queue

    题目传送门 题意:已知每个人的独一无二的身高以及排在他前面或者后面比他高的人数,问身高字典序最小的排法 分析:首先对身高从矮到高排序,那么可以知道每个人有多少人的身高比他高,那么取较小值(k[i], ...

  9. EOJ Monthly

    ###2018.10 A.oxx 的小姐姐们 oxx 和他的小姐姐(们)躺在图书馆前的大草坪上看星星. 有强迫症的 oxx 想要使得他的小姐姐们正好躺成一块 n×m 的长方形. 已知小姐姐的形状是 1 ...

  10. Python+selenium定位不到元素的问题及解决方案

    在操作过程中主要遇到两种阻塞的问题,总结如下: 1.页面中有iframe,定位元素时,需要用switch_to.frame()转换到元素所在的frame上再去定位 2.遇到一种新情况,有些按钮在htm ...