Researcher profile

Kohji Yoshikawa

Kohji Yoshikawa contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 21 - Emerging
17works
0followers
5topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

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

17 published item(s)

preprint2016arXiv

Cosmology with the Square Kilometre Array by SKA-Japan

In the past several decades, the standard cosmological model has been established and its parameters have been measured to a high precision, while there are still many of the fundamental questions in cosmology; such as the physics in the very early Universe, the origin of the cosmic acceleration and the nature of the dark matter. The future world's largest radio telescope, Square Kilometre Array (SKA), will be able to open the new frontier of cosmology and will be one of the most powerful tools for cosmology in the next decade. The cosmological surveys conducted by the SKA would have the potential not only to answer these fundamental questions but also deliver the precision cosmology. In this article we briefly review the role of the SKA from the view point of the modern cosmology. The cosmology science led by the SKA-Japan Consortium (SKA-JP) Cosmology Science Working Group is also discussed.

preprint2015arXiv

A new ray-tracing scheme for 3D diffuse radiation transfer on highly parallel architectures

We present a new numerical scheme to solve the transfer of diffuse radiation on three-dimensional mesh grids which is efficient on processors with highly parallel architecture such as recently popular GPUs and CPUs with multi- and many-core architectures. The scheme is based on the ray-tracing method and the computational cost is proportional to $N_{\rm m}^{5/3}$ where $N_{\rm m}$ is the number of mesh grids, and is devised to compute the radiation transfer along each light-ray completely in parallel with appropriate grouping of the light-rays. We find that the performance of our scheme scales well with the number of adopted CPU cores and GPUs, and also that our scheme is nicely parallelized on a multi-node system by adopting the multiple wave front scheme, and the performance scales well with the amount of the computational resources. As numerical tests to validate our scheme and to give a physical criterion for the angular resolution of our ray-tracing scheme, we perform several numerical simulations of the photo-ionization of neutral hydrogen gas by ionizing radiation sources without the "on-the-spot" approximation, in which the transfer of diffuse radiation by radiative recombination is incorporated in a self-consistent manner.

preprint2012arXiv

Direct Integration of the Collisionless Boltzmann Equation in Six-dimensional Phase Space: Self-gravitating Systems

We present a scheme for numerical simulations of collisionless self-gravitating systems which directly integrates the Vlasov--Poisson equations in six-dimensional phase space. By the results from a suite of large-scale numerical simulations, we demonstrate that the present scheme can simulate collisionless self-gravitating systems properly. The integration scheme is based on the positive flux conservation method recently developed in plasma physics. We test the accuracy of our code by performing several test calculations including the stability of King spheres, the gravitational instability and the Landau damping. We show that the mass and the energy are accurately conserved for all the test cases we study. The results are in good agreement with linear theory predictions and/or analytic solutions. The distribution function keeps the property of positivity and remains non-oscillatory. The largest simulations are run on 64^6 grids. The computation speed scales well with the number of processors, and thus our code performs efficiently on massively parallel supercomputers.

preprint2012arXiv

Phantom-GRAPE: numerical software library to accelerate collisionless $N$-body simulation with SIMD instruction set on x86 architecture

(Abridged) We have developed a numerical software library for collisionless N-body simulations named "Phantom-GRAPE" which highly accelerates force calculations among particles by use of a new SIMD instruction set extension to the x86 architecture, AVX, an enhanced version of SSE. In our library, not only the Newton's forces, but also central forces with an arbitrary shape f(r), which has a finite cutoff radius r_cut (i.e. f(r)=0 at r>r_cut), can be quickly computed. Using an Intel Core i7--2600 processor, we measure the performance of our library for both the forces. In the case of Newton's forces, we achieve 2 x 10^9 interactions per second with 1 processor core, which is 20 times higher than the performance of an implementation without any explicit use of SIMD instructions, and 2 times than that with the SSE instructions. With 4 processor cores, we obtain the performance of 8 x 10^9 interactions per second. In the case of the arbitrarily shaped forces, we can calculate 1 x 10^9 and 4 x 10^9 interactions per second with 1 and 4 processor cores, respectively. The performance with 1 processor core is 6 times and 2 times higher than those of the implementations without any use of SIMD instructions and with the SSE instructions. These performances depend weakly on the number of particles. It is good contrast with the fact that the performance of force calculations accelerated by GPUs depends strongly on the number of particles. Substantially weak dependence of the performance on the number of particles is suitable to collisionless N-body simulations, since these simulations are usually performed with sophisticated N-body solvers such as Tree- and TreePM-methods combined with an individual timestep scheme. Collisionless N-body simulations accelerated with our library have significant advantage over those accelerated by GPUs, especially on massively parallel environments.

preprint2011arXiv

ARGOT: Accelerated radiative transfer on grids using oct-tree

We present two types of numerical prescriptions that accelerate the radiative transfer calculation around point sources within a three-dimensional Cartesian grid by using the oct-tree structure for the distribution of radiation sources. In one prescription, distant radiation sources are grouped as a bright extended source when the group's angular size, $θ_{\rm s}$, is smaller than a critical value, $θ_{\rm crit}$, and radiative transfer is solved on supermeshes whose angular sizes are similar to that of the group of sources. The supermesh structure is constructed by coarse-graining the mesh structure. With this method, the computational time scales with $N_{\rm m} \log(N_{\rm m}) \log(N_{\rm s})$ where $N_{\rm m}$ and $N_{\rm s}$ are the number of meshes and that of radiation sources, respectively. While this method is very efficient, it inevitably overestimates the optical depth when a group of sources acts as an extended powerful radiation source and affects distant meshes. In the other prescription, a distant group of sources is treated as a bright point source ignoring the spatial extent of the group and the radiative transfer is solved on the meshes rather than the supermeshes. This prescription is simply a grid-based version of {\scriptsize START} by Hasegawa & Umemura and yields better results in general with slightly more computational cost ($\propto N_{\rm m}^{4/3} \log(N_{\rm s})$) than the supermesh prescription. Our methods can easily be implemented to any grid-based hydrodynamic codes and are well-suited to the adaptive mesh refinement methods.

preprint2011arXiv

N-body simulation for self-gravitating collisional systems with a new SIMD instruction set extension to the x86 architecture, Advanced Vector eXtensions

We present a high-performance N-body code for self-gravitating collisional systems accelerated with the aid of a new SIMD instruction set extension of the x86 architecture: Advanced Vector eXtensions (AVX), an enhanced version of the Streaming SIMD Extensions (SSE). With one processor core of Intel Core i7-2600 processor (8 MB cache and 3.40 GHz) based on Sandy Bridge micro-architecture, we implemented a fourth-order Hermite scheme with individual timestep scheme (Makino and Aarseth, 1992), and achieved the performance of 20 giga floating point number operations per second (GFLOPS) for double-precision accuracy, which is two times and five times higher than that of the previously developed code implemented with the SSE instructions (Nitadori et al., 2006b), and that of a code implemented without any explicit use of SIMD instructions with the same processor core, respectively. We have parallelized the code by using so-called NINJA scheme (Nitadori et al., 2006a), and achieved 90 GFLOPS for a system containing more than N = 8192 particles with 8 MPI processes on four cores. We expect to achieve about 10 tera FLOPS (TFLOPS) for a self-gravitating collisional system with N 105 on massively parallel systems with at most 800 cores with Sandy Bridge micro-architecture. This performance will be comparable to that of Graphic Processing Unit (GPU) cluster systems, such as the one with about 200 Tesla C1070 GPUs (Spurzem et al., 2010). This paper offers an alternative to collisional N-body simulations with GRAPEs and GPUs.

preprint2011arXiv

Non-Equilibrium Ionization State and Two-Temperature Structure in the Bullet Cluster 1E0657-56

We investigate a non-equilibrium ionization state and an electron-ion two-temperature structure of the intracluster medium in the merging galaxy cluster, 1E0657-56 (the Bullet cluster), using a series of N-body and hydrodynamic simulations. We find that the electron temperature at the shock layer associated with the X-ray sub peak (bullet) is quite different depending on the thermal relaxation model between electrons and ions; ~25 keV for the Coulomb thermal relaxation model and ~45 keV for the instantaneous thermal relaxation model in the simulations which reproduce the observed X-ray morphology. Furthermore, both of Fe xxv and Fe xxvi are overabundant compared with the ionization equilibrium state around the shock layer, and thus, the intensity ratio between Fe xxv and Fe xxvi K alpha lines are significantly altered from that in the ionization equilibrium state. We also carry out the simulations with various sets of merger parameters, and discuss a possible range of the non-equilibrium effects in this system. Our results could be tested with future X-ray observations such as Astro-H with better sensitivity in high energy band.

preprint2010arXiv

Hydrodynamic Simulations of Merging Galaxy Clusters: Non-Equilibrium Ionization State and Two-Temperature Structure

We investigate a non-equilibrium ionization state and an electron-ion two-temperature structure of the intracluster medium (ICM) in merging galaxy clusters using a series of N-body and hydrodynamic simulations. Mergers with various sets of mass ratios and impact parameters are systematically investigated, and it is found that, in most cases, ICM significantly departs from the ionization equilibrium state at the shock layers with a Mach number of ~1.5-2.0 in the outskirts of the clusters, and the shock layers with a Mach number of ~2-4 in front of the ICM cores. Accordingly, the intensity ratio between Fe xxv and Fe xxvi K alpha line emissions is significantly altered from that in the ionization equilibrium state. If the effect of the two-temperature structure of ICM is incorporated, the electron temperature is ~10-20 % and ~30-50 % lower than the mean temperature of ICM at the shock layers in the outskirts and in front of the ICM cores, respectively, and the deviation from the ionization equilibrium state becomes larger. We also address the dependence of the intensity ratio on the viewing angle with respect to the merging plane.

preprint2008arXiv

Modeling Nonlinear Evolution of Baryon Acoustic Oscillations: Convergence Regime of N-body Simulations and Analytic Models

We use a series of cosmological N-body simulations and various analytic models to study the evolution of the matter power spectrum in real space in a ΛCold Dark Matter universe. We compare the results of N-body simulations against three analytical model predictions; standard perturbation theory, renormalized perturbation theory, and the closure approximation. We include the effects from finite simulation box size in the comparison. We determine the values of the maximum wavenumbers, k^{lim}_{1%} and k^{lim}_{3%}, below which the analytic models and the simulation results agree to within 1 and 3 percent, respectively. We then provide a simple empirical function which describes the convergence regime determined by comparison between our simulations and the analytical models. We find that if we use the Fourier modes within the convergence regime alone, the characteristic scale of baryon acoustic oscillations can be determined within 1% accuracy from future surveys with a volume of a few h^{-3}Gpc^3 at z\sim1 or z\sim3 in the absence of any systematic distortion of the power spectrum.

preprint2008arXiv

Non-Equilibrium Ionization State and Two-Temperature Structure in the Linked Region of Abell 399/401

We investigate a non-equilibrium ionization state and two-temperature structure of the intracluster medium in the linked region of Abell 399/401, using a series of N-body + SPH simulations, and find that there exist significant shock layers at the edge of the linked region, and that the ionization state of iron departs from the ionization equilibrium state at the shock layers and around the center of the linked region. As for the two-temperature structure, an obvious difference of temperature between electrons and ions is found in the edge of the linked regions. K alpha line emissions of Fe xxiv and Fe xxv are not severely affected by the deviation from the ionization equilibrium state around the center of the linked region, suggesting that the detection of relatively high metallicity in this area cannot be ascribed to the non-equilibrium ionization state of the intracluster medium. On the other hand, the K alpha emissions are significantly deviated from the equilibrium values at the shock layers, and the intensity ratio of K alpha lines between Fe xxiv-xxv and Fe xxvi is found to be significantly altered from that in the ionization equilibrium state.

preprint2006arXiv

Non-equilibrium Ionization State of Warm-Hot Intergalactic Medium

Time evolution of the ionization state of metals in the cosmic baryons is investigated in a cosmological context without the assumption of ionization equilibrium. We find that a significant fraction of ionized oxygen ions (OVII and OVIII) in the warm-hot intergalactic medium (WHIM) is not in the ionization equilibrium state at a redshift of z~0. We also investigate the effect on the detectability and observables of WHIM as a consequence of such deviation from ionization equilibrium. It is found that the detectability of WHIM is not altered very much both through its emission and absorption signatures, but line ratios between OVII and OVIII are significantly different from those in the ionization equilibrium state.

preprint2006arXiv

Soft X-ray Transmission Spectroscopy of Warm/Hot Intergalactic Medium with XEUS

We discuss the detectability of Warm/Hot Intergalactic medium (WHIM) via the absorption lines toward bright point sources with a future X-ray satellite mission, XEUS. While we consider bright QSOs as specific examples, the methodology can be applied to bright GRB afterglows. We create mock absorption spectra for bright QSOs (more than 20 QSOs over the all sky) using a light-cone output of a cosmological hydrodynamic simulation. We assume that WHIM is under collisional and photo-ionization equilibrium. If WHIM has a constant metallicity of $Z=0.1Z_\odot$, approximately 2 O{\sc vii} absorption line system with $>3σ$ will be detected on average along a random line-of-sight toward bright QSOs up to $z=0.3$ for 30 ksec exposure.

preprint2005arXiv

PPPM and TreePM Methods on GRAPE Systems for Cosmological N-body Simulations

We present Particle-Particle-Particle-Mesh (PPPM) and Tree Particle-Mesh (TreePM) implementations on GRAPE-5 and GRAPE-6A systems, special-purpose hardware accelerators for gravitational many-body simulations. In our PPPM and TreePM implementations on GRAPE, the computational time is significantly reduced compared with the conventional implementations without GRAPE, especially under the strong particle clustering, and almost constant irrespective of the degree of particle clustering. We carry out the survey of two simulation parameters, the PM grid spacing and the opening parameter for the most optimal combination of force accuracy and computational speed. We also describe the parallelization of these implementations on a PC-GRAPE cluster, in which each node has one GRAPE board, and present the optimal configuration of simulation parameters for good parallel scalability.

preprint2003arXiv

Detectability of the Warm/Hot Intergalactic Medium Through Emission Lines of OVII and OVIII

Most of cosmic baryons predicted by the big-bang nucleosynthesis has evaded the direct detection. Recent numerical simulations indicate that approximately 30 to 50 percent of the total baryons in the present universe is supposed to take a form of warm/hot intergalactic medium (WHIM) whose X-ray continuum emission is very weak. To identify those missing baryons, we consider in detail the detectability of WHIM directly through emission lines of OVII (561, 568, 574, 665eV) and OVIII (653eV). For this purpose, we create mock spectra of the emission lines of WHIM using a light-cone output of the cosmological hydrodynamic simulations. Since the predicted fluxes are generally below the current detection limit, the unambiguous detection requires a dedicated X-ray satellite mission that we also discuss in detail. We find that our proposed mission is sensitive to the WHIM with gas temperature $T=10^{6-7}$K and overdensity $δ=10-100$ up to a redshift of 0.3 without being significantly contaminated by the cosmic X-ray background and the Galactic emissions. Thus such a mission provides a unique and important tool to identify a large fraction of otherwise elusive baryons in the universe.

preprint2000arXiv

Exploring Galaxy Evolution from Infrared Number Counts and Cosmic Infrared Background

Recently reported infrared (IR) galaxy number counts and cosmic infrared background (CIRB) all suggest that galaxies have experienced a strong evolution sometime in their lifetime. We statistically estimate the galaxy evolution history from these data. We find that an order of magnitude increase of the far-infrared (FIR) luminosity at redshift z = 0.5 - 1.0 is necessary to reproduce the very high CIRB intensity at 140 um reported by Hauser et al. (1998). z \sim 0.75 and decreases to, even at most, a factor of 10 toward z \sim 5, though many variants are allowed within these constraints. This evolution history also satisfies the constraints from the galaxy number counts obtained by IRAS, ISO and, roughly, SCUBA. The rapid evolution of the comoving IR luminosity density required from the CIRB well reproduces the very steep slope of galaxy number counts obtained by ISO. We also estimate the cosmic star formation history (SFH) from the obtained FIR luminosity density, considering the effect of the metal enrichment in galaxies. The derived SFH increases steeply with redshift in 0 < z < 0.75, and becomes flat or even declines at z > 0.75. This is consistent with the SFH estimated from the reported ultraviolet luminosity density. In addition, we present the performance of the Japanese ASTRO-F FIR galaxy survey. We show the expected number counts in the survey. We also evaluate how large a sky area is necessary to derive a secure information of galaxy evolution up to z \sim 1 from the survey, and find that at least 50 - 300 deg^2 is required.

preprint2000arXiv

Substructures revealed by the Sunyaev-Zel&#39;dovich effect at 150GHz in the high resolution map of RXJ1347-1145

We report on mapping observations toward the region of the most luminous X-ray cluster RXJ1347-1145 (z=0.45) through the Sunyaev-Zel&#39;dovich effect at 21GHz and 150GHz with the Nobeyama 45-m telescope. While a low angular resolution image at 21GHz (beam-size of 76&#39;&#39;) shows a consistent feature with the ROSAT/HRI X-ray image, a higher angular resolution image (13&#39;&#39;) at 150GHz reveals complex morphological structures of the cluster region, which cannot be simply described by the spherical isothermal beta-model. If such inhomogeneous morphological features prove to be generic for high redshift clusters, distance measurements to the clusters based on their Sunyaev-Zel&#39;dovich data with low angular resolution imaging should be interpreted with caution.

preprint1998arXiv

Hydrodynamical Simulation of Clusters of Galaxies in X-Ray, mm, and submm Bands: Determination of Peculiar Velocity and the Hubble Constant

We have performed a series of simulations of clusters of galaxies on the basis of the smoothed particle hydrodynamics technique in a spatially-flat cold dark matter universe with $Ω=0.3$, $λ=0.7$, and H_0=70 km/s/Mpc as one of the most successful representative cosmological scenarios. In particular, we focus on the Sunyaev--Zel&#39;dovich effect in submm and mm bands, and estimate the reliability of the estimates of the global Hubble constant $H_0$ and the peculiar velocity of clusters $v_r$. Our simulations indicate that fractional uncertainties of the estimates of $H_0$ amount to $\sim 20%$ mainly due to the departure from the isothermal and spherical gas density distribution. We find a systematic underestimate bias of $H_0$ by $\sim 20%$ for clusters $z\approx 1$, but not at $z\approx 0$. The gas temperature drop in the central regions of our simulated clusters leads to the underestimate bias of $v_r$ by $\sim 5%$ at $z\approx 0$ and by $\sim 15%$ at $z\approx 1$ in addition to the statistical errors of the comparable amount due to the non-spherical gas profile.