---
title: Planar and Radial Flows in Astrophysics and Graphs
url: https://www.emergentmind.com/topics/planar-radial-flows
type: topic
---

# Planar and Radial Flows in Astrophysics and Graphs

Planar and radial flows constitute fundamental classes of transport phenomena in both physical systems (e.g., fluid and galaxy disks) and mathematical models (e.g., network flows on planar graphs). The term "planar flow" may refer to flows confined to a two-dimensional surface, while "radial flow" specifies outward or inward transport along radii from a center. In astrophysics, planar/radial flows mediate gas transport in galactic disks and directly impact chemical evolution. In applied mathematics and computer science, flows on planar graphs benefit from algorithmic properties and dualities that yield efficient solutions. The precise analysis of such flows combines observational, analytic, and computational methods.

## 1. Radial and Planar Flows in Astrophysical Disks

In the context of galactic disks, radial flows are driven by the conservation of mass and angular momentum, connecting cosmological accretion to in-plane motion. The disk is treated as a thin, rotating, axisymmetric structure characterized by a time-dependent gas surface density $\Sigma_g(R,t)$. The mass continuity equation, accounting for star formation and accretion, is
$$
\frac{\partial \Sigma_g}{\partial t} + \frac{1}{R} \frac{\partial}{\partial R} (R\,\Sigma_g\,u_R) = \dot\Sigma_{\mathrm{acc}} - \dot\Sigma_*
$$
where $u_R(R,t)$ is the radial gas velocity, $\dot\Sigma_{\mathrm{acc}}$ the local accretion rate per unit area, and $\dot\Sigma_*$ the SFR surface density [1510.04289, 1608.04668].

Angular momentum conservation imposes constraints on the decomposition of $\dot\Sigma_{\mathrm{eff}} \equiv \partial(\Sigma_g+\Sigma_*)/\partial t$ into direct accretion and radial inflow. For a mismatch parameter $\alpha(R,t) = 1 - v_{\mathrm{acc}}/v_{\mathrm{disc}}$ (flat rotation curve), the induced radial velocity is
$$
u_R(R,t) = -\alpha(R,t)\,R\,\frac{\dot\Sigma_{\mathrm{acc}}(R,t)}{\Sigma_g(R,t)}
$$
Typical values for the Milky Way (from chemical abundance constraints) have $\alpha \simeq 0.2$--$0.3$ ($v_{\mathrm{acc}}/v_{\mathrm{disc}} \simeq 0.7$--$0.8$), yielding $|u_R| \sim 0.1$–$1\ \mathrm{km\,s}^{-1}$ and producing radial metallicity gradients $d\log X/dR \simeq -0.04$ to $-0.06\,\mathrm{dex\,kpc}^{-1}$ in alignment with observations [1510.04289, 1608.04668].

## 2. Measurement and Properties of Radial Flows in Spiral Galaxies

Empirically, radial gas flows are constrained through kinematic modeling of neutral hydrogen (H I) velocity fields. Tilted-ring decomposition fits the observed data cube with parameters for center, systemic velocity, inclination, position angle, rotation velocity $V_{\mathrm{rot}}(R)$, and radial velocity $V_r(R)$. The line-of-sight velocity is modeled as
$$
V_{\mathrm{los}}(x, y) = V_{\mathrm{sys}} + [V_{\mathrm{rot}}(R)\cos\theta + V_r(R)\sin\theta]\sin i(R)
$$
Three-dimensional modeling (e.g., with 3D-BAROLO) differentiates true radial motions from disk warps by fitting $V_r$ using dedicated weighting schemes near the minor axis [2110.01618].

Across 54 local spirals, $V_r(R)$ is typically a few km/s (rarely exceeding 10 km/s) and lacks a systematic radial trend. Both inflows ($V_r<0$) and outflows ($V_r>0$) occur, often with sign changes within the same disk. Monte Carlo uncertainties per ring are $2$–$4\ \mathrm{km\,s}^{-1}$, making detections below $5\ \mathrm{km\,s}^{-1}$ uncertain [2110.01618].

## 3. Mass Flow Rates and Constraints on Star Formation

The net radial mass flux is given by
$$
\dot M_{\mathrm{HI}}(R) = 2\pi R \Sigma_{\mathrm{HI}}(R) V_r(R)
$$
with a correction for helium: total neutral gas $\dot M = 1.33\,\dot M_{\mathrm{HI}}$. The mean inflow rate outside the optical disk ($R_{25}$) is $\langle\dot M_{\mathrm{HI}}\rangle \simeq -0.3\,\pm\,0.9\,M_\odot~\text{yr}^{-1}$ ($-0.1$ median), and in the far H I outskirts, $-0.1\,\pm\,0.7\,M_\odot~\text{yr}^{-1}$. These are an order of magnitude below the typical star formation rate ($\sim 1.4\,M_\odot~\text{yr}^{-1}$). Only $2$–$3$ galaxies have radial inflows at or above the SFR ($1\sigma$ significance). Therefore, in-plane radial flows, as directly measured, cannot supply sufficient gas to sustain current SFRs in most local disks [2110.01618].

## 4. Algorithmic and Mathematical Aspects of Planar and Radial Flows

In mathematical and computational contexts, planar flows are central in the study of network flows and optimization on planar graphs. For an undirected planar graph with non-negative edge capacities, the minimum $s$-$t$ cut and the corresponding maximum flow are linked via the classical max-flow/min-cut theorem.

Planarity enables dual graph constructions: every $s$-$t$ cut corresponds to a simple cycle in the dual graph separating the dual faces of $s$ and $t$. This duality underpins efficient algorithms. For instance, minimum cut and maximum flow in undirected planar graphs can be computed in $O(n\log\log n)$ time, by leveraging $r$-divisions, dense boundary metrics, and divide-and-conquer on dual paths. Dynamic data structures achieve $O(n^{2/3}\log^3 n)$ update/query times for these problems [1011.2843].

## 5. Special Classes: Circular Flows in Planar Graphs

Beyond classical flow values, the concept of circular $a/b$-flows—flows constrained to take values in a discrete symmetric set—arises in the study of coloring and flows in graphs. For planar graphs, the Planar Circular Flow Conjecture posits that every $2k$-edge-connected planar graph admits a circular $(2+2/k)$-flow. Results show (i) every 10-edge-connected planar graph admits a circular $5/2$-flow (modulo 5-orientation), and (ii) every 16-edge-connected planar graph admits a circular $7/3$-flow (modulo 7-orientation). Proofs for these results operate via modulo-orientation reformulation and combine combinatorial techniques (weight functions, reducible configurations, discharging) without requiring extensive computational assistance. By planar duality, circular $a/b$-flows correspond to circular colorings of the dual graph. The existence and sharpness of such flows are tightly bound to planarity properties [1812.09833].

## 6. Analytical and Physical Models of Planar Radial Flows

In fluid dynamics, planar radial flows are sharply analyzable under axisymmetry, as in the braking of a vortex on a flat plate (e.g., tornado sole or vortex chamber outflow). The governing steady-state, axisymmetric radial momentum equation reads
$$
\frac{dp}{dr} + \frac{p}{r} = \rho\,u_r\,\frac{du_r}{dr} + \frac{C_f\,\rho\,u_r^2}{\delta(r)}
$$
with $u_r(r)$ the mean radial speed, $\delta(r)$ the wall flow thickness, and $C_f$ a skin-friction coefficient. For incompressible flows with $u_r(r)r=\text{const}$, the solution is expressible as
$$
p(r) = \frac{C_1}{r} + \frac{A}{r} + \frac{A\,B\,\ln r}{r}
$$
where $A$ and $B$ are determined by flow parameters, and $C_1$ is fixed by boundary conditions. Analogous closed forms exist for polytropic and isothermal flows, and cumulative force profiles can be explicitly calculated, giving insight into pressure distribution and engineering design of radial-flow devices (e.g., for steam–water cloud compression) [1304.4075].

## 7. Planar Curvature and Geometric Flows

In geometric analysis, planar (curve) flows include the evolution of closed curves under normal velocities that may depend linearly or nonlinearly on curvature. The Andrews–Bloore flow parametrizes normal velocity by $V_n = \alpha + \beta\kappa$; special cases include Eikonal and curve-shortening flows. For star-shaped curves, radial and curvature-critical points evolve via ODEs derived from the flow PDE. Computational schemes based on polar representation and spline approximation permit precise tracking of evolving shape descriptors under various flow types [2010.11169]. This formalism is distinct from mass-transport radial flows but shares foundational 2D geometry.

---

In sum, planar and radial flows provide a unifying framework, linking the physics of disks, the theory of flows on planar graphs, advanced algorithmic techniques, and geometric curve evolution. Their mathematical structure is robust against generalizations, while empirical studies in astrophysics reveal that observed radial motions, though ubiquitous, are systematically weaker than pure secular growth requires, implying the necessity of additional, non-steady modes of mass and angular momentum transport in disk systems [2110.01618, 1510.04289, 1608.04668].

Source: https://www.emergentmind.com/topics/planar-radial-flows