Source author record

Satori Tsuzuki

Satori Tsuzuki appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

3works
6topics
2close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

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

Published work

3 published item(s)

preprint2025arXiv

Band-Limited Equivalence of Convolution Operators and its Application to Filtered Vorticity Dynamics

In this study, we established a general theorem regarding the equivalence of convolution operators restricted to a finite spectral band. We demonstrated that two kernels with identical Fourier transforms over the resolved band act identically on all band-limited functions, even if their kernels differ outside the band. This property is significant in applied mathematics and computational physics, particularly in scenarios where measurements or simulations are spectrally truncated. As an application, we examine the proportionality relation $S(\boldsymbol {r}) \approx ζ\,ω(\boldsymbol{r})$ in filtered vorticity dynamics and clarify why real-space diagnostics can underestimate the spectral proportionality due to unobservable degrees of freedom. Our theoretical findings were supported by numerical illustrations using synthetic data.

preprint2020arXiv

DEMocritus: an open source framework for simulating slurry flows using an SDPD-DEM coupled model

This paper provides open-source code that works as a viscometer of particle-based simulations of three-dimensional fluid-particle interaction systems, targetting slurry or suspension flow in chemical engineering. The smoothed dissipative particle dynamics (SDPD), a fluid particle model developed for thermodynamic flow at mesoscale, is combined with the contact model of the discrete element method (DEM). The mechanics of fluid-particle interaction is modeled by a two-way interaction scheme using a drag-force model. We demonstrate our simulation code by several validation tests: simulations of reverse-Poiseuille flow, single-particle sedimentation, and a dam-breaking problem containing rigid particles, in reasonable calculation time. Our new open-source code is beneficial for scientists, researchers, and engineers in computational physics.

preprint2019arXiv

Auto-generation of a centerline graph from a geometrically complex roadmap of real-world traffic systems using a hierarchical quadtree for cellular automata simulations

This paper proposes a method of auto-generation of a centerline graph from a geometrically complex roadmap of real-world traffic systems by using a hierarchical quadtree for cellular automata simulations. Our method is summarized as follows. First, we store the binary values of the monochrome image of target roadmap (one and zero represent the road and the other areas, respectively) in the two-dimensional square map. Second, we recursively divide the square map into sub-leafs by a quadtree until the summed-up value of pixels included inside the leaf becomes equal to or less than one. Third, we gradually remove the distal leaves that are adjacent to the leaves whose depths are shallower than the distal leaf. After that, we trace the remaining distal leaves of the tree using Morton's space-filling curve, while selecting the leaves that keep a certain distance among the previously selected leaves as the nodes of the graph. Finally, each selected node searches the neighboring nodes and stores them as the edges of the graph. We demonstrate our method by generating a centerline graph from a complex roadmap of a real-world airport and by carrying out a typical network analysis using Dijkstra's method.