Researcher profile

Song Jiang

Song Jiang contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 21 - EmergingVerification L1Unclaimed author
8works
0followers
9topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Identity and collaboration

How to connect with this researcher

Claiming links this public author record to a researcher profile and unlocks direct collaboration workflows.

Log in to claim

Direct collaboration

Open a focused conversation when the fit is right

Claim this author entity first to unlock direct invitations.

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

8 published item(s)

preprint2026arXiv

On the global stability and large time behavior of solutions of the Boussinesq equations

We study the two dimensional viscous Boussinesq equations, which model stratified flows in a circular domain under the influence of a general gravitational potential $f$. First, we show that the Boussinesq equations admit steady-state solutions only in the form of hydrostatic equilibria, $(\mathbf{u},ρ,p) = (0, ρ_s, p_s)$, where the pressure gradient satisfies $\nabla p_s = -ρ_s \nabla f$. Moreover, the relation between $ρ_s$ and $f$ is constrained by $(\partial_y ρ_s, -\partial_x ρ_s) \cdot (\partial_x f, \partial_y f) = 0$, which allows us to write $\nabla ρ_s = h(x,y) \nabla f$ for some scalar function $h(x,y)$. Second, we prove that any hydrostatic equilibrium $(0, ρ_s, p_s)$ is linearly unstable if $h(x_0, y_0) > 0$ at some point $(x, y) = (x_0, y_0)$. This instability coincides with the classical Rayleigh--Taylor instability. Third, by employing a series of regularity estimates, we reveal that although the presence of the Rayleigh--Taylor instability makes perturbations around the unstable equilibrium grow exponentially in time, the system ultimately converges to a state of hydrostatic equilibrium. The analysis is carried out for perturbations about an arbitrary hydrostatic equilibrium, covering both stable and unstable configurations. Finally, we derive a necessary and sufficient condition on the initial density perturbation under which the density converges to a profile of the form $-γf + β$ with constants $γ, β> 0$. This result underscores the system's inherent tendency to settle into a hydrostatic state, even in the presence of Rayleigh--Taylor instability.

preprint2022arXiv

Length-independent quantum transport through topological band states of graphene nanoribbons

Atomically precise graphene nanoribbons (GNRs) have emerged as promising candidates for nanoelectronic applications due to their widely tunable energy band gaps resulting from lateral quantum confinement and edge effects. Here we report on the electronic transport characterization of an edge-modified GNR suspended between the tip of a scanning tunneling microscope (STM) and a Au(111) substrate. Differential conductance measurements on this metal-GNR-metal junction reveal loss-less transport properties (inverse decay length $β< 0.001 /\overset{\circ}{\mathrm{A}}$) with high conductance ($\sim 0.1$ G$_0$) at low voltages (50 meV) over long distances ($z > 10$ nm). The transport behavior is sensitive to the coupling between ribbon and electrodes, an effect that is rationalized using tight-binding and density functional theory simulations. From extensive modelling we infer that the length-independent transport is a manifestation of band transport through topological valence states, which originate from the zigzag segments on the GNR edges.

preprint2022arXiv

On Inhibition of Rayleigh--Taylor Instability by a Horizontal Magnetic Field in Non-resistive MHD Fluids: the Viscous Case

It is still open whether the phenomenon of inhibition of Rayleigh--Taylor (RT) instability by a horizontal magnetic field can be mathematically verified for a non-resistive \emph{viscous} magnetohydrodynamic (MHD) fluid in a two-dimensional (2D) horizontal slab domain, since it was roughly proved in the linearized case by Wang in \cite{WYC}. In this paper, we prove such inhibition phenomenon by the (nonlinear) inhomogeneous, incompressible, \emph{viscous case} with \emph{Navier (slip) boundary condition}. More precisely, we show that there is a critical number of field strength $m_{\mm{C}}$, such that if the strength $|m|$ of a horizontal magnetic field is bigger than $m_{\mm{C}}$, then the small perturbation solution around the magnetic RT equilibrium state is {algebraically} stable in time. In addition, we also provide a nonlinear instability result for the case $|m|\in[0, m_{\mm{C}})$. The instability result presents that a horizontal magnetic field can not inhibit the RT instability, if it&#39;s strength is too small.

preprint2022arXiv

Relational Message Passing for Fully Inductive Knowledge Graph Completion

In knowledge graph completion (KGC), predicting triples involving emerging entities and/or relations, which are unseen when the KG embeddings are learned, has become a critical challenge. Subgraph reasoning with message passing is a promising and popular solution. Some recent methods have achieved good performance, but they (i) usually can only predict triples involving unseen entities alone, failing to address more realistic fully inductive situations with both unseen entities and unseen relations, and (ii) often conduct message passing over the entities with the relation patterns not fully utilized. In this study, we propose a new method named RMPI which uses a novel Relational Message Passing network for fully Inductive KGC. It passes messages directly between relations to make full use of the relation patterns for subgraph reasoning with new techniques on graph transformation, graph pruning, relation-aware neighborhood attention, addressing empty subgraphs, etc., and can utilize the relation semantics defined in the ontological schema of KG. Extensive evaluation on multiple benchmarks has shown the effectiveness of techniques involved in RMPI and its better performance compared with the existing methods that support fully inductive KGC. RMPI is also comparable to the state-of-the-art partially inductive KGC methods with very promising results achieved. Our codes and data are available at https://github.com/zjukg/RMPI.

preprint2021arXiv

Asymptotic Behaviors of Global Solutions to the Two-Dimensional Non-resistive MHD Equations with Large Initial Perturbations

This paper is concerned with the asymptotic behaviors of global strong solutions to the incompressible non-resistive viscous magnetohydrodynamic (MHD) equations with large initial perturbations in two-dimensional periodic domains in Lagrangian coordinates. First, motivated by the odevity conditions imposed in [Arch. Ration. Mech. Anal. 227 (2018), 637--662], we prove the existence and uniqueness of strong solutions under some class of large initial perturbations, where the strength of impressive magnetic fields depends increasingly on the $H^2$-norm of the initial perturbation values of both velocity and magnetic field. Then, we establish time-decay rates of strong solutions. Moreover, we find that $H^2$-norm of the velocity decays faster than the perturbed magnetic field. Finally, by developing some new analysis techniques, we show that the strong solution convergence in a rate of the field strength to the solution of the corresponding linearized problem as the strength of the impressive magnetic field goes to infinity. In addition, an extension of similar results to the corresponding inviscid case with damping is presented.

preprint2021arXiv

REMIX: Efficient Range Query for LSM-trees

LSM-tree based key-value (KV) stores organize data in a multi-level structure for high-speed writes. Range queries on traditional LSM-trees must seek and sort-merge data from multiple table files on the fly, which is expensive and often leads to mediocre read performance. To improve range query efficiency on LSM-trees, we introduce a space-efficient KV index data structure, named REMIX, that records a globally sorted view of KV data spanning multiple table files. A range query on multiple REMIX-indexed data files can quickly locate the target key using a binary search, and retrieve subsequent keys in sorted order without key comparisons. We build RemixDB, an LSM-tree based KV-store that adopts a write-efficient compaction strategy and employs REMIXes for fast point and range queries. Experimental results show that REMIXes can substantially improve range query performance in a write-optimized LSM-tree based KV-store.

preprint2020arXiv

Strong Solutions of the Equations for Viscoelastic Fluids in Some Classes of Large Data

We study the existence and uniqueness of global strong solutions to the equations of an incompressible viscoelastic fluid in a spatially periodic domain, and show that a unique strong solution exists globally in time if the initial deformation and velocity are small for the given physical parameters. In particular, the initial velocity can be large for the large elasticity coefficient. The result of this paper mathematically verifies that the elasticity can prevent the formation of singularities of strong solutions with large initial velocity, thus playing a similar role to viscosity in preventing the formation of singularities in viscous flows. Moreover, for given initial velocity perturbation and zero initial deformation around the rest state, we find, as the elasticity coefficient or time go to infinity, that (1) any straight line segment $l^0$ consisted of fluid particles in the rest state, after being bent by a velocity perturbation, will turn into a straight line segment that is parallel to $l^0$ and has the same length as $l^0$. (2) the motion of the viscoelastic fluid can be approximated by a linear pressureless motion in Lagrangian coordinates, even when the initial velocity is large. Moreover, the above mentioned phenomena can also be found in the corresponding compressible fluid case.

preprint2019arXiv

An Efficient High-Order Gas-Kinetic Scheme (I): Euler equations

In this paper, an efficient high-order gas-kinetic scheme (EHGKS) is proposed to solve the Euler equations for compressible flows. We re-investigate the underlying mechanism of the high-order gas-kinetic scheme (HGKS) and find a new strategy to improve its efficiency. The main idea of the new scheme contains two parts. Firstly, inspired by the state-of-art simplifications on the third-order HGKS, we extend the HGKS to the case of arbitrary high-order accuracy and eliminate its unnecessary high-order dissipation terms. Secondly, instead of computing the derivatives of particle distribution function and their complex moments, we introduce a Lax-Wendroff procedure to compute the high-order derivatives of macroscopic quantities directly. The new scheme takes advantage of both HGKS and the Lax-Wendroff procedure, so that it can be easily extended to the case of arbitrary high-order accuracy with practical significance. Typical numerical tests are carried out by EHGKS, with the third, fifth and seventh-order accuracy. The presence of good resolution on the discontinuities and flow details, together with the optimal CFL numbers, validates the high accuracy and strong robustness of EHGKS. To compare the efficiency, we present the results computed by the EHGKS, the original HGKS and Runge-Kutta-WENO-GKS. This further demonstrates the advantages of EHGKS.