A fine property of the convective terms of axisymmetric MHD system, and a regularity criterion in terms of $\om^\tt$
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$的更多相关文章
- 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 ...
- 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 ...
- Unsupervised Learning and Text Mining of Emotion Terms Using R
Unsupervised learning refers to data science approaches that involve learning without a prior knowle ...
- property 与 attribute 的区别?
一个是属性,用于存取类的字段,一个是特性,用来标识类,方法等的附加性质. 属性: class TimePeriod { private double seconds; public double Ho ...
- (七)solr7之Terms组件的使用
(七)solr7之Terms组件的使用 Terms组件提供访问索引项的字段和每个词相匹配的文档数量. 这可以用于建立一个自动建议特性或任何其他的特性,而这个terms不是搜索或文档级别的水平.快速检索 ...
- Delphi Property详解
http://anony3721.blog.163.com/blog/static/51197420107105132120/?ignoreua Property Keyword Defines co ...
- ElasticSearch搜索term和terms的区别
今天同事使用ES查询印地语的文章.发现查询报错,查询语句和错误信息如下: 查询语句:{ "query":{ "bool":{ ...
- property配置
之前把设备历史数据存储的时间周期存储在了数据库中,因为以下一些原因,我打算改写到property配置文件中 1.这个周期时间的配置没有单独放一个tabel中,导致现在设备类型越来越多,每次添加或者修改 ...
- 一)如何开始 ehcache ?
官网地址 http://www.ehcache.org/ 从哪开始 第一步优先下载 http://www.ehcache.org/downloads/ 下载 Ehcache 2.10.0 .tar.g ...
随机推荐
- git冲突解决办法合集
一 换行符CRLF错误解决办法 1 错误产生原因 不同的操作系统使用的换行符是不一样的. unix/linux使用的是LF,max后期也采用了LF,但在windows一直采用的CRLF(回车)换行符. ...
- vue 首页问题
(现在其实处于不知道自己不知道状态,前端其实很多东东,不信弄个微博试试,还有那些概念的to thi tha) 1.压缩 一般 vue-cli已经压缩了 比如js 的,一般4M多压缩到 1M,还有css ...
- Spring的单例模式底层实现
http://blog.csdn.net/cs408/article/details/48982085
- SQL LCASE() 函数
LCASE() 函数 LCASE 函数把字段的值转换为小写. SQL LCASE() 语法 SELECT LCASE(column_name) FROM table_name SQL LCASE() ...
- windows service承载的web api宿主搭建(Microsoft.Owin+service)
今天突然想起改良一下以前搭建的“windows service承载的web api”服务,以前也是直接引用的类库,没有使用nuget包,时隔几年应该很旧版本了吧.所以本次把需要nuget获取的包记录一 ...
- 【学习总结】GirlsInAI ML-diary day-12-for循环
[学习总结]GirlsInAI ML-diary 总 原博github链接-day12 认识for循环执行 ps: range()函数 python range() 函数可创建一个整数列表,一般用在 ...
- Django标签和过滤器
过滤器格式{{ }} 标签格式{% %} 模板中过滤器filter只能使用一个参数,自定义标签中则可以使用多个参数!!! 过滤器能够采用链式的方式使用,例如:{{ text | escape | ...
- python之旅十【第十篇】paramiko模块
paramiko模块介绍 ssh的远程连接 基于用户名密码的连接 import paramiko # 创建SSH对象 ssh = paramiko.SSHClient() # 允许连接不在know_h ...
- python发送smtp 邮件 图片
#-*- coding: utf-8 -*- # python2 import os import time import random import smtplib from time import ...
- 【BZOJ5502】[GXOI/GZOI2019]与或和(单调栈)
[BZOJ5502][GXOI/GZOI2019]与或和(单调栈) 题面 BZOJ 洛谷 题解 看到位运算就直接拆位,于是问题变成了求有多少个全\(0\)子矩阵和有多少个全\(1\)子矩阵. 这两个操 ...