In [Zhang, Zujin; Yao, Zheng-an. 3D axisymmetric MHD system with regularity in the swirl component of the vorticity. Comput. Math. Appl. 73 (2017), no. 12, 2573--2580], we have obtained the following fine property of the convective terms of axisymmetric MHD system Let $u,v,w$ be smooth axisymmetric $\bbR^3$-valued functions. Then $$\bee\label{lem:me:equal} \bea &\quad\sum_{i,j,k=1}^3\p_ku_j\cdot \p_jv_i\cdot \p_kw_i\\ &=\frac{u^r}{r}\cdot \frac{v^r}{r}\cdot \frac{w^r}{r} +\frac{u^r}{r}\cdot \frac{v^\tt}{r}\cdot \frac{w^\tt}{r}\\ &\quad+\frac{u^\tt}{r}\cdot \p_rv^r\cdot \frac{w^\tt}{r} -\frac{u^\tt}{r}\cdot \p_rv^\tt\cdot \frac{w^r}{r}\\ &\quad+ \p_ru^\tt\cdot \frac{v^r}{r}\cdot\p_rw^\tt +\p_zu^\tt \cdot \frac{v^r}{r}\cdot \p_zw^\tt -\p_ru^\tt\cdot \frac{v^\tt}{r}\cdot \p_rw^r -\p_zu^\tt\cdot \frac{v^\tt}{r}\cdot \p_zw^r \\ &\quad +\p_ru^r\cdot \p_rv^r\cdot \p_rw^r +\p_ru^r\cdot \p_rv^\tt\cdot \p_rw^\tt +\p_ru^r\cdot \p_rv^z\cdot \p_rw^z\\ &\quad +\p_ru^z\cdot \p_zv^r\cdot \p_rw^r +\p_ru^z\cdot \p_zv^\tt\cdot \p_rw^\tt +\p_ru^z\cdot \p_zv^z\cdot \p_rw^z\\ &\quad +\p_zu^r\cdot \p_rv^r\cdot \p_zw^r +\p_zu^r\cdot \p_rv^\tt\cdot \p_zw^\tt +\p_zu^r\cdot \p_rv^z\cdot \p_zw^z\\ &\quad +\p_zu^z\cdot \p_zv^r\cdot \p_zw^r +\p_zu^z\cdot \p_zv^\tt\cdot \p_zw^\tt +\p_zu^z\cdot \p_zv^z\cdot \p_zw^z. \eea \eee$$ With this above fine property, we could be able to find a regularity criterion in terms of $\om^\tt$ and $j^\tt$. Moreover, using the governing equations of $j^\tt$: $$\bee\label{j_tt} \bea &\p_t j^\tt +u^r\p_rj^\tt+u^z\p_zj^\tt -\sex{\p_r^2+\p_z^2+\frac{1}{r}\p_r-\frac{1}{r^2}}j^\tt\\ &=b^r\p_r\om^\tt +b^z\p_z\om^\tt +(\p_ru^r-\p_zu^z)(\p_zb^r+\p_rb^z) -(\p_zu^r+\p_ru^z) (\p_rb^r-\p_zb^z), \eea \eee$$ we could show that if $$\bee\label{thm:me:om^tt} \om^\tt\in L^p(0,T;L^q(\bbR^3)),\quad\frac{2}{p} +\frac{3}{q}=2,\quad 2\leq q\leq 3, \eee$$ then the solution is smooth on $(0,T)$.

A fine property of the convective terms of axisymmetric MHD system, and a regularity criterion in terms of $\om^\tt$的更多相关文章

  1. A fine property of the non-empty countable dense-in-self set in the real line

    A fine property of the non-empty countable dense-in-self set in the real line   Zujin Zhang School o ...

  2. Collections of Zujin Zhang's Published works

    I am not good, but I shall do my best to be better. Any questions, please feel free to contact zhang ...

  3. Unsupervised Learning and Text Mining of Emotion Terms Using R

    Unsupervised learning refers to data science approaches that involve learning without a prior knowle ...

  4. property 与 attribute 的区别?

    一个是属性,用于存取类的字段,一个是特性,用来标识类,方法等的附加性质. 属性: class TimePeriod { private double seconds; public double Ho ...

  5. (七)solr7之Terms组件的使用

    (七)solr7之Terms组件的使用 Terms组件提供访问索引项的字段和每个词相匹配的文档数量. 这可以用于建立一个自动建议特性或任何其他的特性,而这个terms不是搜索或文档级别的水平.快速检索 ...

  6. Delphi Property详解

    http://anony3721.blog.163.com/blog/static/51197420107105132120/?ignoreua Property Keyword Defines co ...

  7. ElasticSearch搜索term和terms的区别

    今天同事使用ES查询印地语的文章.发现查询报错,查询语句和错误信息如下: 查询语句:{    "query":{        "bool":{         ...

  8. property配置

    之前把设备历史数据存储的时间周期存储在了数据库中,因为以下一些原因,我打算改写到property配置文件中 1.这个周期时间的配置没有单独放一个tabel中,导致现在设备类型越来越多,每次添加或者修改 ...

  9. 一)如何开始 ehcache ?

    官网地址 http://www.ehcache.org/ 从哪开始 第一步优先下载 http://www.ehcache.org/downloads/ 下载 Ehcache 2.10.0 .tar.g ...

随机推荐

  1. 【Python 05】Python开发环境搭建

    Python3安装和使用 1.安装 Python管方下载地址 选择Customize installation安装,并且勾选Add Python 3.X to PATH. 勾选Documentatio ...

  2. UVA - 11478 - Halum(二分+差分约束系统)

    Problem  UVA - 11478 - Halum Time Limit: 3000 mSec Problem Description You are given a directed grap ...

  3. centos查看系统信息命令

    1.cd - :返回上次所在的目录 2.查看系统版本 cat /etc/redhat-release 3.查看linux内核版本1)cat /proc/version 2) uname -a3) un ...

  4. 前端——JavaScript

    何谓JavaScript?它与Java有什么关系? JavaScript与HTML.CSS组合使用应用于前端开发,JavaScript是一门独立的语言,浏览器内置了JS的解释器.它除了和Java名字长 ...

  5. multiset的erase()操作中出现跳过元素的问题

    昨天,我写了一个multiset去重,让tt指向it的后面第一个元素,若重复则删除这2个元素,并令it=tt,it++:来使it指向tt的下一个元素(我想指向原it的后面第2个元素,并认为tt的下一个 ...

  6. Entity Framework Core系列之DbContext(添加)

    上一篇我们介绍了Entity Framework Core系列之DbContext,对DbContext有了概念上的了解,这篇将介绍DbContext添加数据 通过DbContext添加实体的主要方法 ...

  7. JS 数组去重的几种方式

    JS 常见的几种数组去重方法 一.最简单方法(indexOf 方法) 实现思路:新建一个数组,遍历要去重的数组,当值不在新数组的时候(indexOf 为 -1)就加入该新数组中: function u ...

  8. Jmeter二次开发代码(1)

    package org.apache.jmeter.functions; import java.util.Collection;import java.util.LinkedList;import ...

  9. php之swoole安装与基本使用

    扩展安装: 参考GitHub地址 安装: 1. 使用PHP官方的PECL工具安装 (初学者) pecl install swoole 2. 从源码编译安装 (推荐) git clone https:/ ...

  10. 五、Java多人博客系统-2.0版本-数据库设计

    数据库设计表如下:文章类别表.文章表.评论表.留言表. 文章列表表:存放文章类别,首页菜单生成也是从这个表取的. 文章表:存放文章标题.发表时间.内容等信息. 评论表:文章评论内容. 留言表:用户发表 ...