SearcharxivSearch

arXiv subjects

Shanfang Huang

Publications and source records attributed to Shanfang Huang.

4 recordsLinked to original sources

An Adjoint-Based Differentiable Physics Framework for Online Parameter Inversion in Closed-Brayton Gas-Cooled Reactor Digital Twins

Digital twins for advanced reactors must invert physical parameters online from noisy, partial sensor streams while the plant is rarely at steady state. Gradient-based inversion is the natural tool for this task, but the forward models in routine use are seldom differentiable end to end, so practitioners fall back on derivative-free filters. We present an end-to-end-differentiable digital twin of a closed-Brayton gas-cooled reactor that propagates reverse-mode automatic differentiation through an implicit differential-algebraic plant model, exposing exact parameter sensitivities. The twin drives an AD-Hessian incremental 4D-Var estimator, benchmarked against ensemble, unscented, and finite-difference variational baselines over a two-by-two matrix that crosses steady with transient excitation and full with partial observation. No single estimator wins everywhere: the unscented filter keeps its best-linear-unbiased advantage on the controlled steady-state corner, while the proposed estimator attains the lowest mean error on the reflector coefficient on the other three corners --- reaching \SI{0.43}{\percent} under transient full observation, roughly an order of magnitude below the unscented filter, and matching the ensemble filter at low-to-moderate noise on the combined transient-partial corner. Every estimator's variance sits within a small factor of the Cram\'er--Rao bound, so the residual error reflects a deterministic bias floor from the twin's differentiability simplifications rather than statistical inefficiency, and the advantage is one of robustness to the resulting multi-modal loss landscape, which a component ablation localises by regime. Differentiating a first-principles plant model thus makes gradient-based inversion competitive with established filters across a reactor's operating range.

eess.SY

jaxdae: A JAX-native Differentiable Solver for Differential-Algebraic Equations in Coupled Multi-physics

Many engineered models begin as partial differential equations. Spatial discretization converts them into ordinary differential equations coupled to algebraic constraints---conservation closures, constitutive laws, network topology---whose joint evolution is a differential-algebraic equation (DAE). Parameter inversion, uncertainty quantification, Bayesian inference, and optimal control all require gradients of this solve. The two software traditions that should supply them have not met: industrial acausal modeling tools simulate DAEs forward but stop at reverse-mode differentiation, while differentiable-physics frameworks in JAX handle explicit ODEs and PDEs but leave the algebraic-constraint layer untouched. Here we show that the forward DAE solve and its reverse-mode sensitivity can be unified in one JAX-native suite. jaxdae pairs adaptive BDF, Radau, and Rosenbrock integration with Pantelides index reduction and dummy derivatives, and makes the adaptive BDF path differentiable by freezing the accepted step grid and re-solving a variable-step BDF-2 on it for the backward pass. The full pipeline differentiates under one $\texttt{jax.grad}$ call, XLA fuses a batched parameter sweep into one program whose wall time stays nearly flat from batch~1 to~1000, and the DAE becomes a differentiable primitive for inference, control, and design.

cs.MS

Theoretical and Experimental Study on Heat Transfer Characteristics of Water Heat Pipe

Heat pipe is an efficient heat transfer element based on two-phase natural circulation, which has advantages of simple structure, strong heat transfer ability, and good isothermal performance. Heat pipes are widely used in heat transfer and other fields, and especially have important applications in nuclear engineering. One of its most important characteristics is the heat transfer limit. In this work, heat transfer limits are first reviewed, and the detailed calculation equations are presented. Then, a Matlab code to calculate heat transfer limits as well as the thermal conductance are provided. Second, an experimental setup for testing the heat transfer characteristics of heat pipes was developed, which could be used to measure the thermal conductance as well as the heat transfer limits. The calculated results show that, for water heat pipes, the capillary limit mainly affects heat transfer in low temperature conditions, while in high temperature conditions, boiling limit dominates. In addition, the experiment results show that the thermal conductance of the measured heat pipe is 7267 W/(m^2*K), which agrees with the calculation result.

physics.app-ph

Optimization and Simulation of Startup Control for Space Nuclear Power Systems with Closed Brayton Cycle based on NuHeXSys

This paper presents the development and optimization of a Space Nuclear Power System (SNPS) utilizing a helium-xenon gas-cooled Closed Brayton Cycle (CBC). A comprehensive dynamic system analysis code NuHeXSys (Nuclear Helium-Xenon Brayton Cycle Power System) was created, integrating non-ideal gas properties, a multi-channel thermal-hydraulic reactor core, and detailed turbo-machinery components. The innovation lies in parametrization of startup control sequence and application of an evolutionary algorithm (NSGA-II) to improve control performance, significantly reducing startup time and energy consumption. Model verification shows parameter deviations within 10%, confirming its accuracy. The optimized control strategy reduced startup time by 1260 seconds and lowered external energy demand by 17%, demonstrating improved efficiency and operational stability for deep space missions. This work provides a foundation for future advancements in optimizing space nuclear power systems.

eess.SY